There are 12 ordered pairs of integers (x,y) that satisfy x^2 + y^2 = 25. What is the greatest possible sum x+y if x = 5?
There are 12 ordered pairs of integers (x,y) that satisfy x^2 + y^2 = 25.
What is the greatest possible sum x+y if x = 5?
x2 + y2 = 25
if x = 5 52 + y2 = 25
25 + y2 = 25
y2 = 25 – 25
y2 = 0
y = 0
x + y = 5
.