Back to Course

JSS1: MATHEMATICS - 1ST TERM

0% Complete
0/0 Steps
  1. Whole Numbers I | Week 1
    3 Topics
    |
    1 Quiz
  2. Whole Numbers II | Week 2
    1 Topic
    |
    1 Quiz
  3. Counting in Base Two | Week 3
    4 Topics
    |
    1 Quiz
  4. Arithmetic Operations | Week 4
    3 Topics
    |
    1 Quiz
  5. Lowest Common Multiple (LCM) | Week 5
    2 Topics
    |
    1 Quiz
  6. Highest Common Factor | Week 6
    1 Topic
    |
    1 Quiz
  7. Fraction | Week 7
    7 Topics
    |
    1 Quiz
  8. Basic Operations with Fractions I | Week 8
    3 Topics
    |
    1 Quiz
  9. Basic Operations with Fractions II | Week 9
    1 Topic
    |
    1 Quiz
  10. Directed Numbers | Week 10
    3 Topics
    |
    1 Quiz
  11. Estimation and Approximation I | Week 11
    3 Topics
    |
    1 Quiz
  12. Estimation and Approximation II | Week 12
    6 Topics
    |
    1 Quiz
  • excellence
  • Follow

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  

Screenshot 2023 08 23 at 08.06.31

321four = 111001two 

Worked Example 3.4.2:

Convert 101110two to an octal number.  

Solution 

Note: Octal means eight 

Convert 101110two to base ten 

543210
101110

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 

Screenshot 2023 08 23 at 08.08.33

⇒ 101110two = 56eight