If the sum of two positive binary numbers is 11010 and there is a carry - out from the MSB, what should be done to obtain the correct result?
1
Discard the carry
2
Add the carry to the least significant bit (LSB)
3
Add the carry to the most significant bit (MSB)
4
Subtract the carry from the MSB