document.write( "Question 1143028: Let an integer be represented by x. Find in terms of x the product of the three consecutive integers \n" ); document.write( "
Algebra.Com's Answer #763783 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
the integers that are multiplied together are x, x+1 and x+2
\n" ); document.write( "The product is x(x^2+3x+2) or x^3+3x^2+2x\r
\n" ); document.write( "\n" ); document.write( "check using x=4
\n" ); document.write( "product is 4*5*6=120
\n" ); document.write( "4^3+3(4^2)+8=120
\n" ); document.write( "
\n" );