document.write( "Question 586111: How to check whether (x-1) is a factor of the polynomial of x^4 +x^3 +x^2 -5x +2 \n" ); document.write( "
Algebra.Com's Answer #373621 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How to check whether (x-1) is a factor of the polynomial of x^4 +x^3 +x^2 -5x +2 \n" ); document.write( "--- \n" ); document.write( "Use synthetic division to find f(1): \n" ); document.write( "1)....1....1....1....-5....2 \n" ); document.write( ".......1....2....3.....-2..|..0\r \n" ); document.write( "\n" ); document.write( "f(1) = 0 so x-1 is a factor. \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |