How would I find the remainder of a function that has a huge exponent that would take ages to work out?
Say I have something like this:
$\frac{5x^{110} + x^4 - 7x^2 - 6}{x-1}$
I honestly don't know how to do division like this other than manually decreasing the exponent by $1$ each time until I get to $0$. That would take me ages lol.