Found 5 solutions by lotusjayden, ikleyn, Theo, Solver92311, greenestamps:
Answer by lotusjayden(18) (Show Source): You can put this solution on YOUR website!
I'll solve this part by myself.
(b) If and are factors of the polynomial ,
find .
~~~~~~~~~~~~~~~~~~
First, you should multiply the two known factors together:
which simplifies to:
after you get that, one method to solve this problem is to do trial and error:
After a while, you should get:
The simplified version is:
Now, you can see that , and .
Thus we get the ANSWER : a = .
Solved.
(hehe solved my own problem)
Answer by ikleyn(52777) (Show Source): You can put this solution on YOUR website!
.
If x+2 and x-3 are factors of the polynomial , find a.
~~~~~~~~~~~~~~~~~~~~~~~~~
If (x+2) and (x-3) are factors of the polynomial p(x)=x^3+5x^2+ax+b, it means,
due to the Remainder theorem, that x= -2 and x= 3 are the roots of the polynomial.
So, we substitute x= -2 and x= 3 into the polynomial and equate it to zero.
It gives us two equation for two unknowns "a" and "b"
(-2)^3 + 5*(-2)^2 - 2a + b = 0 (1)
3^3 + 5*3^2 + 3a + b = 0 (2)
Collect like terms and simplify (1) and (2)
12 - 2a + b = 0 (3)
72 + 3a + b = 0 (4)
Now subtract equation (4) from equation (3). You will get
60 + 5a = 0,
which implies 5a = -60, a = -60/5 = -12.
ANSWER. a = -12.
Solved.
Answer by Theo(13342) (Show Source): You can put this solution on YOUR website!
i get A = -12 and B = -36
checking with those values makes the remainder 0, confirming those values are good.
i used synthetic division to solve this.
here's my worksheet.

here's a reference on how to do synthetic division.
https://www.purplemath.com/modules/synthdiv.htm
Answer by Solver92311(821) (Show Source): You can put this solution on YOUR website!
If
is a factor of the polynomial, then
is a zero of the polynomial. Likewise,
is a zero of the polynomial.
Using Synthetic Division:
3 1 5 a b
3 24 a + 24
-----------------------------
1 8 a + 24 3a + 72 + b
So
Also:
-2 1 8 a + 24
-2 - 12
------------------
1 6 a + 12
So
John

My calculator said it, I believe it, that settles it
From
I > Ø
Answer by greenestamps(13198) (Show Source): You can put this solution on YOUR website!
You have already received four responses, all showing different ways to solve the problem.
Here is yet another way that might teach you something useful.
In a cubic equation with leading coefficient 1,
with roots p, q, and r, the following are the relationships between the roots and the coefficients of the equation:
(1) b = -(p+q+r)
(2) c = (pq+pr+qr)
(3) d = -(pqr)
Note it is easy to see these relationships by writing the polynomial equation in factored form and expanding:
To use these facts to solve this problem....
Since x+2 and x-3 are factors of the polynomial, two of the roots are p=-2 and q=3.
The coefficient of the x^2 term is 5, so from (1) above
So the third root is r=-6.
The problem asks for the coefficient of the x (linear) term. From (2) above, the coefficient of the linear term is
ANSWER: a = -12
RELATED QUESTIONS