Concept:
For two numbers \( x \) and \( y \), the definitions are:
- \( \text{A.M.} = \frac{x+y}{2} \)
- \( \text{G.M.} = \sqrt{xy} \)
We can use these to find the sum \( (x+y) \) and the product \( (xy) \), then apply the algebraic identity \( x^2+y^2 = (x+y)^2 - 2xy \).
Step 1: Finding the sum and product of \( x \) and \( y \).
From A.M. = 3:
\[ \frac{x+y}{2} = 3 \implies x+y = 6 \]
From G.M. = 1:
\[ \sqrt{xy} = 1 \implies xy = 1^2 = 1 \]
Step 2: Calculating the sum of squares.
Using the identity:
\[ x^2 + y^2 = (x+y)^2 - 2xy \]
\[ x^2 + y^2 = (6)^2 - 2(1) \]
\[ = 36 - 2 = 34 \]