Two consecutive integers means one number right after another, like 4 & 5 or 77 & 78 or -1 & 0. But we don't know where the numbers start, so let's say "x" (the smaller number), then the next number would be "x+1."
[Note: they must be integers, so that means that it cannot be a decimal.]
Translate "The product of two consecutive integers is -8 more than the square of the smaller one."
x(x + 1) = x2 - 8 Distribute the x on the left side.
x2 + x = x2 - 8 Combine like terms and solve for x. (The x2 will cancel.)
x = - 8 x is the smaller number. Now substitute x into x + 1 to find the next number.
x + 1 = -8 + 1 = -7 So x = -8 and x + 1 = -7. -8 & -7 are indeed consecutive integers.
Check both sides:
x(x + 1) = x2 - 8
-8(-8 + 1) = (-8)2 - 8
56 = 56