I'm studying for a GRE and this is a question from an old test:
Let $p(x)$ be the polynomial $x^3+ax^2+bx+c$, where $a,b,$ and $c$ are real constants. If $p(-3)=p(2)=0$ and $p'(-3)<0$, which of the following is a possible value of $c$?
Of the options given (-27, -18, -6, -3, -0.5), I have already solved the problem to see that -27 is the only possible value given, but my solution is lengthy, to say the least, and this is the GRE, so ideally problems should be solvable in approximately 2.5 minutes. I was wondering if anyone could think of faster ways to see how to solve this problem that avoids the copious amount of arithmetic I sort through to find the answer?
Here's my solution:
$$p(-3)=-27+9a-3b+c=0=8+4a+2b+c=p(2)$$ and so we may see that $a=b+7$ after several steps of time consuming arithmetic. Then, $$p'(x)=3x^2+2(7+b)x+b$$ $$\Rightarrow p'(-3)=27-6(7+b)+b<0 $$ and so we get that $b>-3$ after several more steps of arithmetic. Now, since $p$ has two real roots in $\mathbb{R}$, it must split completely in $\mathbb{R}$, and so $$p(x)=(x+3)(x-2)(x-\alpha)$$ for some $\alpha \in \mathbb{R}$. Expanding this expression we get, $$x^3+x^2(1-\alpha)+x(-\alpha-6)+6\alpha $$ $$\Rightarrow a=1-\alpha\\ b=-\alpha-6\\c=6\alpha $$ And so, finally, since $b>-3 \Rightarrow \alpha<-3 \Rightarrow c<-18$. And so we're done.
This isn't a particularly challenging problem, in my opinion, but the solution is lengthy even without me including my actual arithmetic. Just writing it out takes longer that 3 minutes, let alone the time built in to actually thinking about the problem/ figuring out where to go next.
So, I feel like there must be a simpler way to think about this problem and approach finding a solution, no?
Since $p$ has positive leading coefficient, the fact that $p(-3) = 0$ but $p'(-3) < 0$ implies that $-3$ must be the middle root of $3$ real roots (as the derivatives of $p$ at the first and third roots are positive). Since $-3 < 2$, the remaining root $\alpha$ satisfies $\alpha < -3$---which is the same conclusion that you derived by substituting values into the general monic polynomial. Then, as you write, Vieta's formula for the constant term gives that $c = 6 \alpha < 6 (-3) = -18$.