SOLUTION: The product of two consecutive positive intergers is 27 more than 5 times the larger integer. Find the integers.

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


   



Question 797086: The product of two consecutive positive intergers is 27 more than 5 times the larger integer. Find the integers.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive positive integers: x, (x+1)

x(x+1) = 27 + 5(x+1)
x^2 + x = 5x + 32
x^2 - 4x - 32 = 0
(x - 8)(x + 4) = 0
x = 8, x = -4

x has to be positive, so the integers are 8 and 9.