document.write( "Question 1190037: Convert the following decimal numbers to into binary format\r
\n" ); document.write( "\n" ); document.write( "a. 15\r
\n" ); document.write( "\n" ); document.write( "b. 210\r
\n" ); document.write( "\n" ); document.write( "c. 119\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Can you please explain me this homework question step-by-step? Thank you!
\n" ); document.write( "

Algebra.Com's Answer #821564 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
1 is 1
\n" ); document.write( "2 is 10
\n" ); document.write( "4 is 100
\n" ); document.write( "8 is 1000
\n" ); document.write( "15 is 1111, the first is 8, the second 4, the third 2, and the fourth 1--add them to get 15.
\n" ); document.write( "32 is 10000
\n" ); document.write( "64 is 100000
\n" ); document.write( "119 is 64+32+16 (112)+2+1, having to add 1,2,4,8
\n" ); document.write( "so for 119 it is 1110011 64+32+16+0+0+2+1
\n" ); document.write( "210 is 128 which is 1000000+64+0+16+0+0+2+0, or 11010010.
\n" ); document.write( "Read from right, no one+2+no four+no eight+16+no thirty-two+64+128=210
\n" ); document.write( "-
\n" ); document.write( "instead of ones/tens/hundreds/thouands, there is 2^0=1, 2^1=2,2^2=4, etc. with the possible values being 0 or 1, 0 meaning blank, nothing, and 1 meaning present or the full value of that column.
\n" ); document.write( "
\n" ); document.write( "
\n" );