SOLUTION: Suppose you are given a polynomial of degree greater than 1 and want to know whether (x-2) is a factor of the polynomial. How can you find out without dividing?
Algebra ->
Polynomials-and-rational-expressions
-> SOLUTION: Suppose you are given a polynomial of degree greater than 1 and want to know whether (x-2) is a factor of the polynomial. How can you find out without dividing?
Log On
Question 714693: Suppose you are given a polynomial of degree greater than 1 and want to know whether (x-2) is a factor of the polynomial. How can you find out without dividing? Answer by jsmallt9(3758) (Show Source):
You can put this solution on YOUR website! Replace the variable with 2 and find the value of the polynomial. If it is zero, x-2 is a factor. If the value is anything else, x-2 is not a factor.