document.write( "Question 1185127: Convert 35.06 base eight to binary numbers using the three bits form \n" ); document.write( "
Algebra.Com's Answer #815891 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Each octal digit converts directly to three binary digits: \n" ); document.write( "3 --> 011 \n" ); document.write( "5 --> 101 \n" ); document.write( "0 --> 000 \n" ); document.write( "6 --> 110 \n" ); document.write( "35.06 --> 011 101 . 000 110 (spacing added for clarity) \n" ); document.write( " \n" ); document.write( " |