document.write( "Question 813861: is this the correct way of doing quadratic equation
\n" );
document.write( "x^2+x-6=0
\n" );
document.write( "(x+2)(x-3)
\n" );
document.write( "x+2=0 x-3=0
\n" );
document.write( "x=2 x=3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #490001 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! is this the correct way of doing quadratic equation \n" ); document.write( "x^2+x-6=0 \n" ); document.write( "(x+2)(x-3) \n" ); document.write( "x+2=0 x-3=0 \n" ); document.write( "x=2 x=3 \n" ); document.write( "--------------- \n" ); document.write( "It's a correct way, when you can factor the polynomial. \n" ); document.write( "----- \n" ); document.write( "x^2+x-6=0 \n" ); document.write( "(x+2)(x-3) ***** = 0 \n" ); document.write( "x+2=0 x-3=0 \n" ); document.write( "x=2 **** x = -2 \n" ); document.write( "x=3 \n" ); document.write( " \n" ); document.write( " |