🚀 StudyNest is growing. New lessons and worksheets are added regularly.

🔢 Real Numbers • Lesson 13 of 19

Calculations in Number Bases

Learn how to add, subtract, carry and borrow in different number bases, then check your answers using Base 10.

🔢 Real Numbers ✏️ Worked examples included 🧠 Step-by-step learning

🎬 Regroup within the chosen base

In base two, two units regroup as one group of two.

🎯 By the end of this lesson...

You should be able to:

🤔 Think About This...

💻

How does a computer add?

In ordinary Base 10:

1 + 1 = 2

But Base 2 does not contain the digit 2.

Therefore, in Base 2:

1₂ + 1₂ = 10₂

The answer looks different, but it still represents a value of two in Base 10.

Carrying happens when a column total reaches the value of the base.

1️⃣ Revisiting the Meaning of the Base

The base tells us how many units make one unit in the next place-value column.

Base 2

2 units = 1 group of 2
1 + 1 = 10₂

Base 5

5 units = 1 group of 5
3 + 2 = 10₅

Base 8

8 units = 1 group of 8
5 + 3 = 10₈
In Base 10, we carry when a column reaches 10. In Base 5, we carry when a column reaches 5. In Base 2, we carry when a column reaches 2.

💡 Did You Know?

Binary addition is used inside computers whenever they perform calculations.

0 + 0 = 0
0 + 1 = 1
1 + 0 = 1
1 + 1 = 10₂

The last result means write 0 in the current column and carry 1 into the next column.

2️⃣ Adding Without Carrying

If each column total is smaller than the base, addition works just like ordinary column addition.

Example 1: Calculate 102₃ + 120₃

Base 3 allows only the digits 0, 1 and 2.

1 0 2
+ 1 2 0
2 2 2

Work from right to left:

  • 2 + 0 = 2
  • 0 + 2 = 2
  • 1 + 1 = 2
102₃ + 120₃ = 222₃

3️⃣ Adding with Carrying

Carry whenever a column total is equal to or greater than the base.

Example 2: Calculate 24₅ + 13₅

Begin with the units column.

4 + 3 = 7

But Base 5 cannot contain the digit 7.

Rewrite 7 as:

7 = 1 group of 5 + 2

Write 2 and carry 1.

 1
 2 4
+ 1 3
 4 2

In the next column:

2 + 1 + carried 1 = 4
24₅ + 13₅ = 42₅

🧠 StudyNest Method: Adding in Another Base

Step 1: Check that both numbers are written in the same base.

Step 2: Write the numbers vertically, lining up place values.

Step 3: Add from right to left.

Step 4: If a column total is smaller than the base, write it directly.

Step 5: If the total reaches or exceeds the base, divide it into groups of the base.

Step 6: Write the remainder and carry the number of complete groups.

Step 7: Check that every digit in the answer is smaller than the base.

4️⃣ Binary Addition

Example 3: Calculate 1011₂ + 110₂

Align the place values.

 1 0 1 1
+ 0 1 1 0
1 0 0 0 1

Work carefully from the right:

  1. 1 + 0 = 1
  2. 1 + 1 = 10₂. Write 0 and carry 1.
  3. 0 + 1 + 1 carried = 10₂. Write 0 and carry 1.
  4. 1 + 0 + 1 carried = 10₂. Write 0 and carry 1.
  5. Write the final carried 1.
1011₂ + 110₂ = 10001₂

Check in Base 10

1011₂ = 11₁₀
110₂ = 6₁₀
11 + 6 = 17
10001₂ = 17₁₀
The answer is correct.

5️⃣ Addition in Base 8

Example 4: Calculate 357₈ + 246₈

Add the units:

7 + 6 = 13₁₀

In Base 8:

13 = 1 group of 8 + 5

Write 5 and carry 1.

5 + 4 + 1 = 10₁₀

In Base 8:

10 = 1 group of 8 + 2

Write 2 and carry 1.

3 + 2 + 1 = 6
 3 5 7
+ 2 4 6
 6 2 5
357₈ + 246₈ = 625₈

6️⃣ Subtracting Without Borrowing

If the top digit in every column is large enough, subtract normally.

Example 5: Calculate 432₅ − 121₅

 4 3 2
− 1 2 1
 3 1 1
  • 2 − 1 = 1
  • 3 − 2 = 1
  • 4 − 1 = 3
