document.write( "Question 715209: Write polynomial as the products of two binomials:
\n" );
document.write( "y(y+2) + 3(y+2) \n" );
document.write( "
Algebra.Com's Answer #439285 by rfer(16322) ![]() You can put this solution on YOUR website! y^2+2y+3y+6= \n" ); document.write( "y^2+5y+6 \n" ); document.write( " |