1.Find the value of k for ehich x^3-2x^2+4x+k has a remainder of -7 when divided by x-1.
That's just like 2 below:
2. Find k so that tge remainders is 0 when -x^3+4x^2+kx-2 is divided by x-1.
Change sign of -1 in x-1 to +1. Do synthetic division
1 | -1 4 k -2
| -1 3 k+3
-1 3 k+3 k+1
Set remainder k+1 equal to 0 and solve:
k+1 = 0
k = -1
3. Write a polynomial equation with roots -4,-1, and 6.
x = -4 x = -1 x = 6
x+4 = 0 x+1 = 0 x-6 = 0
(x+4)(x+1)(x-6) = 0
(x²+5x+4)(x-6) = 0
x³-6x²+5x²-30x+4x-24 = 0
x³-x²-26x-24 = 0
4. Write a polynomial equation with roots -2,3, and 5
That's just like 3 above.
Edwin