432₅ − 121₅ = 311₅

7️⃣ Borrowing in Another Base

When borrowing, one unit from the next column is worth the value of the base in the current column.

Base 10

Borrowing 1 ten gives:

10 units

Base 5

Borrowing 1 five gives:

5 units

Base 2

Borrowing 1 two gives:

2 units

8️⃣ Subtracting with Borrowing

Example 6: Calculate 42₅ − 14₅

In the units column, 2 − 4 cannot be done without borrowing.

Borrow 1 from the fives column.

Borrowed 1 in Base 5 = 5 units
2 + 5 = 7
7 − 4 = 3

The 4 in the fives column becomes 3.

3 − 1 = 2
 3 7
 4 2
− 1 4
 2 3
42₅ − 14₅ = 23₅

🧠 StudyNest Method: Subtracting in Another Base

Step 1: Confirm that both numbers use the same base.

Step 2: Line up matching place values.

Step 3: Subtract from right to left.

Step 4: If the top digit is large enough, subtract normally.

Step 5: If the top digit is too small, borrow 1 from the next column.

Step 6: Add the value of the base to the current top digit.

Step 7: Reduce the digit from which you borrowed by 1.

Step 8: Check that every final digit is valid in the base.

9️⃣ Binary Subtraction

Example 7: Calculate 1010₂ − 11₂

Align the place values:

1010₂ − 0011₂

In the units column, 0 − 1 requires borrowing.

In Base 2, borrowing 1 gives 2 units.

10₂ − 1₂ = 1₂

Continue through the remaining columns.

 1 0 1 0
− 0 0 1 1
 0 1 1 1
1010₂ − 11₂ = 111₂

Check in Base 10

1010₂ = 10₁₀
11₂ = 3₁₀
10 − 3 = 7
111₂ = 7₁₀
The answer is correct.

🔟 Checking Calculations Using Base 10

A useful way to verify a difficult number-base calculation is to convert all values to Base 10.

Example 8: Check 24₅ + 13₅ = 42₅

24₅ = 2 × 5 + 4 = 14₁₀
13₅ = 1 × 5 + 3 = 8₁₀
14 + 8 = 22
42₅ = 4 × 5 + 2 = 22₁₀
Both sides equal 22₁₀, so the answer is correct.

1️⃣1️⃣ Adding Numbers Written in Different Bases

Numbers must be converted to the same base before they can be added directly.

Example 9: Calculate 101₂ + 12₃

Convert both numbers to Base 10.

101₂ = 5₁₀
12₃ = 1 × 3 + 2 = 5₁₀
5 + 5 = 10
101₂ + 12₃ = 10₁₀
Do not place numbers written in different bases directly into the same column calculation.

1️⃣2️⃣ Simple Equations Involving Number Bases

A letter may be used to represent an unknown base.

Example 10: Find b if 23b = 17₁₀

Expand the place values.

23b = 2b + 3

Therefore:

2b + 3 = 17
2b = 14
b = 7
The missing base is 7.
The base must be greater than every digit used. Since the number contains digit 3, Base 7 is valid.

1️⃣3️⃣ Equations with a Missing Digit

Example 11: Find x if 2x₅ = 13₁₀

Expand the Base 5 number.

2x₅ = 2 × 5 + x
10 + x = 13
x = 3
The missing digit is 3.
Since the number is in Base 5, x must be one of: 0, 1, 2, 3 or 4.

🧠 StudyNest Method: Solving a Base Equation

Step 1: Identify whether the unknown represents a base or a digit.

Step 2: Expand the number using place value.

Step 3: Form an ordinary algebraic equation.

Step 4: Solve the equation.

Step 5: Check that the answer is valid.

A base must be greater than every digit in the number.

A missing digit must be smaller than the base.

🌍 Real-Life Example: Binary Counters

Example 12

A digital counter displays:

101₂

It then increases by:

11₂

Add the binary values:

 1 0 1
+ 0 1 1
1 0 0 0
The new display is 1000₂.

In Base 10:

5 + 3 = 8

🎯 Exam Tips

Always check that the numbers being added or subtracted use the same base.
Carry when the column total reaches the base—not when it reaches 10, unless the calculation is in Base 10.
When borrowing, add the value of the base to the current column.
Every digit in the final answer must be smaller than the base.
For difficult questions, convert the calculation to Base 10 to check your answer.
When solving for an unknown base, make sure the final base is greater than every digit in the number.

