400
Let an integer be represented by x. Find, in terms of x, the product of three consecutive integers starting with x.
x³ + 3x² + 2x
Consecutive integers are integers that follow one after the other, such as 12, 13, 14.
Algebraically, consecutive integers are represented as x, x+1, x+2.
The product will be x(x+1)(x+2)
= x³ + 3x² + 2x