Three consecutive odd integers are such that the square of the third integers is 105 less than the sum of the squares of the first two. One solution is -9,-7,and -5. Find three other consecutive odd integers that also satisfy the given conditions.
Let the three consecutive odd integers be:
x
x + 2
x + 4
Translate:
"square of the third integers is 105 less than the sum of the squares of the first two" means
(x + 4)2 = -105 + ( x2 + (x + 2)2 )
Now, the algebra:
x2 + 8x + 16 = -105 + x2 + x2 + 4x + 4 [use FOIL to expand]
0 = x2 -4x - 115
0 = (x + 9)(x - 13) [either factor or use quadratic formula]
Either x=-9 or x=13 [-9 was given, so the other answer is x=13]
The three consecutive odd integers are 13, 15, 17
Checking (very important):
Is 172 = 132 + 152 - 105 ?
289 = 169 + 225 - 105 ?
289 = 289 ? yes