If $x_1$ and $x_2$ are the roots of the polynomial $x^2-6x+1$ then , for every non-negative integer, prove that $x_1^n+x_2^n$ is an integer and is not divisible by $5$ .
My trying:
$ x_1 = 3+2\sqrt{2}$ and $ x_1 = 3-2\sqrt{2}$
So $ x_1^n +x_2^n = (3+2\sqrt{2})^n + (3-2\sqrt{2})^n$ = $ \dfrac{(3+2\sqrt{2})^{2n}+1}{(3+2\sqrt{2})^n}$
Then what should I do to solve this problem ?