SOLUTION: The difference between two perfect squares is 133. What is the smallest possible sum of the two perfect squares?

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: The difference between two perfect squares is 133. What is the smallest possible sum of the two perfect squares?       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 266993: The difference between two perfect squares is 133. What is the smallest possible sum of the two perfect squares?

Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
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 = sqrt%28x%5E2-133%29
First integer solution to this equation
x=13, y=6
Sum = 13^2 + 6^2 = 205