I am trying to show that the set $$\Omega=\{x\in\mathbb{R}^3 : 4x_1^2+x_2^2=16 \ \ \text{and} \ \ 2x_2+3x_3=25\}$$ is bounded. My attempts have been to find $$ \|x\|=\sqrt{x_1^2+x_2^2+x_3^2}\leq M, \ \forall x\in\Omega. \tag{1}$$ I have tried to substitute the conditions $4x_1^2+x_2^2=16\iff x_2^2=16-4x_1^2$ and $2x_2+3x_3=25\iff x_3^2=1/9(25-2x_2)^2$ into $(1)$, which did not seem to help find an $M>0$.
Any suggestions are welcomed.
If $(x,y,z)\in\Omega$, then $4x^2+y^2=16$, and therefore, $|y|\leqslant4$ and $|x|\leqslant2$. Since $|y|\leqslant4$ and $2y+3z=25$, you have $z=\frac{25-2y}3$, and therefore$$|z|=\left|\frac{25-2y}3\right|\leqslant\frac{25+2\times4}3=11.$$So$$\|(x,y,z)\|\leqslant\sqrt{2^2+4^2+11^2}<12.$$