You can put this solution on YOUR website! The product of two consecutive
integers is 5 more than their sum. Find the integers.
-----------------
Equation:
1st: x
2nd: x+1
----------
x(x+1) = x + x+1 + 5
x^2 + x = 2x+6
x^2 -x -6 = 0
(x-3)(x+2) = 0
x = 3 or x = -2
---
If x = 3, x+1 = 4
---
If x = -2, x+1 = -1
========================
Cheers,
Stan H.