You can
put this solution on YOUR website! .
Find three consecutive positive integers which have 110 as the sum of their squares.
~~~~~~~~~~~~~~~~
(x-1)^2 + x^2 + (x+1)^2 = 110
(x^2 - 2x + 1) + x^2 + (x^2 + 2x + 1) = 110
3x^2 + 2 = 110
3x^2 = 110 - 2 = 108
x^2 = 108/3 = 36
x =
= 6.
ANSWER. The numbers are 5, 6 and 7.
CHECK. 25 + 36 + 49 = 110. ! correct !
Solved.