The problem is as follows: $$ \left\{ \begin{array}{c} x^2 + y^2 + z^2 = \frac{45}4 \\ (x-1)^2 + (y-1)^2 + (z-1)^2 = \frac{45}4 \\ x + 2y + z - 4 = 0 \end{array} \right. $$
2026-04-06 19:09:33.1775502573
Solving a system that is a combination of quadratic and linear equations
69 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
from the second equation we get $$x^2+y^2+z^2-2(x+y+z)=\frac{45}{4}-3$$ using the first equation with zhis obove we obtain $$\frac{45}{4}-2(x+y+z)=\frac{45}{4}-3$$ from here we get $$x+y+z=\frac{3}{2}$$ and $$x+2y+z=4$$ can you get further?