SOLUTION: Find two consecutive positive integers such that the square of the first is decreased by 17 equals 4 times the second.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two consecutive positive integers such that the square of the first is decreased by 17 equals 4 times the second.      Log On


   



Question 877391: Find two consecutive positive integers such that the square of the first is decreased by 17 equals 4 times the second.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive positive integers: x, (x+1)

x^2 - 17 = 4(x+1)
x^2 - 17 = 4x + 4
x^2 - 4x - 21 = 0
(x - 7)(x + 3) = 0
x = 7, x = -3

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