CAT 2025 Lesson : Number Systems - Non-Decimal Bases
5. Special Types
5.1 Conversion from one base to another
When two bases are not linked (explained in 5.2 Linked Bases), we convert the number to base 10 and then convert the number to the desired base.
Example 5
The number 2342 in base 6 when written in the base 9 system is
Solution
We first convert the number to base 10. (2342)6=(2×63)+(3×62)+(4×6)+2
=432+108+24+2=566
Now, we successively divide 566 by 9.
∴ (566)10=(688)9
Answer: 688
5.2 Linked bases
In conversions where one base is an integral power of another base, the conversion can be directly done without converting to the decimal system.
If a and b are the two bases and an=b, then each digit of the number in base b has n digits in base a.
Example 6
If the number 156 in base 8 is x in base 2, then x= ?
Solution
The two bases 2 and 8 are linked as 23=8.
∴ Each digit of the number in base 8 is written as 3 digits in base 2.
Base 2 can have the digits 0 and 1 only. Instead of successively dividing, we can find the digits as follows. 1=(0×22)+(0×21)+(1×20)=(001)2 5=(1×22)+(0×21)+(1×20)=(101)2 6=(1×22)+(1×21)+(0×20)=(110)2
When the above are written together, we get the number to be (0011011100)2 or (1101110)2
Answer: 1101110
Example 7
2122201 in base 3 when written in base 9 is
Solution
The two bases are 3 and 32=9.
Every 2 digits from the right in the base 3 number can be combined and represented as one digit in base 9.