Question is
Sum of two numbers x and y is 10. What is the maximum and minimum value of its sum of squares.
How can I find the maximum?
The minimum turns out to be 50 using AM GM
Please do try to solve this using AM GM
Please help me out..
Yeah I found its min value and then I went on a long way for it's max value but failed

If we take AM $\ge$ GM for $x^2$ and $y^2$, we get
$\frac {x^2+y^2} 2 \ge \sqrt{x^2y^2}$
$x^2+y^2 \ge 2xy$
$\implies$ $(x+y)^2 - 2xy \ge 2xy$
$\implies$ $100 \ge 4xy$
$\implies$ $xy \le 25$
Here you can find max value of $xy$, you already have found min value of $x^2+y^2$.
You may understand this as, the graph being parabolic so no global extrema.