I’ve being practicing polynomial long division for the last week and have built some competence/confidence around the algorithm for performing the operation, but this is stumping me:
Given P($x$) = $(x^3-2x^2-x+2)/(x-k)$ has three values for k in which thee quotient has no remainder, what are the possible k values?
I’m not sure where to begin. The idea of the modulus function comes to mind, but I’m not sure that’s the way either. I’m posting in the hope someone could enlightenment me with the general strategy for this.