Question 1204305: Determine whether the binomial (3x - 2) is a factor of the polynomial
Found 4 solutions by mananth, greenestamps, ikleyn, math_tutor2020:Answer by mananth(16946) (Show Source):
You can put this solution on YOUR website!
(3x - 2) is a factor or not
Let 3x-2=0
x=3/2
Plug x=3/2 in the polynomial
f(3/2) = 3*(2/3)^3-14(2/3)^2+26*(2/3)-12 = 0
f(3/2) = 0 therefore 3x-2 is factor of the polynomial
Here is how it would look like if you used polynomial long division.
Admittedly it's not as efficient as synthetic division.
The fastest method would be to use the remainder theorem to show that f(2/3) = 0.
Because we get remainder 0, it proves that (3x-2) is a factor of 3x^3-14x^2+26x-12
Furthermore, 3x^3-14x^2+26x-12 = (3x-2)(x^2-4x+6)
The quotient is the other factor.
I'll let the student verify this.