You can put this solution on YOUR website! The difference between two perfect squares is 133.
What is the smallest possible sum of the two perfect squares?
:
x^2 - y^2 = 133
-y^2 = -x^2 + 133
y^2 = x^2 - 133
y =
First integer solution to this equation
x=13, y=6
Sum = 13^2 + 6^2 = 205