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)\"\" \"About 
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 \"10%5B4%5D+=+4%5B10%5D\". The subscript tells us which base we're working in.\r
\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( "
Number in base 10Number in base 4
11
22
33
410
511
612
713
820
921
1022
1123
1230
1331
1432
1533
\r
\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( "
Number in base 10Number in base 8
00
11
22
33
44
55
66
77
810
911
1012
1113
1214
1315
1416
1517

\n" ); document.write( "
\n" ); document.write( "
\n" );