document.write( "Question 90173: USe synthetic division to find the polynomial which is not a factor of:
\n" );
document.write( "x^3+2x^2-9x-18
\n" );
document.write( "(x+2)(x-2)(x-3)(x+3) \n" );
document.write( "
Algebra.Com's Answer #65438 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! USe synthetic division to find the polynomial which is not a factor of: \n" ); document.write( "f(x) = x^3+2x^2-9x-18 \n" ); document.write( "(x+2)(x-2)(x-3)(x+3) \n" ); document.write( "--------------- \n" ); document.write( "Checking (x-2): \n" ); document.write( "2)....1,,,,2,,,,-9....-18 \n" ); document.write( "........2....6.....3.....|..-12\r \n" ); document.write( "\n" ); document.write( "================ \n" ); document.write( "Remainder is -12 so (x-2) is not a factor of f(x)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |