document.write( "Question 1168331: Given a polynomial and one or more of its roots, find the remaining roots: \r
\n" );
document.write( "\n" );
document.write( " y = x3 - 4x2 - 9x + 36; root = -3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #792932 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! synthetic division using \n" ); document.write( "-3/1== -4===-9===36 \n" ); document.write( "==1===-7===12===0 \n" ); document.write( "so the remainder is x^2-7x+12, which factors into (x-4)(x-3), and the roots are 3 and 4.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |