Question:medium

Add the binary numbers \(10011\) and \(1001\) in both decimal and binary forms. The values are:

Show Hint

Quick Method: \[ 10011_2=19 \] \[ 1001_2=9 \] \[ 19+9=28 \] \[ 28=(11100)_2 \] Always verify binary addition by converting the result back to decimal.
  • \(11100\) in binary, \(28\) in decimal
  • \(00011\) in binary, \(20\) in decimal
  • \(10101\) in binary, \(18\) in decimal
  • \(11101\) in binary, \(19\) in decimal
Show Solution

The Correct Option is D

Solution and Explanation


Step 1:
Convert \(10011_2\) into decimal form.
\[ 10011_2 = 1(2^4)+0(2^3)+0(2^2)+1(2^1)+1(2^0) \] \[ =16+0+0+2+1 \] \[ =19 \]

Step 2:
Convert \(1001_2\) into decimal form.
\[ 1001_2 = 1(2^3)+0(2^2)+0(2^1)+1(2^0) \] \[ =8+1 \] \[ =9 \]

Step 3:
Add the decimal values.
\[ 19+9=28 \]

Step 4:
Perform binary addition directly.
\[ 10011 \] \[ +01001 \] \[ _ _ _ _ \] \[ 11100 \] Thus, \[ 10011_2+1001_2=11100_2 \]

Step 5:
Verify the result.
\[ 11100_2 = 1(16)+1(8)+1(4)+0(2)+0(1) \] \[ =16+8+4 \] \[ =28 \] Hence, \[ 11100_2 = 28_{10} \] \[ {\text{Correct Answer = Option (A)}} \] Note: The option key printed as “11101 in binary, 19 in decimal” is mathematically incorrect. The correct sum is \(11100_2 = 28_{10}\).
Was this answer helpful?
0


Questions Asked in Karnataka PGCET exam