document.write( "Question 1034331: Solve the following quadratic equation by factoring (find zeroes)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2x^2-2x-4=0 \n" );
document.write( "
Algebra.Com's Answer #648942 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 2x^2-2x-4=0 \n" ); document.write( "2(x^2-x-2)=0 \n" ); document.write( "2*(x-2)(x+1)=0 \n" ); document.write( "This works when x=2 or x= -1 \n" ); document.write( " |