LEARN WITH ALICIA · SENIOR 1 · OFFLINE COMPANION
Number Bases
One number can be written in different number languages. This guide helps you understand what a base means before you begin converting.
THE SITUATION
A scoreboard with a different counting rule
A school club uses a scoreboard that can show only the digits 0, 1, 2, 3 and 4. After 4, it must regroup. The screen shows 1325 points. The teacher asks: How many points is that in our usual base-ten system?
Your job: Use place value to explain what 1325 means, then convert it to base ten.
1. What does “base” mean?
A base tells us two things:
- which digits are allowed;
- when a place must regroup into the next place.
Base ten
Uses digits 0–9. The places are powers of 10:
… 1000, 100, 10, 1
Base five
Uses digits 0–4. The places are powers of 5:
… 125, 25, 5, 1
Quick check: A base-five number can never contain the digit 5, 6, 7, 8 or 9. So 2055 is not a valid base-five number.
2. Convert another base to base ten
Write the place values, multiply each digit by its place value, then add.
| Base-five number | 5² = 25 | 5¹ = 5 | 5⁰ = 1 |
|---|---|---|---|
| 1325 | 1 × 25 | 3 × 5 | 2 × 1 |
1325 = 25 + 15 + 2 = 4210
Answer to the situation: the scoreboard shows 42 points in base ten.
Worked example: base two
Convert 10112 to base ten.
(1×8) + (0×4) + (1×2) + (1×1)
= 8 + 0 + 2 + 1
= 1110
Worked example: base eight
Convert 378 to base ten.
(3×8) + (7×1)
= 24 + 7
= 3110
3. Convert base ten to another base
Use repeated division. Divide by the new base, keep each remainder, then read the remainders from bottom to top.
Worked example: convert 1310 to base two
- 13 ÷ 2 = 6 remainder 1
- 6 ÷ 2 = 3 remainder 0
- 3 ÷ 2 = 1 remainder 1
- 1 ÷ 2 = 0 remainder 1
Read upwards: 1310 = 11012
Check: 8 + 4 + 0 + 1 = 13.
4. Your turn
- List all the digits allowed in base three.
- Is 1434 a valid base-four number? Explain.
- Convert 101012 to base ten.
- Convert 2435 to base ten.
- Convert 528 to base ten.
- Convert 1910 to base two.
- Convert 3810 to base five.
- A store labels a box 1245. How many items are in the box in base ten? Show the place values.
ANSWER CHECK
Check after you have tried
- 0, 1 and 2.
- No. Base four allows only 0, 1, 2 and 3.
- 2110.
- 7310.
- 4210.
- 100112.
- 1235.
- (1×25) + (2×5) + (4×1) = 39 items.
TEACHER OR STUDY PARTNER
Questions that reveal understanding
- Which digits are allowed in this base—and why?
- What is the value of each position?
- Can the learner check the converted answer by rebuilding the original number?
- Can the learner explain the method in words, not only write calculations?