Does anyone know why subtracting and solving for $x$ converts the repeating decimal to a fraction?
This is my understanding of the steps for conversion, specific questions follow.
$;$ is the decimal point. $$ x = l_0,...,l_p;a_1,...,a_j,\dot{r_0},...,\dot{r_k} $$ Shift non-repeating digits to whole part: $$ 10^jx = l_0,...,l_p, a_0,...,a_j;\dot{r_0},...,\dot{r_k} $$ Shift repeating sequence into whole part: $$ 10^{j+k}x = l_0,...,l_p,a_0,...,a_j,r_0,...,r_k;r_{k+1},...,r_{k+\infty} $$ $$ 10^{j+k}x - 10^jx = 10^jx(10^k-1) = ? $$ I'm unsure about how to arrive at the RHS of this step because of the prefix digits $l_0, ..., l_p$. Does anyone know? Also, how is the difference the fractional representation? $$ x = \frac {r_0,...,r_k} {10^{j+k} - 10^j} $$
I also reviewed this, this and this post, however still have the above questions.