document.write( "Question 333056: how do i factor trinomials?
\n" );
document.write( "ex:
\n" );
document.write( "Xsquared+4X+3\r
\n" );
document.write( "\n" );
document.write( "i need step bt step help , thanks \n" );
document.write( "
Algebra.Com's Answer #238655 by benazir.sj@gmail.com(109)![]() ![]() You can put this solution on YOUR website! x^2+4x+3 \n" ); document.write( " =x^2+3x+1x+3 \n" ); document.write( "=x(x+3)+1(x+3) \n" ); document.write( "=(x+1)(x+3) \n" ); document.write( " |