⚠ Common Mistakes

Mistake 1:

Carrying in groups of 10 regardless of the stated base.
Mistake 2:

Writing a digit in the answer that is equal to or greater than the base.
Mistake 3:

Forgetting to include the carried digit in the next column.
Mistake 4:

Borrowing 10 units instead of borrowing the value of the base.
Mistake 5:

Adding numbers written in different bases without first converting them to a common base.
Mistake 6:

Solving an equation correctly but accepting an invalid base or digit.

🎮 Your Turn!

🟢 Foundation Questions

  1. Calculate:

    12₃ + 10₃
  2. Calculate:

    21₄ + 12₄
  3. Calculate:

    23₅ + 11₅
  4. Calculate:

    101₂ + 10₂
  5. Calculate:

    43₅ − 21₅
  6. Calculate:

    322₄ − 101₄

🔵 Developing Questions

  1. Calculate:

    24₅ + 32₅
  2. Calculate:

    346₇ + 125₇
  3. Calculate:

    111₂ + 101₂
  4. Calculate:

    1011₂ + 111₂
  5. Calculate:

    42₅ − 13₅
  6. Calculate:

    201₃ − 22₃
  7. Calculate:

    1100₂ − 101₂
  8. Check your answer to Question 8 by converting both sides to Base 10.

🔴 Challenge Questions

  1. Calculate:

    657₈ + 276₈
  2. Calculate:

    10000₂ − 111₂
  3. Calculate and give your answer in Base 10:

    101₂ + 12₃
  4. Find b:

    24b = 18₁₀
  5. Find b:

    31b = 16₁₀
  6. Find x:

    3x₅ = 18₁₀
  7. Find x:

    1x2₄ = 26₁₀
  8. A binary counter displays 1101₂ and increases by 101₂. What is the new binary display?
✅ Show Answers
  1. 12₃ + 10₃ = 22₃
  2. 21₄ + 12₄ = 33₄
  3. 23₅ + 11₅ = 34₅
  4. 101₂ + 10₂ = 111₂
  5. 43₅ − 21₅ = 22₅
  6. 322₄ − 101₄ = 221₄
  7. 24₅ + 32₅

    Units: 4 + 2 = 6 = 11₅

    Write 1 and carry 1.

    Fives: 2 + 3 + 1 = 6 = 11₅

    Answer = 111₅
  8. 346₇ + 125₇

    = 504₇
  9. 111₂ + 101₂ = 1100₂
  10. 1011₂ + 111₂ = 10010₂
  11. 42₅ − 13₅ = 24₅
  12. 201₃ − 22₃ = 102₃
  13. 1100₂ − 101₂ = 111₂
  14. 346₇ = 3 × 49 + 4 × 7 + 6

    = 181₁₀

    125₇ = 1 × 49 + 2 × 7 + 5

    = 68₁₀

    181 + 68 = 249

    504₇ = 5 × 49 + 4

    = 249₁₀
  15. 657₈ + 276₈ = 1155₈
  16. 10000₂ − 111₂ = 1001₂
  17. 101₂ = 5₁₀

    12₃ = 5₁₀

    Total = 10₁₀
  18. 24b = 2b + 4

    2b + 4 = 18

    2b = 14

    b = 7
  19. 31b = 3b + 1

    3b + 1 = 16

    3b = 15

    b = 5
  20. 3x₅ = 3 × 5 + x

    15 + x = 18

    x = 3
  21. 1x2₄ = 1 × 16 + x × 4 + 2

    18 + 4x = 26

    4x = 8

    x = 2
  22. 1101₂ + 101₂

    = 10010₂

🧠 Remember This

Add and subtract only after confirming that the bases are the same.

Carry when a column total reaches the value of the base.

When borrowing, one borrowed unit is worth the value of the base.

Every digit in the answer must be smaller than the base.

Convert to Base 10 when checking difficult calculations.

Base equations can be rewritten as ordinary algebraic equations.

Always check that a missing base or digit is valid.

🎯 Before Moving On...

🎉 Well Done!

You can now perform calculations in different number bases.

Remember:

Check the base → Line up place values → Carry or borrow using the base → Check every digit → Verify if needed

📈 Your Progress

Lesson 13 of 19

Real Numbers Progress 68%