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, . This is a geometric series with and , so the sum is .
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.