document.write( "Question 599596: Solve the equation by a method of your choice: x2 + 3x - 4 = 0
\n" );
document.write( "If there are two solutions, separate the solutions by a comma.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #379018 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x2 + 3x - 4 = 0 \n" ); document.write( "solve by factoring: \n" ); document.write( "(x+4)(x-1) = 0 \n" ); document.write( "x = {-4, 1} \n" ); document.write( "or, if you prefer: \n" ); document.write( "x=-4, x=1 \n" ); document.write( " \n" ); document.write( " |