Learning

open
close

Addition and Subtraction in Base Systems

April 26, 2025 | by Bloom Code Studio

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:

+012345
0012345
112345?
22345??
3345???
445????
55?????

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.

012345
101112131415
202122232425
303132333435
404142434445
505152535455

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

+012345
0012345
11234510
223451011
3345101112
44510111213
551011121314

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.

Solution

Step 1: Let’s set up the addition using columns.

251
+133

Step 2: Let’s do the one’s place first. According to the base 6 addition table (Table 4.4), 1 + 3 = 4.

251
+133
4

Step 3: Now, we do the “tens” place (it’s really the sixes place). According to the base 6 addition table (Table 4.4), we have 5 + 3 = 12. So, like in base 10, we use the 2 and carry the 1.

1
251
+133
24

Step 4: Now the “hundreds” place (really, thirty-sixes place). There, we have 1 + 2 + 1 = 3 + 1 = 4.

1
251
+133
424

So, 2516 + 1336 = 4246.

As you can see, the process is the same as when you learned base 10 addition, just a different symbol set.

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.

Solution

  1. We begin with the table below.
    +012345600123456112345622345633456445655666In base 7, the number that follows 6 is 10 (since we’ve run out of symbols!). So, 67 + 17 = 107. Once that is established, 67 + 27 will be two numbers past 6, which is 11 in base 7.+01234560012345611234561022345611334564456556661011Continuing, we can fill in the rows as we would in base 10, but being aware that we are working in base 7 (Table 4.5).+012345600123456112345610223456101133456101112445610111213556101112131466101112131415Table 4.5 Base 7 Addition Table
  2. We revisit base 2 here. Begin with the table:
    +0100111Table 4.6 Base 2 Addition TableIn base 2, the number that follows 1 is 10 (since we’ve run out of symbols!). So, 12 + 12 = 102. The complete table for base two then is below.+010011110
    This demonstrates that the rules necessary for base 2 addition are as small as possible: four rules.

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.

Solution

Step 1: Let’s set up the addition using columns.

536
+433

Step 2: Let’s do the one’s place first. According to the base 7 addition table in the solution for Example 4.29, 6 + 3 = 12. We will carry the 1.

1
536
+433
2

Step 3: Now, we do the “tens” place (it’s really the sevens place). According to the base 7 addition table in the solution for Example 4.29, we have 1 + 3 + 3 = 10. So, like in base 10, we use the 0 and carry the 1.

1
536
+433
02

Step 4: Now the “hundreds” place (really, forty-ninths place). There, we have 1 + 5 + 4 = 6 + 4 = 13.

1
536
+433
1302

So, 5367 + 3337 = 13027.

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.

Solution

Step 1: Recall, in base 12, the symbol set is 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, and B. So, the addition table begins as shown below.

+0123456789AB
00123456789AB
1123456789AB
223456789AB
33456789AB
4456789AB
556789AB
66789AB
7789AB
889AB
99AB
AAB
BB

Step 2: The diagonal immediately to the right of the filled in boxes is where the 10 goes for this base.

+0123456789AB
00123456789AB
1123456789AB10
223456789AB10
33456789AB10
4456789AB10
556789AB10
66789AB10
7789AB10
889AB10
99AB10
AAB10
BB10

Step 3: Using the pattern we’re familiar with, and counting in base 12, we can fill in the other cells.

+0123456789AB
00123456789AB
1123456789AB10
223456789AB1011
33456789AB101112
4456789AB10111213
556789AB1011121314
66789AB101112131415
7789AB10111213141516
889AB1011121314151617
99AB101112131415161718
AAB10111213141516171819
BB101112131415161718191A

Table 4.7 Base 12 addition table

Notice that the lower-right entry is 1A12, as this is the number one past 1912.

Your Turn 4.31

1.

Create the addition table for base 14.

Example 4.32

Adding in Base 12

Calculate 3A712 + 9BA12.

Solution

Step 1: Using the process established in the earlier addition problem, set up the columns.

3A7
+9BA

Step 2: Using the rules from the base 12 addition table in the solution for Example 4.31, and being careful to carry the 1 when necessary, we get the following:

11
3A7
+9BA
11A5

The ones that were carried are located over the columns.

So, 3A712 + 9BA12= 11A512.

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.

Solution

Step 1: Using the process established in the earlier addition problem, set up the columns.

1001
+11011

Step 2: Using the rules from the base 2 addition table in the solution for Example 4.29, and being careful to carry the 1 when necessary (and shown at the top of the grid), we get the following:

111
1001
+11011
100100

Step 3: Calculate 10012 + 110112 = 1001002.

So, 10012 + 110112 = 1001002.

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.

Solution

Step 1: Let’s set up the subtraction using columns.

52
34

Step 2: Just as we might do in base 10, we borrow a 1 from the 5 for the ones digit.

545412
34

Step 3: Referring to the base 6 addition table (Table 4.4), we see that 4 + 4 = 12, so 126 − 46 is 46.

545412
34
4

Step 4: Now we deal with the “tens” (really, sixes) digit, 46 − 36, which equals 16 according to the base 6 addition table (Table 4.4).

55 412
34
14

So, 526 − 346 = 146.

Your Turn 4.34

1.

Calculate 1156 − 436.

Example 4.35

Subtracting in Base 12

Calculate A1712 − 4B312.

Solution

Step 1: Let’s set up the subtraction using columns.

A17
4B3

Step 2: Even in base 12, 712 − 312 = 412.

A17
4B3
4

Step 3: Moving to the “tens” digit, we have 112 − B12. Since 1 is less than B in base 12, we need to borrow a 1 from the A, just as we would for subtraction in base 10.

AA 9117
4B3
4

Step 4: According to the base 12 addition table in the solution for Example 4.31, B12 + 212 = 1112, so 1112 − B12 = 212.

AA 9117
4B3
24

Step 5: Finally, we deal with the “hundreds” digit. According to the base 12 addition table in the solution for Example 4.31, 412 + 512 = 912, so 912 − 412 = 512.

AA 9117
4B3
524

So, A1712 − 4B312 = 52412.

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

Solution

Since the problem is in base 6, the symbol set available is 0, 1, 2, 3, 4 and 5. The 9 in the answer is clearly not a legal symbol for base 6. Looking back to the base 6 addition table (Table 4.4), we see that 56+46=13656+46=136. Correcting the error, we see the sum is 156+346=536156+346=536.

Your Turn 4.36

1.

Explain the error in the following calculation and correct the problem:
1334+1124=24541334+1124=2454

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

Solution

If this problem was a base 10 problem, this would be the correct answer. However, in base 12, 9 + 6 is not 15, but is instead 13. To correct this error, carefully use the addition table for base 12. If properly used, the correct answer would be 1431214312, as seen below:

89
+76
143

Your Turn 4.37

1.

Explain the error in the following calculation, and correct the error:14914+1914=16814

RELATED POSTS

View all

view all