Find the remainder when $x^{100}$ is divided by $x^2 - 3x + 2$.
I tried solving it by first calculating the zeroes of $x^2 - 3x + 2$, which came out to be 1 and 2.
So then, using the Remainder Theorem, I put both their values, and so the remainder came out to be $1 + 2^{100}$.
But the correct answer is $(2^{100} - 1)x + (2 - 2^{100})$.
Can you please explain the exact process to reach the solution?
Thanks in advance. :)