SOLUTION: The product of two consecutive integers is 5 more than three times the larger. Find the integers.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The product of two consecutive integers is 5 more than three times the larger. Find the integers.      Log On


   



Question 849986: The product of two consecutive integers is 5 more than three times the larger. Find the integers.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The product of two consecutive integers is 5 more than three times the larger. Find the integers.
-
Equation:
x(x+1) = 3(x+1) + 5
-----
x^2 + x = 3x + 8
------
x^2 - 2x - 8 = 0
(x-4)(x+2) = 0
---
x = 4 or x = -2
If x = 4, x+1 = 5
If x = -2, x+1 = -1
========================
Cheers,
Stan H.
--------------