Given any $x \in \mathbb{R}$, show that there is a nonnegative integer $k$ and integers $a_{k}, a_{k-1}, \ldots, a_{1}, a_{0}, b_{1}, b_{2}, \ldots$ between 0 and 9 such that
$$
x=\pm \lim _{n \rightarrow \infty}\left(a_{k} 10^{k}+a_{k-1} 10^{k-1}+\cdots+a_{0}+\frac{b_{1}}{10}+\frac{b_{2}}{10^{2}}+\cdots+\frac{b_{n}}{10^{n}}\right) .
$$
(Hint: If $|x|<1$, set $k=0=a_{0}$ and apply Exercise 26 to $y:=|x|$, whereas if $|x| \geq 1$, apply Exercise 27 to $n:=[|x|]$ and Exercise 26 to $y:=|x|-n .)$ [Note: It is customary to call $a_{k}, a_{k-1}, \ldots, a_{0}, b_{1}, b_{2}, \ldots$ the digits of $x$ and write the above expression for $x$ as $x=\pm a_{k} a_{k-1} \ldots a_{0} \cdot b_{1} b_{2} \ldots$, and call it the decimal expansion of $x$.