document.write( "Question 1160767: Write the first fifteen counting numerals for each of the bases below.\r
\n" );
document.write( "\n" );
document.write( "A. Four
\n" );
document.write( "B. Eight \n" );
document.write( "
Algebra.Com's Answer #784162 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Part A\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Counting in base 4 starts off normally (1,2,3) but once we get to 4, we bump up to 10. This is because the digit '4' does not exist in base 4. So we reset back to 0 and add a 1 to the left. Effectively \"10\" represents 4 in base 4. We say \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After 10, we increment like normal (10,11,12,13), then we go from 13 to 20 using the same idea as expressed in the prior paragraph. Think of 13+1 as 10+3+1 = 10+10 = 20. Focus on the 3+1 = 10 portion. This might be confusing if you aren't familiar with base 4 arithmetic, so I recommend getting lots of practice. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's the full table showing values in base 10 with corresponding values in base 4 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's a handy calculator to help check your work \n" ); document.write( "https://www.rapidtables.com/convert/number/base-converter.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "========================================================= \n" ); document.write( "Part B\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The same idea applies in base 8. We will count like such, \n" ); document.write( "1,2,3,4,5,6,7,10,11,... \n" ); document.write( "note how 7+1 = 10, because the single digit '8' does not exist in base 8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's what the table would look like \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " |