You can put this solution on YOUR website! find three numbers in continued proportion such that their sum is 14 and sum of their squares is 84.
:
Not many integers that will satisfy this, just thinking about it, came up with:
a + b + c = 14
2, 4, 8
:
a^2 + b^2 + c^2 = 84
4 + 16 + 64