Find values $a,b\in\Bbb{R}$ so the polynomial $$P(x)=6x^4-7x^3+ax^2+3x+2$$ is divisible by the polynomial $$Q(x)=x^2-x+b$$
So what I know and how I do these problems most of the time, is since: $$P(x)=Q(x)D(x)$$
I would know that by plugging the roots of $Q(x)$ in $P(x)$ should give me enough equations for me to solve this.
So I tried finding the roots of $Q(x)$:
$$x^2-x+b=0\\x_{1/2}={1\pm\sqrt{1-4b}\over2}$$
Okay so this $b$ value is giving me a headache here. The only thing I gathered from this is that (probably) $b\le0$. I tried now plugging this in $P(x)$, as I know that
$P(x_1)=0$ and $P(x_2)=0$
The exponents on everything made this a real pain and I'm pretty certain that it shouldn't be done this way. I'm stuck.