Back to Course
JSS3: MATHEMATICS - 1ST TERM
0% Complete
0/0 Steps
-
Binary Number System I | Week 15 Topics|1 Quiz
-
Binary Number System II | Week 26 Topics|1 Quiz
-
Word Problems I | Week 34 Topics|1 Quiz
-
Word Problems with Fractions II | Week 41 Topic|1 Quiz
-
Factorization I | Week 54 Topics|1 Quiz
-
Factorization II | Week 63 Topics|1 Quiz
-
Factorization III | Week 73 Topics|1 Quiz
-
Substitution & Change of Subject of Formulae | Week 82 Topics|1 Quiz
-
Simple Equations Involving Fractions | Week 93 Topics|1 Quiz
-
Word Problems | Week 101 Topic|1 Quiz
Lesson 1,
Topic 5
In Progress
Binary System
Lesson Progress
0% Complete
Topic Content:
- Converting Denary Numbers to Binary Numbers
- Converting Binary Numbers to Base 10
The most widely used number base system after base 10 is the binary system because of its application to computers. In a binary system, the greatest digit used is 1, so the two digits available in the binary system are 0 and 1.
Binary system is called Base Two.
Converting Denary Numbers to Binary Numbers:
Worked Example 1.5.1:
Convert the following denary numbers to binary numbers:
a. 15
b. 48
c. 29
d. 69
Solution
a. 15
= 1111two
b. 48
110000two
c. 29
= 11101two
d. 69
= 1000101two
Converting Binary Numbers to Base 10
Worked Example 1.5.2:
Convert the following binary numbers to denary numbers:
i. 10011two
ii. 100111two
Solution
i. 10011two = 1 × 24 + 0 × 23 + 0 × 22 + 1 × 21 + 1 × 20
16 + 0 + 0 + 2 + 1 = 19ten
ii. 100111two = 1 × 25 + 0 × 24 + 0 × 23 + 1 × 22 + 21 × 1 + 1 × 20
= 32 + 0 + 0 + 4 + 2+ 1 = 39ten