Marcus, this isn't as hard as you think, I promise!
Let's let x = the first integer. Then the 2nd is x + 2, right?
The product means we multiply them together, so x(x + 2) = 288
x2 + 2x = 288.
We need to move everything to one side, though. x2 + 2x - 288 = 0
Now, we have to factor the left side. We first multiply the first and third coefficients, 1 x -288 = -288.
We need to find two factors of -288 that equal 2 when added together. -4 and 72? Nope. -16 and 18? Yes!
We split the -2x. It doesn't matter whether the -16x or 18x goes first.
x2 - 16x + 18x -288 = 0
Now, we take what's common between the first two terms and second two terms and factor them out.
x(x-16) + 18(x-16) = 0
See how both parentheses are the same? Then we can combine what we factored out into their own parentheses.
(x+18)(x-16) = 0
Either or both on the left have to equal 0 for the right to equal 0.
x+18 = 0, so x = -18
x-16 = 0, so x = 16
So, we have two pairs, 16 and 18 (16 x 18 = 288) and -16 and -18 (-16 x -18 = 288)
Hope this helps!