Solve the following system of equations:
$\left\{ \begin{align}
& 2{{x}^{2}}-5xy-5{{y}^{2}}+x+10y-35=0 \\
& {{x}^{3}}+5x{{y}^{2}}+42=0 \\
\end{align} \right.$
By using a computer, I have solutions: $x=-3$,$y=1$, but I cannot seem to do it by hand. Please help me solve it. Thanks.
Since $x\neq 0$ by the second equation we have $y^2=-(x^3+42)/(5x)$. Substitute this to the first equation to obtain $$ y(5x)(x-2)=(3x^2 + 7x - 21)(x - 2). $$ For $x=2$ we obtain $y^2=-5$. Otherwise we can divide by $5x(x-2)$ to obtain $y$. This leads by the second euqation to $(2x^2 - 6x + 7)(x + 3)=0$, so we obtain altogether four solutions for $x$, i.e., $x=2,x=-3,x=( \pm \sqrt{-5} + 3)/2$.