document.write( "Question 381174: use the quadratic formula to find the roots of each quadratic equation.\r
\n" );
document.write( "\n" );
document.write( "-5=x^2-6x \n" );
document.write( "
Algebra.Com's Answer #270400 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! -5=x^2-6x \n" ); document.write( "adding 5 to both sides: \n" ); document.write( "0 = x^2-6x+5 \n" ); document.write( "factoring the right: \n" ); document.write( "0 = (x-5)(x-1) \n" ); document.write( "x = {5, 1} \n" ); document.write( " |