You can put this solution on YOUR website! two consecutive positive integers
x, (x+1)
:
The product of two consecutive positive integers is 1 more than their sum.
x(x+1) = x + (x+1) + 1
x^2 + x = 2x + 2
x^2 + x - 2x - 2 = 0
x^2 - x - 2 = 0
Factors to:
(x - 2)(x + 1) = 0
the positive solution
x = 2
:
The two integers: 2, 3
:
:
Check 2(3) = 2 + 3 + 1