If $x$ and $y$ are two real quantities connected by the equation $$9x^2+2xy+y^2-92x-20y+244=0$$ then will $x \in [3,6]$ , and $y \in [1,10]$ ?
What could be some of the intuitive / standard ways of finding that ?
What I've tried:
My attempt using completing squares :
The given $eq^n$ can be expressed as $8(x-3)(x-6) + (x+y-10)^2 = 0$
From here , it's clear that $(x+y-10)^2 ≥ 0$ and for that $(x-3)(x-6) ≤ 0$ which implies $x \in [3,6]$ and $|x+y-10| ≥ 0$
Now since, $|x+y-10| ≥ 0$ and $x \in [3,6]$ therefore, $y \in [4,7]$ . Where am I being wrong ?



That works. Or, along the same idea, just with a different turn at the end:
$$ \begin{align} 0 &= 9x^2 + 2xy + y^2 - 92x - 20y + 244 \\ &= y^2 + 2(x - 10)y \color{red}{+ (x - 10)^2 - (x - 10)^2} + 9x^2 - 92x + 244 \\ &= (y + x - 10)^2 + 8 x^2 - 72 x + 144 \\ &= (x + y - 10)^2 + 8 \left(x - \frac{9}{2}\right)^2 - 18 \\ \iff &\quad(x + y - 10)^2 + 8 \left(x - \frac{9}{2}\right)^2 = 18 \end{align} $$
It follows that:
$$ 8 \left(x - \frac{9}{2}\right)^2 \le 18 \;\iff\; \left|x - \frac{9}{2}\right| \le \sqrt{\frac{18}{8}} = \frac{3}{2} \;\iff\; 3 = \frac{9}{2} - \frac{3}{2}\le x \le \frac{9}{2} + \frac{3}{2} = 6 $$
[ EDIT ] At this point, knowing the range of $x$, it may be tempting to try and use the same argument for $|x + y - 10| \le \sqrt{18} = 3\sqrt{2}$ $\iff 10 - 3\sqrt{2} - x \le y \le 10 + 3\sqrt{2} - x$ $\implies y \in [4 - 3\sqrt{2}, 7 + 3\sqrt{2}]$. This is not wrong, but the bounds are not tight, either, and the interval is not the true range of $y$ because some values can never be attained. That's because the two terms $(x + y - 10)$ and $x - \dfrac{9}{2}$ are not independent, and the extrema of $y$ are not attained at the same points where the extrema of $x$ are attained. In fact, as shown below, the actual range of $y$ is $[1,10] \subsetneqq [4 - 3\sqrt{2}, 7 + 3\sqrt{2}]$.
The "therefore" step is not justified, and the implication is wrong. The inequality $|x+y-10| \ge 0$ holds true no matter what the values of $x,y$ are, because an absolute value is always non-negative.
But, remember the idea that worked the first time around: you completed the square in $y$, and you found the range of $x$. Now, try to complete the other square in $x$, and you'll get the range of $\,y\,$:
$$ \begin{align} 0 &= 9x^2 + 2xy + y^2 - 92x - 20y + 244 \\ &= (3x)^2 + 2\,\frac{y-46}{3} \, 3x \color{red}{+ \left(\frac{y-46}{3}\right)^2 - \left(\frac{y-46}{3}\right)^2} + y^2 - 20y + 244 \\ &= \left(3x + \frac{y-46}{3}\right)^2 + \frac{8}{9} y^2 - \frac{88}{9}y + \frac{80}{9} \\ &= \left(3x + \frac{y-46}{3}\right)^2 + \frac{8}{9} (y-1)(y-10) \end{align} $$
It follows that:
$$ (y-1)(y-10) \le 0 \;\;\iff\;\; 1 \le y \le 10 $$