document.write( "Question 335359: sloving quadratic equation x^2-5x+6=0 \n" ); document.write( "
Algebra.Com's Answer #240611 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "\"x+=+%28-%28-5%29+%2B-+sqrt%28+%28-5%29%5E2-4%2A1%2A6+%29%29%2F%282%2A1%29+\"
\n" ); document.write( " \"x+=+%285+%2B-+sqrt%28+25-24+%29%29%2F2+\"
\n" ); document.write( "\"x+=+%285+%2B-+sqrt%281%29%29%2F2+\"
\n" ); document.write( " \"x+=+%285+%2B-+1%29%2F2+\"
\n" ); document.write( "\"x=6%2F2=3\" and \"x=4%2F2=2\"
\n" ); document.write( "
\n" );