Hi April,
Let x = the first number
x+1 = the second number
now create an equation that matches the sentence
x(x+1) (product of two consecutive integers)
x+(x+1)+1 (one more than the sum of the two integers)
set them equal
x(x+1) = x+(x+1)+1
x2+x = 2x +2
x2 -x -2 = 0
factor
(x-2)(x+1)=0
x+1=0
x=-1 Does not work we need positivie integers
x-2=0
x = 2
and
x+1=3
Product 2*3 =6
Sum 2+3 = 5
Product is 1 more than sum
It all works