When learning to count, we were taught the digits \( 0, 1, 2, 3, 4, 5, 6, 7, 8, \) and \(9\). We were told that the next number in the sequence is \(10\), which consists of the digit \(1\) written next to \(0\). This is the Hindu-Arabic numeral system, which represents a number using the place-value notation. The number \( 321\) is interpreted as \( 3 \times 10^2 + 2 \times 10^1 + 1 \times 10^0 \). These calculations are done in base 10, which is partially explained by having 10 fingers (including thumbs) which we use to count.
The use of place-value notation in base 10 is not standard throughout history. In fact, many of the great historical civilizations used their own form of number systems. For example, the Babylonains used a sexagesimal (base 60) numeral system, which allowed them to simply represent several fractions. Due to their influence, we now have 60 seconds in a minute, 60 minutes in an hour, and 360 degrees in a circle.
How does number base representation work? The base is the number of unique digits (including zero), which are used in the representation. In this post, will denote the number in base . If a base is not given, it is assumed to be 10.
Suppose that Brilli the ant uses a base 6 system, as she has 6 legs for counting. What would the number mean to us?
Working from the right, we see that there is 1 unit of , and then units of , and finally 3 units of . Hence, we can calculate that
More generally, we can convert a number in base into our decimal system via
How do we reverse this process? What would our number mean to Brilli the ant? We need to find numbers , each taking value or . It can be tedious to guess and check, so we use the following algorithm. We start by performing division by , and record the remainder. We then take the dividend and divide that by again, and record the remainder. This process continues till the dividend is finally 0. We then read the remainders that have been obtained. As an explicit example, to calculate in base 6, we perform the steps:
As such, the algorithm tells us that .
1. Convert into base 3.
Solution: We will work through base 10. First, we convert into base 10. From the above, we know that
Next, we use the algorithm to convert to base 3.
Hence .
2. Why does this algorithm to convert into base work?
Solution: Suppose we want to convert a number into base . If , then we know that is a multiple of . But since , this tells us that must be the remainder when is divided by .
We are now interested in . Similarly, we obtain that must be the remainder when is divided by . We repeat this process till we terminate at .
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Cool note!!!
Awesome n cool note!!!