You can put this solution on YOUR website! The sum of the squares of three consecutive integers integers is 596. What are the numbers?
====================
596/3 =~ 199
sqrt(199) =~ 14
--> 13, 14 & 15
=================
13^2 + 14^2 + 15^2 = 590
14^2 + 15^2 + 16^2 = 677
--> no solution for 596