document.write( "Question 73355: Can you help me factor by grouping the following?
\n" );
document.write( "x^3 + 3x^2 + 4x +12\r
\n" );
document.write( "\n" );
document.write( "I think the answer is: x (x^2 + 3x +4) + 12. Am I on the right track?\r
\n" );
document.write( "\n" );
document.write( "Thank you for your assistance. \n" );
document.write( "
Algebra.Com's Answer #52520 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! x^3 + 3x^2 + 4x +12 \n" ); document.write( "I think the answer is: x (x^2 + 3x +4) + 12. Am I on the right track? \n" ); document.write( ": \n" ); document.write( "I think they want you to group and factor like this: \n" ); document.write( "x^2(x+3) + 4(x+3) \n" ); document.write( ": \n" ); document.write( "Factor out the (x+3) and you have: \n" ); document.write( "(x+3)(x^2 + 4) \n" ); document.write( " |