Please help me to find solution of the system of equations for a, x and y:
$$
\left\{
\begin{array}{}
a = \frac{3x^2}{2y} \\
b = a^2 - 2x \\
c = a(x-b)-y
\end{array}
\right.
$$
Wolfram Alpha gave this result.
But may be there is simpliest way to get a, x and y?
from the second equation we get $$x=\frac{1}{2}(a^2-b)$$ plugging this in the third equation we obtain $$y=a(\frac{1}{2}(a^2-b))-c$$ simplifying this we get $$y=\frac{1}{2}(a^3-3ab-2c)$$ inserting both in the first equation we get a condition $$a=\frac{3\left(\frac{1}{2}(a^2-b)\right)^2}{a^3-3ab-2c}$$ simplifying this we have $$a^4+14a^2b-8ac-27b^2=0$$ and $$a^3-ab-2c\ne 0$$ using this new Information we get the following equation for $$a$$ $$a^4-6a^2b-8ac-3b^2=0$$