document.write( "Question 387374: Solve the quadratic equation: x^2-2x-4=-x^2+7x+1 \n" ); document.write( "
Algebra.Com's Answer #273815 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x^2-2x-4=-x^2+7x+1 \n" ); document.write( "2x^2-2x-4=7x+1 \n" ); document.write( "2x^2-9x-4=1 \n" ); document.write( "2x^2-9x-5= 0 \n" ); document.write( "factoring the left side: \n" ); document.write( "(2x+1)(x-5)= 0 \n" ); document.write( "x = {-0.5, 5} \n" ); document.write( " |