๐Ÿš€ StudyNest is growing. New lessons and worksheets are added regularly.

๐Ÿ”ข Real Numbers โ€ข Lesson 12 of 19

Understanding Number Bases

Learn how different number systems work, which digits belong in each base and how to convert numbers between Base 10 and other bases.

๐Ÿ”ข Real Numbers โœ๏ธ Worked examples included ๐Ÿง  Step-by-step learning

๐ŸŽฌ 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:

๐Ÿค” Think About This...

๐Ÿ’ป

How does a computer count?

Humans normally count using ten digits:

0, 1, 2, 3, 4, 5, 6, 7, 8 and 9

A computer works using tiny electronic switches that can have only two states:

0 OFF
1 ON

Because only two states are available, computers use a number system containing only the digits 0 and 1.

This number system is called Base 2, or binary.

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:

0 1 2 3 4 5 6 7 8 9

After 9, no new single digit is available.

We therefore begin a new place value and write:

10
The symbols used in a number may look familiar, but their place values depend on the base being used.

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.

โœ‹ 5 fingers
+
โœ‹ 5 fingers
=
๐Ÿ”Ÿ 10 fingers
Base 10 uses ten digits because it groups quantities in tens.

๐Ÿ’ก 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.

10112

A Base 2 number

2435

A Base 5 number

5728

A Base 8 number

358210

A Base 10 number

When no base is written, ordinary everyday numbers are normally assumed to be in Base 10.

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
Highest digit = Base โˆ’ 1

๐Ÿ•ต๏ธ Pattern Detective

Look at the highest digit in each base.

Base 2 1
Base 5 4
Base 8 7
Base 10 9
In every case, the highest available digit is one less than the 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.

1 0 1 0 1
All the digits are allowed, so 10101โ‚‚ is valid.

Example 2: Is 214โ‚‚ valid?

Base 2 allows only 0 and 1.

2 1 4
The digits 2 and 4 are not allowed in Base 2.

Therefore, 214โ‚‚ is invalid.

Example 3: Is 324โ‚… valid?

Base 5 allows 0, 1, 2, 3 and 4.

3 2 4
Every digit is less than 5, so 324โ‚… is valid.

๐Ÿง  StudyNest Method: Checking Whether a Number Is Valid

Step 1: Identify the base.

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
3582
= 3 ร— 1000 + 5 ร— 100 + 8 ร— 10 + 2 ร— 1
= 3000 + 500 + 80 + 2

7๏ธโƒฃ Place Value in Other Bases

In any base, each place value is a power of that base.

Base 2

..., 2ยณ, 2ยฒ, 2ยน, 2โฐ
..., 8, 4, 2, 1

Base 5

..., 5ยณ, 5ยฒ, 5ยน, 5โฐ
..., 125, 25, 5, 1

Base 8

..., 8ยณ, 8ยฒ, 8ยน, 8โฐ
..., 512, 64, 8, 1
The rightmost place always has value 1 because any non-zero number raised to the power 0 equals 1.

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

Place value
8
4
2
1
Digit
1
0
1
1
Product
1 ร— 8
0 ร— 4
1 ร— 2
1 ร— 1
1011โ‚‚ = 8 + 0 + 2 + 1
= 11
1011โ‚‚ = 11โ‚โ‚€

9๏ธโƒฃ Converting from Another Base to Base 10

Example 5: Convert 243โ‚… to Base 10

The Base 5 place values are:

5ยฒ, 5ยน, 5โฐ
25, 5, 1
Place value
25
5
1
Digit
2
4
3
Product
2 ร— 25
4 ร— 5
3 ร— 1
243โ‚… = 50 + 20 + 3
= 73
243โ‚… = 73โ‚โ‚€

Example 6: Convert 572โ‚ˆ to Base 10

572โ‚ˆ = 5 ร— 8ยฒ + 7 ร— 8ยน + 2 ร— 8โฐ
= 5 ร— 64 + 7 ร— 8 + 2 ร— 1
= 320 + 56 + 2
572โ‚ˆ = 378โ‚โ‚€

๐Ÿง  StudyNest Method: Converting to Base 10

Step 1: Identify the base.

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

13 รท 2 Quotient 6 Remainder 1
6 รท 2 Quotient 3 Remainder 0
3 รท 2 Quotient 1 Remainder 1
1 รท 2 Quotient 0 Remainder 1

Read the remainders from bottom to top:

1 1 0 1
13โ‚โ‚€ = 1101โ‚‚

1๏ธโƒฃ1๏ธโƒฃ Another Conversion from Base 10

Example 8: Convert 73โ‚โ‚€ to Base 5

73 รท 5 Quotient 14 Remainder 3
14 รท 5 Quotient 2 Remainder 4
2 รท 5 Quotient 0 Remainder 2

Read the remainders from bottom to top:

2 4 3
73โ‚โ‚€ = 243โ‚…
The remainders become the digits of the new number. Always read them from the final remainder upwards.

๐Ÿง  StudyNest Method: Converting from Base 10

Step 1: Divide the Base 10 number by the required base.

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โ‚‚

1101โ‚‚ = 1 ร— 8 + 1 ร— 4 + 0 ร— 2 + 1 ร— 1
= 8 + 4 + 0 + 1
= 13
The conversion is correct.

