document.write( "Question 413242: Convert the number 23 to base 2. \n" ); document.write( "
Algebra.Com's Answer #290163 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! We wish to find the largest power of 2 (or multiple of power of 2) less than or equal to 23. This number is 16, so we write 23 = 16+7. Repeat the same process, the largest power of 2 less than or equal to the remainder (7) is 4. In the end, you should get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, 23 in base 10 is 10111 in binary. \n" ); document.write( " |