Let $x,y,z\in R$, and $$\begin{cases} \sqrt{x-3}+\sqrt{y-3}=12\\ \sqrt{y-12}+\sqrt{z-12}=12\\ \sqrt{z-27}+\sqrt{x-27}=12 \end{cases}$$ Find the $x,y,z$.
My try: I want use The geometry to solve it. ( Norbert have solved it) and I think this problem have algebra methods.Thank you

we only find this $x,y,z$, then we have $$OP^2=ON^2+NP^2-ON\cdot NP=39$$ and $$\dfrac{OP}{\sin{A}}=x\Longrightarrow \sqrt{x}=2\sqrt{13}$$ and use the same methods we easy to find $y,z$
I think of seeing algebra methods? maybe use if $x>y$,then use $$\sqrt{x-3}+\sqrt{y-3}=\sqrt{y-12}+\sqrt{z-12}<\sqrt{x-12}+\sqrt{z-12}?$$ then I can't,
Thank you

Here is an algebraic solution.
We have the system of equations $$ \sqrt{x-3}+\sqrt{y-3}=12\tag{1} $$ $$ \sqrt{y-12}+\sqrt{z-12}=12\tag{2} $$ $$ \sqrt{z-27}+\sqrt{x-27}=12\tag{3} $$ From $(2)$ and $(3)$ we get that $$ x=27+(12-\sqrt{z-27})^2\qquad y=12+(12-\sqrt{z-12})^2 $$ After substitution in $(1)$ we get $$ \sqrt{24+(12-\sqrt{z-27})^2}=12-\sqrt{9+(12-\sqrt{z-12})^2} $$ After squaring and some simplifications we get $$ \sqrt{z-27}=\sqrt{9+(12-\sqrt{z-12})^2}-6+\sqrt{z-12} $$ Now its time for substitution $t=\sqrt{z-12}-6$: $$ \sqrt{(6+t)^2-15}=\sqrt{(6-t)^2+9}+t $$ Now it is not hard (after squaring twice during derivation) to get $$ t^4-148t^3+384t-192=0\tag{4} $$ This equation has a good solution $t=2$. After division of $(4)$ by $t-2$ it is remains to solve $$ t^3+2t^2-144t+96=0 $$ We can't solve it exactly, but in fact we shouldn't do it. From $(2)$ it is clear that $0\leq\sqrt{z-12}\leq 12$, so $-6\leq t\leq 6$. Consider $f(t)=t^3+2t^2-144t+96$ on the interval $[-6,6]$. Note that $f'(t)=3t^2+4t-144=3(t+2/3)^2-436/3$ is a quadratic function, so $$ \min_{t\in[-6,6]}f'(t)=\min(f'(-6),f'(6),f'(-2/3))=\min(-60,-12,-436/3)<0 $$ In other words $f(t)$ is strictly decreasing on $[-6,6]$, hence there is at most one root $t_0\in[-6,6]$. Since $f(0)=96>0$ and $f(1)=-45<0$, then $0<t_0<1$. This implies that $$ z=12+(6+t)^2<61\\ x=27+(12-\sqrt{z-27})^2>27+(12-\sqrt{z-12})^2>27+5^2=52\\ y=12+(12-\sqrt{z-12})^2>12+5^2=37 $$ Therefore $\sqrt{x-3}+\sqrt{y-3}>\sqrt{49}+\sqrt{34}>7+\sqrt{25}=12$. This contradicts $(2)$, hence $t_0$ is superfluous soltion of $(4)$.
From now on $t=2$ and we get $$ z=12+(6+t)^2=76\\ x=27+(12-\sqrt{z-27})^2=52\\ y=12+(12-\sqrt{z-12})^2=28 $$