NDA2025MathematicsBasics of MathematicsActual
What is the sum of the binary numbers (101101101)₂ and (100011)₂ ?
Options
- A(110010000)₂
- B(110001000)₂
- C(110000100)₂
- D(100100000)₂
Correct answer
A. (110010000)₂
Step-by-step solution
Converting the given binary numbers to decimal: (101101101)₂ = 1 2^8 + 0 2^7 + 1 2^6 + 1 2^5 + 0 2^4 + 1 2^3 + 1 2^2 + 0 2^1 + 1 2^0 (101101101)₂ = 256 + 0 + 64 + 32 + 0 + 8 + 4 + 0 + 1 = 365 (100011)₂ = 1 2^5 + 0 2^4 + 0 2^3 + 0 2^2 + 1 2^1 + 1 2^0 (100011)₂ = 32 + 0 + 0 + 0 + 2 + 1 = 35 Adding the decimal values: Sum = 365 + 35 = 400 Converting 400 back to binary: 400 = 256 + 128 + 16 = 2^8 + 2^7 + 2^4 Therefore, 400 = (110010000)₂ Answer: (110010000)₂