Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Contemporary Mathematics

4.4 Addition and Subtraction in Base Systems

Contemporary Mathematics4.4 Addition and Subtraction in Base Systems

A person holding a magnifying glass is observing binary code.
Figure 4.5 All information in computers is represented by 0's and 1's, including quantity, which means computers use Base 2 for arithmetic. (credit: modification of work “Magnifying glass and binary code” by Marco Verch Professional Photographer/Flickr, CC BY 2.0)

Learning Objectives

After completing this section, you should be able to:

  1. Add and subtract in bases 2–9 and 12.
  2. Identify errors in adding and subtracting in bases 2–9 and 12.

Once we decide on a system for counting, we need to establish rules for combining the numbers we’re using. This begins with the rules for addition and subtraction. We are familiar with base 10 arithmetic, such as 2+5=72+5=7 or 3×5=153×5=15. How does that change if we instead use a different base? A larger base? A smaller one? In particular, computers use base 2 for all number representation. When your calculator adds or subtracts, multiplies or divides, it uses base 2. This is because the circuitry recognizes only two things, high current and low current, which means the system is uses only has two symbols. Which is what base 2 is.

In this section, we use addition and subtraction in bases other than 10 by referencing the processes of base 10, but applied to a new base system.

Addition in Bases Other Than Base 10

Now that we understand what it means for numbers to be expressed in a base other than 10, we can look at arithmetic using other bases, starting with addition. When you think back to when you first learned addition, it is very likely you learned the addition table. Once you knew the addition table, you moved on to addition of numbers with more than one digit. The same process holds for addition in other bases. We begin with an addition table, and then move on to adding numbers with two or more digits.

We worked with base 6 earlier, and have the numbers in base 6 up to 1006. Using that table of values, we can create the base 6 addition table.

Here’s the beginning of the base 6 addition table:

+ 0 1 2 3 4 5
0 0 1 2 3 4 5
1 1 2 3 4 5 ?
2 2 3 4 5 ? ?
3 3 4 5 ? ? ?
4 4 5 ? ? ? ?
5 5 ? ? ? ? ?

Many of the cells are not filled out. The ones filled in are values that never get past 5, which is the largest legal symbol in base 6, so they are acceptable symbols. But what do we do with 5 + 3 in base 6? We can’t represent the answer as “8” since “8” is not a symbol available to us. Let’s go back to the list of numbers we have for base 6.

0 1 2 3 4 5
10 11 12 13 14 15
20 21 22 23 24 25
30 31 32 33 34 35
40 41 42 43 44 45
50 51 52 53 54 55

So, what is 5 + 1 equal to in base 6? Well, start at the 5, and jump ahead one step. You land on 10.

A table with numbers 0 to 5, 10 to 15, 20 to 25, 30 to 35, 40 to 45, 50 to 55. An arrow points from 5 to 10
A table with numbers 0 to 5, 10 to 15, 20 to 25, 30 to 35, 40 to 45, 50 to 55. A callout pointing to 10 reads, The 10 is one step past the 5.

This means that, in base 6, 5 + 1 = 10.

So, what is 5 + 2 in base 6? Well, 5 + 2 = 5 + 1 + 1, so 10 + 1…jump one more space and you land on 11. So, 5 + 2 = 11 in base 6.

A table with numbers 0 to 5, 10 to 15, 20 to 25, 30 to 35, 40 to 45, 50 to 55. Arrows point from 5 to 10 and from 10 to 11.

And so it goes. Using that process, stepping one more along the list, we can fill in the remainder of the base 6 addition table (Table 4.4).

+ 0 1 2 3 4 5
0 0 1 2 3 4 5
1 1 2 3 4 5 10
2 2 3 4 5 10 11
3 3 4 5 10 11 12
4 4 5 10 11 12 13
5 5 10 11 12 13 14
Table 4.4 Base 6 Addition Table

With this table, and with our understanding of “carrying the one,” we can then use the addition table to do addition in base 6 for numbers with two or more digits, using the same processes you learned for addition when you did it by hand.

Example 4.28

Adding in Base 6

Calculate 2516 + 1336.

Your Turn 4.28

1.
Calculate 4536 + 3456.

Example 4.29

Creating an Addition Table for a Base Lower Than 10

  1. Create the addition table for base 7.
  2. Create the addition table for base 2.

Your Turn 4.29

1.
Create the addition table for base 4.

To summarize the creation of the addition tables for a given base, do the following.

Step 1: Set up the table.

Step 2: Fill in all the additions that use the “legal” symbols for the base. The diagonal that goes from upper left to lower right that is immediately next to the filled boxes all get the value 10, regardless of base.

Step 3: Enter the values that are in the “teens.” This can all be done on one table without creating multiple copies of previously done work.

Example 4.30

Adding in Base 7

