How do you determine the value of k if the remainder is 3 given (x^3+4x^2-x+k)div(x-1)?
1 Answer
Dec 16, 2016
Explanation:
the remainder theorem states that if a polynomial
Here,
So:
(1)^3 + 4(1)^2 - 1 + k = 3
1 + 4 - 1 + k = 3
k = -1
Hopefully this helps!