Back to Course

SS1: MATHEMATICS - 1ST TERM

0% Complete
0/0 Steps
  1. Number Base System I | Week 1
    6 Topics
    |
    2 Quizzes
  2. Number Base System II | Week 2
    3 Topics
  3. Number Base System III | Week 3
    2 Topics
    |
    1 Quiz
  4. Modular Arithmetic I | Week 4
    2 Topics
  5. Modular Arithmetic II | Week 5
    3 Topics
  6. Modular Arithmetic III | Week 6
    4 Topics
    |
    1 Quiz
  7. Indices I | Week 7
    3 Topics
    |
    1 Quiz
  8. Indices II | Week 8
    1 Topic
    |
    1 Quiz
  9. Logarithms I | Week 9
    3 Topics
  10. Logarithms II | Week 10
    4 Topics
    |
    1 Quiz
  • excellence
  • Follow

Lesson Progress
0% Complete

Topic Content:

  • Addition in Other Bases

When adding binary numbers some simple rules can be used.

The rules of binary addition are:

  • 0 + 0 = 0
  • 0 + 1 = 1
  • 1 + 0 = 1
  • 1 + 1 = 0 with a Carry of 1
  • 1 + 1 + 1 = 1 with a Carry of 1

But we can also use another technique for the addition of binary and other bases, as shown below.

Example 1.4.1:

Evaluate the following:

1. 111100two + 10111two + 10011two
2. 110.011two + 10.111two + 1.01two 
3. 13047 + 467 + 1426
4. 5D6C16 + 6ABF16 + 3D216

1. 111100two + 10111two + 10011two

Solution

Screenshot 2023 09 13 at 15.45.03

Explanation

1st Column (from right to left): 0 + 1 + 1 = 2. How many twos are there in 2? The answer is 1 remainder 0. Write 0 and carry 1 to column 2.

2nd Column: 1 + 0 + 1 + 1 = 3. How many twos are there in 3? The answer is 1 remainder 1. Write 1 and carry 1 to column 3.

3rd Column: 1 + 1 + 1 + 0 = 3. How many twos are there in 3? The answer is 1 remainder 1. Write 1 and carry 1 to column 4.

4th Column: 1 + 1 + 0 + 0 = 2. How many twos are there in 2? The answer is 1 remainder 0. Write 0 and carry 1 to column 5.

5th Column: 1 + 1 + 1 + 1 = 4. How many twos are there in 4? The answer is 2 remainder 0. Write 0 and carry 2 to column 6.

6th Column: 2 + 1 = 3. How many twos are there in 3? The answer is 1 remainder 1. Write 1 and carry 1 to the next (7th)column.

This yields 1100110two

2. 110.011two + 10.111two + 1.01two 

Solution

Screenshot 2023 09 13 at 15.55.35

Explanation

1st Column (from right to left): 1 + 1 + 0 = 2. How many twos are there in 2? The answer is 1 remainder 0. Write 0 and carry 1 to column 2.

2nd Column: 1 + 1 + 1 + 1 = 4. How many twos are there in 4? The answer is 2 remainder 0. Write 0 and carry 2 to column 3.

3rd Column: 2 + 0 + 1 + 0 = 3. How many twos are there in 3? The answer is 1 remainder 1. Write 1 and carry 1 to column 4.

4th Column: 1 + 0 + 0 + 1 = 2. How many twos are there in 2? The answer is 1 remainder 0. Write 0 and carry 1 to column 5.

5th Column: 1 + 1 + 1 = 3. How many twos are there in 3? The answer is 1 remainder 1. Write 0 and carry 1 to column 6.

6th Column: 1 + 1 = 2. How many twos are there in 2? The answer is 1 remainder 0. Write 0 and carry 1 to column 7.

This yields 1010.100two

3. 13047 + 467 + 1426

Solution

Screenshot 2023 09 13 at 16.05.49

Explanation

1st Column (from right to left): 4 + 6 + 6 = 16. How many sevens are there in 16? The answer is 2 remainder 2. Write 2 and carry 2 to column 2.

2nd Column: 2 + 0 + 4 + 2 = 8. How many sevens are there in 8? The answer is 1 remainder 1. Write 1 and carry 1 to column 3.

3rd Column: 1 + 3 + 4 = 8. How many sevens are there in 8? The answer is 1 remainder 1. Write 1 and carry 1 to column 4.

4th Column: 1 + 1 + 1 = 3. How many sevens are there in 3? The answer is 3 is not up to 7. Finally, Write 3.

This yields 3112

4. 5D6C16 + 6ABF16 + 3D216

Solution | Hex Addition

Screenshot 2023 09 13 at 16.11.31

Explanation

Hex addition follows the same rules as decimal addition with the only difference being the added numerals A, B, C, D, E, and F. It may be convenient to have the decimal equivalent values of A through F handy when performing hex operations if the values have not yet been committed to memory. Below is an example of hex addition. Work through the example, and refer to the text below it for further details.

Remember A = 10, B = 11, C= 12, D = 13, E = 14, F = 15

1st Column (from right to left): C + F + 2 = 13 + 15 + 2 = 29. How many sixteens are there in 29? The answer is 1 remainder 13. But D = 13, so write D and carry 1 to column 2.

2nd Column: 1 + 6 + B + D = 1 + 6 + 11 + 13 = 31. How many sixteens are there in 31? The answer is 1 remainder 15. But F = 15, so write F and carry 1 to column 3.

3rd Column: 1 + D + A + 3 = 1 + 13 + 10 + 3 = 27. How many sixteens are there in 27? The answer is 1 remainder 11. But B = 11, so write B and carry 1 to column 4.

4th Column: 1 + 5 + 6 = 12. 12 is not up to 16. So write 12 in this column which is also C.

This yields CBFD16

avataravatar
Subscribe
Notify of
guest
3 Comments
Oldest
Newest
Inline Feedbacks
View all comments
Victory
Victory
2 years ago

Thanks for this lesson

avatar
King Gidson
1 year ago

It’s cool

Giovanni Ohaeri
9 months ago

Beginning to understand

avatar
3
0
Would love your thoughts, please comment.x
()
x