SOLUTION: the sum of the squares of two consecutive odd integers is 130. find the integers.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: the sum of the squares of two consecutive odd integers is 130. find the integers.       Log On


   



Question 795514:
the sum of the squares of two consecutive odd integers is 130. find the integers.

Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive odd integers: x, (x+2)

x^2 + (x+2)^2 = 130
x^2 + x^2 + 4x + 4 = 130
2x^2 + 4x - 126 = 0
x^2 + 2x - 63 = 0
(x + 9)(x - 7) = 0

The integers could be -9 and -7 or 7 and 9.