document.write( "Question 139261: Factor trinomials.
\n" );
document.write( "2x^2+7x-15
\n" );
document.write( "(2x )(7x )
\n" );
document.write( "How? \n" );
document.write( "
Algebra.Com's Answer #101559 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 2x^2+7x-15 \n" ); document.write( "---------------- \n" ); document.write( "Using the AC Method to factor: \n" ); document.write( "Think of two numbers whose product is ac = 2*-15 = -30 \n" ); document.write( "and whose sum is b = 7 \n" ); document.write( "----------------------------------------- \n" ); document.write( "The numbers are 10 and -3 \n" ); document.write( "---------------------------- \n" ); document.write( "Replace 7x by 10x-3x to get: \n" ); document.write( "2x^2 + 10x - 3x - 15 \n" ); document.write( "------------------------- \n" ); document.write( "Factor the 1st two and the last two terms separately: \n" ); document.write( "2x(x+5)-3(x+5) \n" ); document.write( "Factor again to get the final answer: \n" ); document.write( "(x+5)(2x-3) \n" ); document.write( "=================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |