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 Multiplication
Topic Content:
- Methods of Solving Binary Multiplication
- Rules of Binary Multiplication
There are two different methods of solving binary multiplication.
1. Using long multiplication method.
2. Using conversion method.
Below are the rules of binary subtraction:
0 × 0 = 0
0 × 1 = 1
1 × 0 = 0
1 × 1 = 1
Worked Example 4.3.1:
Calculate the product of 1011two and 101two
Solution
1st Method:
Using long multiplication:

⇒ 1011two × 101two = 110111two
Remember the rules for addition:
- 1 + 0 = 1
- 0 + 0 = 0
- 0 + 1 = 1
- 1 + 1 = 10
- 1 + 1 + 1 = 11
2nd Method:
Solving the same question using conversion
1011two × 101two
Convert the numbers to base 10 and multiply. Then convert the result to base 2
1011two = 1 × 23 + 0 × 22 + 1 × 21 + 1 × 20
= 1 × 8 + 0 × 4 + 1 × 2 + 1 × 1
= 8 + 0 + 2 + 1
= 11ten
Also,
101two = 1 × 22 + 0 × 21 + 1 × 20
1 × 4 + 0 × 2 + 1 × 1
4 + 0 + 1
= 4 + 1 = 5ten
∴ 1011two × 101two = 11ten × 5ten
= 55ten.
Now we can convert 55ten to base two

55ten = 110111two
∴ 1011two × 101two = 110111two