Converting 1729 to binary by repeated division by 2 gives the remainder sequence that reconstructs as 11011000001β. Expanding 11011000001β as 1Γ1024 + 1Γ512 + 0Γ256 + 1Γ128 + 1Γ64 + 0Γ32 + 0Γ16 + 0Γ8 + 0Γ4 + 0Γ2 + 1Γ1 yields 1729. This confirms that the binary string exactly matches the decimal number. Thus option A is the correct representation.
Option A:
11011000001β uses bits set in positions corresponding to 1024, 512, 128, 64 and 1. Adding these values gives 1729, which matches the decimal number. The presence of zero bits in all other positions preserves this sum exactly, making this option correct.
Option B:
11011100001β includes an additional 256 contribution compared to the correct pattern because of the extra 1 in a higher position. Its expansion becomes 1024 + 512 + 256 + 64 + 1 = 1857, which is larger than 1729. Hence this pattern is not correct.
Option C:
11011000010β shifts one of the 1 bits to the 2ΒΉ position instead of the 2β° position. That makes the total 1024 + 512 + 128 + 64 + 2 = 1730. Because 1730 is not equal to 1729, this option is numerically incorrect.
Option D:
10111000001β uses 1024 + 256 + 128 + 64 + 1 = 1473 as its decimal value. This is significantly smaller than 1729, showing that its pattern of ones in high-order bits differs from the correct one. Therefore it is not the correct representation for 1729.
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!