Back to Course
JSS1: MATHEMATICS - 1ST TERM
0% Complete
0/0 Steps
-
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
Lesson 3,
Topic 4
In Progress
Converting Any Base to Any Other Base
Lesson Progress
0% Complete
Topic Content:
- Converting Any Base to Any Other Base
To do this:
- First convert the given base to base ten. (using the expansion method)
- Then convert the result to the required base. (using the division method)
Worked Example 3.4.1:
Convert 321four to base two
Solution
First convert 321four to base 10
321four = 3 × 42 + 2 × 41 + 1 × 40
= 3 × 16 + 2 × 4 + 1 × 1
= 48 + 8 + 1
321four = 57ten
Now convert 57ten to base two
321four = 111001two
Worked Example 3.4.2:
Convert 101110two to an octal number.
Solution
Note: Octal means eight
Convert 101110two to base ten
5 | 4 | 3 | 2 | 1 | 0 |
1 | 0 | 1 | 1 | 1 | 0 |
101110two = 1 × 25 + 0 × 24 + 1 × 23 + 1 × 22 + 1 × 21 + 0 × 20
= (1 × 32) + (0 × 16) + (1 × 8) + (1 × 4) + (1 × 2)+ (0 × 1)
= 32 + 0 + 8 + 4 + 2 + 0
= 46ten
Now convert 46ten to octal number
⇒ 101110two = 56eight