To convert 345 to binary, we repeatedly divide by 2 and record remainders. This process yields the bit pattern 101011001 when read from last remainder to first. We can verify by expanding 101011001 as 2^8 + 2^6 + 2^4 + 2^3 + 2^0. This equals 256 + 64 + 16 + 8 + 1 = 345, confirming that 101011001 is correct.
Option A:
Option A, 100101001, corresponds to a different decimal value. If expanded, it sums to 256 + 32 + 8 + 1 = 297. Since 297 is not equal to 345, this binary representation is not correct for the given decimal number.
Option B:
Option B, 101011001, represents 256 + 64 + 16 + 8 + 1 = 345. This matches the target decimal value exactly. Both the division method and place value expansion confirm this match. Therefore, this is the correct 9-bit binary representation of 345.
Option C:
Option C, 101001011, gives yet another decimal value. Its expansion is 256 + 64 + 8 + 2 + 1 = 331. Because 331 differs from 345, this option cannot be the correct binary encoding for 345.
Option D:
Option D, 100011001, expands to 256 + 16 + 8 + 1 = 281. This again fails to equal 345. As a result, this binary pattern does not represent the required decimal number and must be rejected.
Comment Your Answer
Please login to comment your answer.
Sign In
Sign Up
Answers commented by others
No answers commented yet. Be the first to comment!