document.write( "Question 443756: Would you please show me the STEPS to factor the following: 6x^2+12x+6. I know the answer is 6(x+1)^2, I'm just confused as to how to get there. \n" ); document.write( "
Algebra.Com's Answer #306006 by rwm(914)\"\" \"About 
You can put this solution on YOUR website!
factor out the obvious 6
\n" ); document.write( "6*(x^2+2x+1)
\n" ); document.write( "now we want factors of 1 that add up to 2
\n" ); document.write( "the only factors of one are 1 and 1 which add up to 2
\n" ); document.write( "6*(x+1)*(x+1) which is
\n" ); document.write( "6*(x+1)^2
\n" ); document.write( "
\n" );