JSS1: MATHEMATICS - 1ST TERM
-
Whole Numbers I | Week 13 Topics|1 Quiz
-
Whole Numbers II | Week 21 Topic|1 Quiz
-
Counting in Base Two | Week 34 Topics|1 Quiz
-
Arithmetic Operations | Week 43 Topics|1 Quiz
-
Lowest Common Multiple (LCM) | Week 52 Topics|1 Quiz
-
Highest Common Factor | Week 61 Topic|1 Quiz
-
Fraction | Week 77 Topics|1 Quiz
-
Basic Operations with Fractions I | Week 83 Topics|1 Quiz
-
Basic Operations with Fractions II | Week 91 Topic|1 Quiz
-
Directed Numbers | Week 103 Topics|1 Quiz
-
Estimation and Approximation I | Week 113 Topics|1 Quiz
-
Estimation and Approximation II | Week 126 Topics|1 Quiz
Binary Addition
Topic Content:
- Rules of Binary Addition
- Worked Examples
It is possible to add, subtract and multiply binary numbers in a similar way to base ten numbers. The main things to remember in base two are the following
Below are rules of binary addition:
- 1 + 0 = 1
- 0 + 0 = 0
- 0 + 1 = 1
- 1 + 1 = 10
- 1 + 1 + 1 = 11
Rule | A + B | Sum (What we write down) | Carry (What we write carry) |
1. | 0 + 0 | 0 | 0 |
2. | 0 + 1 | 1 | 0 |
3. | 1 + 0 | 1 | 0 |
4. | 1 + 1 | 0 | 1 |
5. | 1 + 1 + 1 | 1 | 1 |
Worked Example 4.1.1:
Add 111two to 11two
⇒ 111two + 11two = 1010two
Explanation:
First column by the right: 1 + 1 = 10
Write the 0 and carry 1 {forward (1)}
Second column in the middle: (1) carried + 1 + 1 = 11.
Write down 1 and carry 1 {forward (1)}
Third column: 1 carried + 1 = 10
Worked Example 4.1.2:
Add 1011two to 1101two
Solution
First column by the right: 1 + 1 = 10 write down 0 and carry 1
Second column: the 1 carried forward +1 write down 0 carry 1
Third column: the 1 carried forward from second column +1, write down 0 and carry 1
Fourth column: 1 carried from third column + 1 + 1 = 11
⇒ 1011two + 1101two = 11000two