document.write( "Question 83969: Rewrite the middle term as the sum of two terms and then factor completely.
\n" );
document.write( " 15x^2 – 21x + 6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #60431 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 15x^2 – 21x + 6 \n" ); document.write( "Leading Coefficient * Constant \n" ); document.write( "15 * 6 = 90 \n" ); document.write( "Factors of 90 that Sum to -21 ? \n" ); document.write( "-15 and - 6 \n" ); document.write( "15x^2 - 15x - 6x + 6 \n" ); document.write( "(15x^2 - 15x) + (-6x + 6) \n" ); document.write( "15x(x - 1) - 6(x - 1) \n" ); document.write( "(15x - 6)(x - 1) \n" ); document.write( " |