๐ฌ See place values change with the base
In base two, each place is a power of 2 rather than a power of 10.
๐ฏ By the end of this lesson...
You should be able to:
- Explain what a number base is.
- Explain why Base 10 is used in everyday counting.
- Recognise number bases used in practical situations.
- State which digits are allowed in a given base.
- Determine whether a number is valid in a particular base.
- Identify the place value of digits in different bases.
- Convert numbers from another base to Base 10.
- Convert whole numbers from Base 10 to another base.
- Check whether a converted answer is reasonable.
๐ค Think About This...
How does a computer count?
Humans normally count using ten digits:
A computer works using tiny electronic switches that can have only two states:
Because only two states are available, computers use a number system containing only the digits 0 and 1.
1๏ธโฃ What Is a Number Base?
A number base tells us how many different digits are available in a number system before we move into a new place value.
In Base 10, we use ten digits:
After 9, no new single digit is available.
We therefore begin a new place value and write:
2๏ธโฃ Why Do We Normally Use Base 10?
The number system used in everyday life is called the decimal system, or Base 10.
It is widely believed that people began counting in groups of ten because humans have ten fingers.
๐ก Did You Know?
Different number bases appear in technology and everyday life.
Base 2
Computers use binary digits: 0 and 1.
Time systems
Seconds and minutes are grouped in sixties.
Dozens
Eggs and other items may be grouped in twelves.
Base 8
Octal notation has been used in computing.
Base 16
Hexadecimal is commonly used for digital colour codes.
Scores
One score means a group of twenty.
3๏ธโฃ Writing the Base of a Number
A small number written at the lower right shows the base.
A Base 2 number
A Base 5 number
A Base 8 number
A Base 10 number
4๏ธโฃ Digits Allowed in Different Bases
The digits used in a base begin at 0 and end one number before the base.
| Number base | Digits allowed | Highest digit |
|---|---|---|
| Base 2 | 0, 1 | 1 |
| Base 3 | 0, 1, 2 | 2 |
| Base 4 | 0, 1, 2, 3 | 3 |
| Base 5 | 0, 1, 2, 3, 4 | 4 |
| Base 8 | 0, 1, 2, 3, 4, 5, 6, 7 | 7 |
| Base 10 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 | 9 |
๐ต๏ธ Pattern Detective
Look at the highest digit in each base.
5๏ธโฃ Is the Number Valid in Its Base?
Every digit in a number must be smaller than the base.
Example 1: Is 10101โ valid?
Base 2 allows only 0 and 1.
Example 2: Is 214โ valid?
Base 2 allows only 0 and 1.
Therefore, 214โ is invalid.
Example 3: Is 324โ valid?
Base 5 allows 0, 1, 2, 3 and 4.
๐ง StudyNest Method: Checking Whether a Number Is Valid
Step 2: Subtract 1 from the base to find the highest permitted digit.
Step 3: Check every digit in the number.
Step 4: If even one digit is equal to or greater than the base, the number is invalid.
6๏ธโฃ Place Value in Base 10
Before learning place value in other bases, recall how Base 10 works.
| Thousands | Hundreds | Tens | Ones |
|---|---|---|---|
| 10ยณ | 10ยฒ | 10ยน | 10โฐ |
| 1000 | 100 | 10 | 1 |
| 3 | 5 | 8 | 2 |
7๏ธโฃ Place Value in Other Bases
In any base, each place value is a power of that base.
Base 2
Base 5
Base 8
8๏ธโฃ Converting from Base 2 to Base 10
Multiply every digit by its Base 2 place value, then add the results.
Example 4: Convert 1011โ to Base 10
9๏ธโฃ Converting from Another Base to Base 10
Example 5: Convert 243โ to Base 10
The Base 5 place values are:
Example 6: Convert 572โ to Base 10
๐ง StudyNest Method: Converting to Base 10
Step 2: Write the place values as powers of the base, beginning with power 0 on the right.
Step 3: Multiply every digit by its place value.
Step 4: Add all the products.
Step 5: Write the answer in Base 10.
๐ Converting from Base 10 to Another Base
To convert a Base 10 whole number to another base, repeatedly divide by the new base.
Example 7: Convert 13โโ to Base 2
Read the remainders from bottom to top:
1๏ธโฃ1๏ธโฃ Another Conversion from Base 10
Example 8: Convert 73โโ to Base 5
Read the remainders from bottom to top:
๐ง StudyNest Method: Converting from Base 10
Step 2: Record the quotient and remainder.
Step 3: Divide the quotient by the base again.
Step 4: Continue until the quotient becomes 0.
Step 5: Read the remainders from bottom to top.
Step 6: Write the required base beside the answer.
1๏ธโฃ2๏ธโฃ Checking a Conversion
You can check an answer by converting it back to Base 10.
Example 9: Check that 13โโ = 1101โ
๐ Real-Life Number Bases
โฐ Time
Time does not use groups of ten throughout.
- 60 seconds make 1 minute.
- 60 minutes make 1 hour.
- 24 hours make 1 day.
- 7 days make 1 week.
๐ฅ Dozens
One dozen means 12 items.
๐ฆ Scores
One score means 20 items.
๐ฏ Exam Tips
โ Common Mistakes
Using a digit that is not allowed in the stated base.
For example, the digit 2 cannot appear in Base 2.
Using powers of 10 when the number is written in another base.
Starting the rightmost place with power 1.
The rightmost place is always power 0.
Reading the remainders from top to bottom during repeated division.
Forgetting to write the base of the final answer.
Treating the base written below a number as an ordinary digit in the number.
๐ฎ Your Turn!
๐ข Foundation Questions
- What does a number base tell us?
- List all the digits allowed in Base 4.
- List all the digits allowed in Base 6.
- State the highest digit allowed in Base 9.
- State whether 101101โ is valid.
- State whether 245โ is valid.
- State whether 736โ is valid.
- State whether 876โ is valid.
๐ต Developing Questions
- Convert 101โ to Base 10.
- Convert 1110โ to Base 10.
- Convert 132โ to Base 10.
- Convert 304โ to Base 10.
- Convert 247โ to Base 10.
- Convert 10โโ to Base 2.
- Convert 18โโ to Base 3.
- Convert 31โโ to Base 5.
๐ด Challenge Questions
- Convert 110101โ to Base 10.
- Convert 4321โ to Base 10.
- Convert 456โ to Base 10.
- Convert 45โโ to Base 2.
- Convert 100โโ to Base 4.
- Convert 250โโ to Base 8.
- A computer stores a value as 100101โ. What is its Base 10 value?
-
Determine the missing base:
23b = 17โโ
โ Show Answers
- It tells us how many digits are available before moving to a new place value.
- 0, 1, 2, 3
- 0, 1, 2, 3, 4, 5
- 8
- Valid
- Invalid because digit 5 is not allowed in Base 5.
- Valid
- Valid
-
101โ
= 1 ร 4 + 0 ร 2 + 1 ร 1
= 5โโ -
1110โ
= 8 + 4 + 2 + 0
= 14โโ -
132โ
= 1 ร 16 + 3 ร 4 + 2
= 30โโ -
304โ
= 3 ร 25 + 0 ร 5 + 4
= 79โโ -
247โ
= 2 ร 64 + 4 ร 8 + 7
= 167โโ - 10โโ = 1010โ
- 18โโ = 200โ
- 31โโ = 111โ
-
110101โ
= 32 + 16 + 0 + 4 + 0 + 1
= 53โโ -
4321โ
= 4 ร 125 + 3 ร 25 + 2 ร 5 + 1
= 586โโ -
456โ
= 4 ร 49 + 5 ร 7 + 6
= 237โโ - 45โโ = 101101โ
- 100โโ = 1210โ
- 250โโ = 372โ
-
100101โ
= 32 + 4 + 1
= 37โโ -
23b means:
2b + 3 = 17
2b = 14
b = 7
๐ง Remember This
The highest digit is always one less than the base.
Every digit in a valid number must be smaller than its base.
Place values are powers of the base.
To convert to Base 10, multiply digits by place values and add.
To convert from Base 10, repeatedly divide by the new base.
Read the remainders from bottom to top.
๐ฏ Before Moving On...
- โ Can I explain what a number base is?
- โ Can I identify digits allowed in a given base?
- โ Can I check whether a number is valid?
- โ Can I identify place values in different bases?
- โ Can I convert a number to Base 10?
- โ Can I convert a Base 10 number to another base?
- โ Can I check a conversion?
- โ Can I recognise bases in practical situations?
๐ Well Done!
You can now understand number bases and convert numbers between Base 10 and other bases.
Identify the base โ Check the digits โ Use the correct place values โ Convert carefully โ Check your answer
๐ Your Progress
Lesson 12 of 19