Passnownow

CONVERSION FROM OTHER BASES TO BASE (10) TEN

SS 1 First Term Mathematics Week 1

Topic: CONVERSION FROM OTHER BASES TO BASE (10) TEN

It is possible to use any number as a base in building a numeral system. The number of unit used in the system is always equal to the base.

Decimal/Denary Base 10-Digits  Quinary

Decimal/DenaryBase 10-Digits QuinaryBase 5-Digits BinaryBase 2-Digits OctalBase 8-Digits HexadecimalBase 16-Digits
0 0 0 0 0
1 1 1 1 1
2 2 2 2
3 3 3 3
4 4 4 4
5 5 5
6 6 6
7 7 7
8 8
9 9
10 (A) These are
11 (B) the current
12 (C) Conventional
13 (D)notations
14 (E)
15 (F)

for 13, E for 14, F for 15 since these numbers are regarded as single digits in the hexadecimal scale.In the hexadecimal base (base 16) system the letter A represents 10, B represent 11, C represents 12, D

These are the current conventional notations.

In order to differentiate the numbers in different bases we use subscript notation. For example, 258

reads as two, five to base 8 meaning 2 x 81 + 5 x 80 that is the 2 eights and 5 ones. This equals 1610 +

510 = 2110.

Note that the above expression as twenty eight base eight, because this is the language in the denary

system) but can also read as “two one to base 3”.

The powers correspond to the place values of the number and they show the order of the digits. i.e.

12203 = 1 x 33 + 2 x 32 + 2 x 31 + 0 x 30 ——————————- Expanded form

           = 27 + 18 + 6 + 0 = 5110

Conversion by repeated/Successive Multiplication

This is another method of converting other bases to denary or decimals system is by repeated or successive multiplication. This method involves the successive multiplication of the digits by the given base. This is done starting with the first digit to the last and not as in ordinary multiplication where we multiply from the last digit to the first.

1. Multiplying the first digit by 7, i.e. 1 x 7 = 7

2. Add this to the second digit, i.e. 7 + 2 = 9

3. Multiply this sum by 7, i.e. 9 x 7 = 63

4. Add the third digit to this product, i.e. 67 x 4 = 67

5. Multiply this sum by 7, i.e. 67 x 7 = 469

6. Add the last digit to this product (469 + 6 = 475. This last sum is the required number in 10.

Exercise:

 Convert to the denary base 38212 and 101112 using the repeated or successive multiplication method.

The repeated or successive multiplication method appears to be simpler than the expanded form but you must be very careful not to add when you are suppose to multiply, so it is safer and faster to use the expanded form for both large and small numbers.

Conversion of Decimal Fraction in any base to base 10

The fractional part must be expressed in decimal form before conversion is possible, this is because it is important to represent the place value of the number before conversion can be done.

Example:  convert 6.47 to denary number.

We call this reference table i.e. the table showing the digit position and place value of the given numbers. And it makes for easy translation of the numbers in the fractional part to base 10.

70 7-1 7-2
Number 6 4

In expanded form 6.47 = 6 x 70 + 4 x 7-1

                                         = 6 x 1 + 4 x 1/7

                                         = 6 + 4/7 = 6.5710 (2 places of decimal).

32.516

61 60 6-1 6-2
Number 3 2 5 1

32.516 = 3 x 61 + 2 x 60 + 5 x 6-1 + 1 x 6-2

             = 3 x 6 + 2 x 1 + 5 x 1/6 + 5 x 1/62

            = 18 + 2 + 5/6 + 1/36

            = (20 + 30+1/36)10 = 20.8610 (2 places of decimal)

Conversion from base 10 to other bases

This is gotten by successive or continued division of the number (in base 10) by the base and writing out the remainders at each stage, until the quotient is 0

Convert 10610 to binary base

To do this conversion, I need to divide repeatedly by 2, keeping track of the remainders as I go. Watch below

Where Rem means remainder

2              106  Rem   Interpretation

2              53  +  0  –   (53 x 21+0 x 20)

2              26  +  1  –   (26 x 22+1 x 21)

2              13  +  0  –   (13 x 23+0 x 22)

2              6    +  1  –   (6 x 24 +1 x 23)

2              3    +  0  –   (3 x 25+ 0 x 24)

2              1    +  1  –   (1 x 26+ 1 x 25)

2              0    +  1  –   (0 x 27+1 x 26)

At each level in the division both the quotient and the remainder are expressed in the expanded powers of two.

Hence 10610 = 1 x 26 +1 x 25 +1 x 24 +1 x 23 +1 x 22 +1 x 21 +1 x 20

This means expressing the remainders in powers of two. So we read the remainders upwards because we read numbers from the largest to the least and the last remainder is the largest number in that base.

Hence 10610 = 11010102

Conversion from one base to another

Here we shall discuss the conversion from one base say quinary (base 5) to octal.

To do this we convert the given number first to denary (base 10), then to the required base.

Example: Express 4140five to Octal.

Solution:  4104five to denary

4 x 53 + 1 x 52 + 0 x 51 + 4 x 50

4 x 125 + 1 x 25 + 0 + 4

500 + 25 + 4 = 52910

Then convert 52910 to Octal

8           529

8           66 + 1

8           8 + 2

8           1 + 0

8           0 + 1

52910 = 1021eight

i.e. 4104five = 1021eight

Exercises:

Write the following in expanded form by counting the position of the digits

1.  2481

2.  60367

3. Express 63710 in the expanded form and find the value in base 10

Change the number to denary numbers (base 10)

4. Convert 32.516 to denary number.

5. Express 1436 in base 7

 

Answer:

1.  2 x 103+4 x 102+8 x 101+1 x 100

 

2.  6 x 104+0 x 103+3 x 102+6 x 101+7 x 100

3.  6 x 82+3 x 81+7 x 80

     = 6 x 64+3 x 8+7 x 1           which in base 10

     = 38410+2410+7

     = 41510

4.  20.8610

5.  1207

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top