document.write( "Question 458416: 1.Solve the equation by a method of your choice:
\n" );
document.write( " x2 - 2x - 3 = 0
\n" );
document.write( " If there are two solutions, separate the solutions by a comma. \n" );
document.write( "
Algebra.Com's Answer #314484 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! One question at a time and no similar problems. \n" ); document.write( "(x-3)*(x+1)=0 \n" ); document.write( "x=3 \n" ); document.write( "x=-1 \n" ); document.write( "(-1,3) \n" ); document.write( " |