Given that $x^3-x^2-17x-15 = (x+3)(x^2+bx+c)$ where $b$ and $c$ are constants, find the values of $b$ and $c$.
I don't know how to easily solve this question. I could use polynomial long division but these seems overly complicated especially since at this point in the textbook I am using, that hasn't even been covered yet.
Multiply out and you'll get that
$$x^3 - x^2 - 17x - 15 = x^3 + (3+b)x^2 + (3b + c) + 3c $$
Thus we must have that $3c=-15, 3b+c=-17, 3+b = -1$. It's not hard to get that $c=-5$ and $b=-4$