Consider two real numbers $x , y$ such that $$\left(x^2+1\right)\left(y^2+1\right)+9=6\left(x+y\right)$$ Hence find the value of $x^2+y^2$.
At first I tried to factorise the condition but the $(xy)^2$ created much problems. I also tried to create a complete square to get a simpler expression but to no avail. And just out of curiosity, can this question be interpreted geometrically so as to find the required value?
Let $u = x + y$, $v = xy$, then you have $x^2 + y^2 = u^2 - 2v$
Expanding the equation gives
$$ v^2 + u^2 - 2v + 10 = 6u $$
Or $$ (v-1)^2 + (u-3)^2 = 0 $$
which has a real solution if and only if $v - 1 = u - 3 = 0$