I tried to use mathematical induction, but letting $n=k$ and $n=k+1$ is getting nowhere. I also tried squaring both sides to get rid of the square root but that doesn't seem to help either. Need some hints...
After reading some hints, For $n=k$, assume $x_k > x_{k-1}$
$\sqrt{8+x_{k-1}} > \sqrt{8+x_{k-2}}$
Prove it is true for $k+1$,
$x_k = \sqrt{8+x_{k-1}}$
Squaring both sides,
$8+x_k > 8+x_{k-1}$
$x_k > x_{k-1}$
Since it is true for $n=k+1$, it is also true for $n=k$.
Seems right?