SOLUTION: Write the first fifteen counting numerals for each of the bases below. A. Four B. Eight

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: Write the first fifteen counting numerals for each of the bases below. A. Four B. Eight      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1160767: Write the first fifteen counting numerals for each of the bases below.
A. Four
B. Eight

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

Part A

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.

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.

Here's the full table showing values in base 10 with corresponding values in base 4
Number in base 10Number in base 4
11
22
33
410
511
612
713
820
921
1022
1123
1230
1331
1432
1533



Here's a handy calculator to help check your work
https://www.rapidtables.com/convert/number/base-converter.html

=========================================================
Part B

The same idea applies in base 8. We will count like such,
1,2,3,4,5,6,7,10,11,...
note how 7+1 = 10, because the single digit '8' does not exist in base 8.

Here's what the table would look like
Number in base 10Number in base 8
00
11
22
33
44
55
66
77
810
911
1012
1113
1214
1315
1416
1517