document.write( "Question 829989: solve the equation by factoring\r
\n" );
document.write( "\n" );
document.write( "8x^2 +10x-7 = 0 \n" );
document.write( "
Algebra.Com's Answer #500324 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! 8x^2 +10x-7 = 0 \n" ); document.write( "product of outer coefficients = -56 \n" ); document.write( "we want two numbers whose sum is 10 and product is -56 \n" ); document.write( "(-4)(14) = -56 \n" ); document.write( "8x^2 +14x -4x -7 = 0 \n" ); document.write( "2x(4x + 7) -1(4x + 7) = 0 \n" ); document.write( "(2x - 1)(4x + 7) = 0 \n" ); document.write( "2x - 1 = 0 ; 2x = 1 ; x = 1/2 \n" ); document.write( "4x + 7 = 0 ; 4x = -7 ; x = -7/4 \n" ); document.write( " |