SOLUTION: Please solve the problem. The product of two consecutive integers is 5 more than their sum. Find the integers.

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Please solve the problem. The product of two consecutive integers is 5 more than their sum. Find the integers.      Log On


   



Question 168268This question is from textbook
: Please solve the problem. The product of two consecutive integers is 5 more than their sum. Find the integers. This question is from textbook

Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
Please solve the problem. The product of two consecutive integers is 5 more than their sum. Find the integers.
.
Let x = first consecutive integer
then
x+1 = second consecutive integer
.
x(x+1) = 5 + x + x+1
x^2+x = 6 + 2x
x^2-x-6 = 0
(x-3)(x+2) = 0
x = {-2, 3}
.
Two possible solutions:
-2 and -1
3 and 4