Fractions in different bases

1k Views Asked by At

Express the fractions , for several small values of , in base 6. Determine which rational numbers have terminating expressions in base 6.

I'm not really sure where to begin.

2

There are 2 best solutions below

1
On

In number system $6$ we have $6$ digits: $0,1,2,3,4,5$. The sign $10$ now refers to six, and so on.

What are the fractions $0.1,\ 0.2,\ 0.3,\ 0.4,\ 0.5$?

Now $5$ plays the role of 'last digit'. Can you guess what will be $0.1111\dots$?

What is the 'half digit' ($1/2$), so, what will be $1/4$?

2
On

What fractions have terminating expansions in base $10$? if we have a number: $a$ which has a decimal representation which ends after $k$ digits then it means $10^k*a$ is an integer right? in other words when they are represented in fraction form the denominator is a product of only $2$'s and $5$'s.

Similarly for base $64$ only fractions which when reduced have denominators which are only divisible by $1,2$ and $3$ have terminating expansions: can you prove it?


Suppose we have a number b which has k digits after the decimal pont. Then $b*10^k$ is an integer. since b is terminating we knoe it is rational and can be expressed as a simplified fraction $\frac{p}{q}$. Therefore $ b*10^k=\frac{(p*10^k)}{q}$ is an integer so $q$ divides $p*10^k$, but p and q are relatively prime because the fraction has been simplified, that means q divides $10^k$.

Can you use this argument for base 6?