document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #439019 by jsmallt9(3758) ![]() 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. \n" ); document.write( " |