๐ŸŒ 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.
These are examples of quantities grouped using different base-like systems.

๐Ÿฅš Dozens

One dozen means 12 items.

3 dozen eggs = 3 ร— 12
3 dozen eggs = 36 eggs.

๐Ÿ“ฆ Scores

One score means 20 items.

4 scores = 4 ร— 20
4 scores = 80 items.

๐ŸŽฏ Exam Tips

Check that every digit is smaller than the stated base.
When converting to Base 10, begin with power 0 on the right-hand side.
When converting from Base 10, record every remainder carefully.
Read repeated-division remainders from bottom to top.
Always write the base beside your final answer when it is not Base 10.
Check difficult conversions by converting your answer back to Base 10.

โš  Common Mistakes

Mistake 1:

Using a digit that is not allowed in the stated base.

For example, the digit 2 cannot appear in Base 2.
Mistake 2:

Using powers of 10 when the number is written in another base.
Mistake 3:

Starting the rightmost place with power 1.

The rightmost place is always power 0.
Mistake 4:

Reading the remainders from top to bottom during repeated division.
Mistake 5:

Forgetting to write the base of the final answer.
Mistake 6:

Treating the base written below a number as an ordinary digit in the number.

๐ŸŽฎ Your Turn!

๐ŸŸข Foundation Questions

  1. What does a number base tell us?
  2. List all the digits allowed in Base 4.
  3. List all the digits allowed in Base 6.
  4. State the highest digit allowed in Base 9.
  5. State whether 101101โ‚‚ is valid.
  6. State whether 245โ‚… is valid.
  7. State whether 736โ‚ˆ is valid.
  8. State whether 876โ‚‰ is valid.

๐Ÿ”ต Developing Questions

  1. Convert 101โ‚‚ to Base 10.
  2. Convert 1110โ‚‚ to Base 10.
  3. Convert 132โ‚„ to Base 10.
  4. Convert 304โ‚… to Base 10.
  5. Convert 247โ‚ˆ to Base 10.
  6. Convert 10โ‚โ‚€ to Base 2.
  7. Convert 18โ‚โ‚€ to Base 3.
  8. Convert 31โ‚โ‚€ to Base 5.

๐Ÿ”ด Challenge Questions

  1. Convert 110101โ‚‚ to Base 10.
  2. Convert 4321โ‚… to Base 10.
  3. Convert 456โ‚‡ to Base 10.
  4. Convert 45โ‚โ‚€ to Base 2.
  5. Convert 100โ‚โ‚€ to Base 4.
  6. Convert 250โ‚โ‚€ to Base 8.
  7. A computer stores a value as 100101โ‚‚. What is its Base 10 value?
  8. Determine the missing base:

    23b = 17โ‚โ‚€
โœ… Show Answers
  1. It tells us how many digits are available before moving to a new place value.
  2. 0, 1, 2, 3
  3. 0, 1, 2, 3, 4, 5
  4. 8
  5. Valid
  6. Invalid because digit 5 is not allowed in Base 5.
  7. Valid
  8. Valid
  9. 101โ‚‚

    = 1 ร— 4 + 0 ร— 2 + 1 ร— 1

    = 5โ‚โ‚€
  10. 1110โ‚‚

    = 8 + 4 + 2 + 0

    = 14โ‚โ‚€
  11. 132โ‚„

    = 1 ร— 16 + 3 ร— 4 + 2

    = 30โ‚โ‚€
  12. 304โ‚…

    = 3 ร— 25 + 0 ร— 5 + 4

    = 79โ‚โ‚€
  13. 247โ‚ˆ

    = 2 ร— 64 + 4 ร— 8 + 7

    = 167โ‚โ‚€
  14. 10โ‚โ‚€ = 1010โ‚‚
  15. 18โ‚โ‚€ = 200โ‚ƒ
  16. 31โ‚โ‚€ = 111โ‚…
  17. 110101โ‚‚

    = 32 + 16 + 0 + 4 + 0 + 1

    = 53โ‚โ‚€
  18. 4321โ‚…

    = 4 ร— 125 + 3 ร— 25 + 2 ร— 5 + 1

    = 586โ‚โ‚€
  19. 456โ‚‡

    = 4 ร— 49 + 5 ร— 7 + 6

    = 237โ‚โ‚€
  20. 45โ‚โ‚€ = 101101โ‚‚
  21. 100โ‚โ‚€ = 1210โ‚„
  22. 250โ‚โ‚€ = 372โ‚ˆ
  23. 100101โ‚‚

    = 32 + 4 + 1

    = 37โ‚โ‚€
  24. 23b means:

    2b + 3 = 17

    2b = 14

    b = 7

๐Ÿง  Remember This

A base tells us how many digits are available in a number system.

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...

๐ŸŽ‰ Well Done!

You can now understand number bases and convert numbers between Base 10 and other bases.

Remember:

Identify the base โ†’ Check the digits โ†’ Use the correct place values โ†’ Convert carefully โ†’ Check your answer

๐Ÿ“ˆ Your Progress

Lesson 12 of 19

Real Numbers Progress 63%