document.write( "Question 290739: How would I solve the equation 2x^2-3x-35=0?\r
\n" );
document.write( "\n" );
document.write( "PLEASE HELP!! \n" );
document.write( "
Algebra.Com's Answer #210369 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 2x^2-3x-35=0 \n" ); document.write( "Factoring, we get: \n" ); document.write( "2x^2 -10x +7x -35 =0 \n" ); document.write( "(2x^2 -10x) + (7x -35) =0 \n" ); document.write( "2x(x-5) + 7(x-5) =0 \n" ); document.write( "(x-5)(2x+7) = 0 \n" ); document.write( "x = {-7/2, 5} \n" ); document.write( " |