document.write( "Question 260982: How do you factor a trinomial 14x^2+35x+14.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #192253 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! First there is a factor of 7 so \n" ); document.write( "7(2x^2 + 5 x +2) which factorizes to \n" ); document.write( "7(2x + 1 )(x + 2 ) \n" ); document.write( " |