Calculate 5367 + 4337.

Your Turn 4.30

1.
Calculate 4617 + 1427.

As seen previously, when performing addition in another base, set up the problem exactly as you would for addition in base 10. At each step, check the addition table for the base. As in base 10 addition, move right to left, adding down the columns using the rules in the addition table. When necessary and just as in base 10, be sure to carry the 1.

Example 4.31

Creating an Addition Table for a Base Higher Than 10

Create the addition table for base 12.

Your Turn 4.31

1.
Create the addition table for base 14.

Example 4.32

Adding in Base 12

Calculate 3A712 + 9BA12.

Your Turn 4.32

1.
Calculate 4B312 + B0612.

Example 4.33

Adding in Base 2

We again return to base 2, the base used by computers. Calculate 10012 + 110112.

Your Turn 4.33

1.
Calculate 1011112 + 11000112.

Subtraction in Bases Other Than Base 10

Subtraction in bases other than base 10 follow the same processes as base 10 subtraction, but, as with addition, using the addition table for the base.

Example 4.34

Subtracting in Base 6

Calculate 526 − 346.

Your Turn 4.34

1.
Calculate 1156 − 436.

Example 4.35

Subtracting in Base 12

Calculate A1712 − 4B312.

Your Turn 4.35

1.
Calculate 71612 − 4AB12.

Errors When Adding and Subtracting in Bases Other Than Base 10

Errors when computing in bases other than 10 often involve applying base 10 rules or symbols to an arithmetic problem in a base other than base 10. The first type of error is using a symbol that is not in the symbol set for the base. For instance, if a 9 shows up when working in base 7, you know an error has happened because 9 is not a legal symbol in base 7.

Example 4.36

Identifying an Illegal Symbol in Arithmetic in a Base Other Than Base 10

Explain the error in the following calculation:

156+346=496156+346=496

Your Turn 4.36

1.
Explain the error in the following calculation and correct the problem:
133 4 + 112 4 = 245 4

The second type of error is using a base 10 rule when the numbers are not in base 10. For instance, if you are working in base 13, then 913 + 913 is not 1813, even though 18 is the correct answer in base 10.

Example 4.37

Identifying an Arithmetic Error in a Base Other Than Base 10

Explain the error in the following calculation, and correct the error:

8912+7612=165128912+7612=16512

Your Turn 4.37

1.

Explain the error in the following calculation, and correct the error:

149 14 + 19 14 = 168 14

Check Your Understanding

21.
Determine the addition table for base 8.
22.
Compute 246 + 536.
23.
Compute 358 − 268.
24.
Compute 3B14 + 4514.
25.
Compute A412 − 9B12.
26.
How do you know an error has occurred in a base 8 addition question if the answer obtained was 288?
27.
What is one common error made in calculating in base 14?

Section 4.4 Exercises

For the following exercises, create the addition table for the given base.
1 .
base 5
2 .
base 3
3 .
base 16 (Hint: Use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F.)
4 .
base 2
For the following exercises, perform the indicated base 6 operation.
5 .
46 + 36
6 .
146 + 256
7 .
316 + 36
8 .
436 + 346
9 .
5326 + 236
10 .
2546 + 1436
11 .
206 − 36
12 .
236 − 56
For the following exercises, perform the indicated base 12 operation.
13 .
512 + 612
14 .
312 + A12
15 .
3412 + 712
16 .
7612 + B12
17 .
5912 + 1A12
18 .
A112 + 3612
19 .
5312 − 912
20 .
2B12 − 712
21 .
Explain two ways to detect an error in arithmetic in bases other than base 10.
22 .
Explain the error in the following calculation: 2813 + 4713 = 7513.
23 .
Explain the error in the following calculation: 367 + 237 = 597.
24 .
In base 10 addition, there are 100 addition rules plus a rule for carrying a 1. How many addition rules are there for base 6?
25 .
In base 10 addition, there are 100 addition rules plus a rule for carrying a 1. How many addition rules are there for base 14?
26 .
In base 10 addition, there are 100 addition rules plus a rule for carrying a 1. How many addition rules are there for base 2?
For the following exercises, use the addition table that you created from Exercise 4 to perform the indicated base 2 operations.
27 .
1012 + 1112
28 .
10112 + 100112
29 .
111112 + 111112
30 .
10101012 + 10101012
For the following exercises, use the addition table that you created from Exercise 3 to perform the indicated base 16 operations.
31 .
2916 + 3816
32 .
4D16 + 8916
33 .
92716 + 43816
34 .
BFA16 − 78E16
For the following exercises, tell how you know an error was committed without performing the operation in the given base.
35 .
43 5 + 32 5 = 75 5
36 .
15 14 + 19 14 = 34 14
Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
Citation information

© Dec 21, 2023 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.