document.write( "Question 1094197: Find the indicated product
\n" );
document.write( "(X squared+3x+3)(x squared+3x+5) \n" );
document.write( "
Algebra.Com's Answer #804042 by CubeyThePenguin(3113) You can put this solution on YOUR website! (x^2 + 3x + 3)(x^2 + 3x + 5) \n" ); document.write( "= x^2(x^2 + 3x + 5) + 3x(x^2 + 3x + 5) + 3(x^2 + 3x + 5) \n" ); document.write( "= (x^4 + 3x^3 + 5x^2) + (3x^3 + 9x^2 + 15x) + (3x^2 + 9x + 15) \n" ); document.write( "= |