document.write( "Question 456184:  Hi everyone, I have two problems to solve:\r
\n" );
document.write( "\n" );
document.write( "x^2+3x-4=0\r
\n" );
document.write( "\n" );
document.write( "x^2+2x-8=0\r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Gina \n" );
document.write( "
| Algebra.Com's Answer #313118 by nerdybill(7384)     You can put this solution on YOUR website! Both can be solved by factoring. \n" ); document.write( "x^2+3x-4=0 \n" ); document.write( "(x+4)(x-1) = 0 \n" ); document.write( "x = {-4, 1} \n" ); document.write( ". \n" ); document.write( "x^2+2x-8=0 \n" ); document.write( "(x+4)(x-2) = 0 \n" ); document.write( "x = {-4, 2} \n" ); document.write( " |