Let $(x_n)$ be a Cauchy sequence in the metric space $(X,d)$ and $a \in X$. Show that there exist $M>0$ such that $x_n \in B(a,M)$ for all $n \in \mathbb{N}$.
If $(x_n)$ is Cauchy we have that $\forall \varepsilon >0$ there exists $k \in \mathbb{N}$ such that $d(x_n,x_m) < \varepsilon$, when $n,m \geqslant k$.
Let $\varepsilon =1$ I have $d(x_n,x_m)<1$ So $$d(a,x_n) \leqslant d(a,x_m) + d(x_n,x_m) = d(a,x_m)+1$$
I'm a bit stuck here. It seems that I want to get to $d(a,x_n)<M$, but I'm not sure how to achieve this?
$M$. is for you to choose: as you observe, you can find an $n$ such that $d(x_n, x_m) < 1$ whenever $m \ge n$. Then for $m \ge n$:
$$ d(a, x_m) \le d(a, x_n) + d(x_n, x_m) < d(a, x_n) + 1 $$ So the ball of radius $d(a, x_n) + 1$ contains all but the first $n-1$ of the $x_i$. So you can take $M$ to be any number larger than $$\max\{d(a_, x_1), d(a, x_2), \ldots, d(a, x_{n-1}), d(a, x_n) + 1\} $$