document.write( "Question 85154: rewrite the middle term as the sum of two terms and then factor by grouping
\n" );
document.write( "x^2-14x+45 \n" );
document.write( "
Algebra.Com's Answer #61370 by dolly(163)![]() ![]() ![]() You can put this solution on YOUR website! x^2-14x+45\r \n" ); document.write( "\n" ); document.write( "= x^2 - 9x - 5x + 45\r \n" ); document.write( "\n" ); document.write( "= x(x-9) - 5(x-9)\r \n" ); document.write( "\n" ); document.write( "= (x-9)(x-5) \n" ); document.write( " |