All topics

s3.2.6

Changing Bases: Miscellaneous Topics

1,000 questions

This section explores problems that combine base conversions with other mathematical tricks.

One example is converting a repeating decimal in a different base to a base-10 fraction. This requires using the formula for the sum of an infinite geometric series. For example, .333...7=37+349+3343+.333..._7 = \frac{3}{7} + \frac{3}{49} + \frac{3}{343} + \dots. This is a geometric series with a=37a = \frac{3}{7} and r=17r = \frac{1}{7}, so the sum is 3/711/7=12\frac{3/7}{1 - 1/7} = \frac{1}{2}.

Another example involves finding the remainder when a base-n number is divided by n-1. The remainder is simply the sum of the digits of the base-n number, divided by n-1.

Practise this