document.write( "Question 1004927: Solve the equation by the method of factoring. Use the factoring technique ac method and solve following with the zero product rule. \r
\n" );
document.write( "\n" );
document.write( "7x^2-29x=30 \n" );
document.write( "
Algebra.Com's Answer #621265 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Starting from 7x^2-29x=30, we get to \n" ); document.write( "7x^2 - 29x - 30 = 0 \n" ); document.write( "We need factors of 7(30) = 210 that have a difference of 29... \n" ); document.write( "Those factors are 6 and 35...so we lay out the binomial factors \n" ); document.write( "(7x + 6)(x - 5) = 0 \n" ); document.write( "and solving this we get \n" ); document.write( "7x + 6 = 0 \n" ); document.write( "and x = -6/7 \n" ); document.write( "x - 5 = 0 \n" ); document.write( "and x = 5 \n" ); document.write( " |