3.2.6 Changing Bases: Miscellaneous Topics
There are a handful of topics involving changing bases that rely on understanding other tricks previously discussed in this book. Take this problem for example:
Problem: Convert the decimal into a base-10 fraction. Solution: The above problem relies on using the formula for the sum of an infinite geometric series:
Another problem which relies on understanding of how the derivation of finding the remainder of a number when dividing by 9, only in a different base is:
Problem: The number has what remainder? Solution: The origins of this is rooted in modular arithmetic (see Section 3.4) and noticing that: . So our integer can be represented as:
So an important result is that when you have a base-n number and divide it by , all you need to do is sum the digits and see what the remainder that is when dividing by .