document.write( "Question 99431: solve the quadatric equations by factoring\r
\n" );
document.write( "\n" );
document.write( "x^2 - 9x - 4 = 6 \n" );
document.write( "
Algebra.Com's Answer #72331 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! solve the quadatric equations by factoring\r \n" ); document.write( "\n" ); document.write( "x^2 - 9x - 4 = 6 \n" ); document.write( "---------------------- \n" ); document.write( "x^2-9x-10 = 0 \n" ); document.write( "(x-10)(x+1)=0 \n" ); document.write( "x=10 or x=-1 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |