Question 1195206
<br>
You have already received four responses, all showing different ways to solve the problem.<br>
Here is yet another way that might teach you something useful.<br>
In a cubic equation with leading coefficient 1,<br>
{{{x^3+bx^2+cx+d=0}}}<br>
with roots p, q, and r, the following are the relationships between the roots and the coefficients of the equation:<br>
(1) b = -(p+q+r)
(2) c = (pq+pr+qr)
(3) d = -(pqr)<br>
Note it is easy to see these relationships by writing the polynomial equation in factored form and expanding:<br>
{{{(x-p)(x-q)(x-r)=x^3+(-p-q-r)x^2+(pq+pr+qr)x-pqr}}}<br>
To use these facts to solve this problem....<br>
Since x+2 and x-3 are factors of the polynomial, two of the roots are p=-2 and q=3.<br>
The coefficient of the x^2 term is 5, so from (1) above
{{{-(p+q+r)=5}}}
{{{-((-2)+(3)+r)=5}}}
{{{-(1+r)=5}}}
{{{1+r=-5}}}
{{{r=-6}}}<br>
So the third root is r=-6.<br>
The problem asks for the coefficient of the x (linear) term.  From (2) above, the coefficient of the linear term is<br>
{{{a=pq+pr+qr=(-2)(3)+(-2)(-6)+(3)(-6)=-6+12-18=-12}}}<br>
ANSWER: a = -12<br>