My question essentially boils down to this: (it was part of a question about polynomial ring ideals)
Find an integer $b$ such that the rational function \begin{equation} \frac{x^5-bx}{x^2-2x}\in \mathbb{Z}[x] \end{equation} I've tried plugging in a bunch of values for $b$ using a calculator but none of them have come out to whole polynomials. Is there an easier way to do this?
You may be guessing a long time at that rate! Write $$ x^5 - bx - a = (x^2-2x)(-------), $$ and fill in the divisor's bracket term by term. To multiply to $x^5$, the first term needs to be $x^3$: $$ x^5 - bx - a = (x^2-2x)(x^3-----). $$ Now $2x^4$ is being subtracted, so you better add $2x^2$ to the divisor to make that up. $$ x^5 - bx - a = (x^2-2x)(x^3+2x^2----). $$ Then $$ x^5 - bx - a = (x^2-2x)(x^3+2x^2+4x--). $$ So then $$ x^5 - bx - a = (x^2-2x)(x^3+2x^2+4x+8), $$ and you can read off $b = 16$, $a = 0$.