Find the base system, $x$, such that $\frac{1}{5}$ and $\overline{.17}$ are numerals for the same number.

470 Views Asked by At

So far I know that $\frac{1}{5} = 0.2$ in base 10. However, I'm not really sure how to convert it into another base. Any suggestions would be greatly appreciated.

3

There are 3 best solutions below

0
On

$$(x^2-1)\cdot\dfrac15=(17.17\cdots)_x-(.17\cdots)_x=(17)_x=1\cdot x^1+7$$

2
On

$0.171717..._x=\dfrac{17_x}{x^2}+\dfrac{17_x}{x^4}+\dfrac{17_x}{x^6}+...$

$=\dfrac{17_x/x^2}{1-1/x^2}=\dfrac{17_x}{x^2-1}=\dfrac{x+7}{x^2-1}=\dfrac15$

3
On

$$\begin{align} (0.1717...)_b =& \left(\frac{1}{b}+\frac{7}{b^2}\right) + \left(\frac{1}{b^3}+\frac{7}{b^4}\right) + \cdots \\ =& \frac{b+7}{b^2}+\frac{b+7}{b^4} +\cdots \\ =& \sum_{n=1}^{\infty} \frac{b+7}{b^{2n}} \\ =& (b+7)\sum_{n=1}^{\infty}(b^{-2})^n \\ =& \frac{b+7}{b^2-1} \end{align}$$ and this is equal to $1/5$, so $b=9$.