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
Geometry: Angles, complementary, supplementary angles
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Angles
Question 1185127
:
Convert 35.06 base eight to binary numbers using the three bits form
Answer by
greenestamps(13200)
(
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)