SOLUTION: Convert 35.06 base eight to binary numbers using the three bits form

Algebra ->  Angles -> SOLUTION: Convert 35.06 base eight to binary numbers using the three bits form      Log On


   



Question 1185127: Convert 35.06 base eight to binary numbers using the three bits form
Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


Each octal digit converts directly to three binary digits:

3 --> 011
5 --> 101
0 --> 000
6 --> 110

35.06 --> 011 101 . 000 110 (spacing added for clarity)