document.write( "Question 450585: Solve the equation by a method of your choice.
\n" );
document.write( "x^2-2x-3=0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #309927 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! factor \n" ); document.write( "what are the factors of -3 which add up to -2 \n" ); document.write( "-3 and 1 \n" ); document.write( "(x-3)*(x+1)=0 \n" ); document.write( "x=3 x=-1 \n" ); document.write( " \n" ); document.write( " |