document.write( "Question 599599: Solve the equation by a method of your choice: x2 - 2x - 3 = 0
\n" );
document.write( "If there are two solutions, separate the solutions by a comma. This is what i get but i got it wrong (X + -1), (X + 3). whats the right answer? \n" );
document.write( "
Algebra.Com's Answer #379015 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Solve the equation by a method of your choice: x2 - 2x - 3 = 0 \n" ); document.write( ". \n" ); document.write( "Solve by \"factoring\": \n" ); document.write( "x^2 - 2x - 3 = 0 \n" ); document.write( "(x+1)(x-3) = 0 \n" ); document.write( "setting each term (in parenthesis) we get: \n" ); document.write( "x = {-1, 3} (two solutions) \n" ); document.write( " |