Each octal digit converts to a 3-bit binary pattern. For 73β, the digit 7 maps to 111β and the digit 3 maps to 011β. Combining these gives 111011β. This pattern is the binary equivalent of the octal number 73.
Option A:
Option A is correct because 7β111β and 3β011β, so 73β becomes 111011β. This maintains the positional values exactly across bases.
Option B:
Option B, 111101β, would represent octal 75β, since 101β corresponds to 5. It therefore does not match the given octal number.
Option C:
Option C, 110111β, maps back to octal 67β, with groups 110β and 111β representing 6 and 7. This differs from 73β.
Option D:
Option D, 101111β, would correspond to octal 57β. The grouping of bits does not align with 73β.
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!