The system of equations are: $$\begin{align}2x + 3y &= 6 + 5x\\x^2 - 2y^2 - (3x/4y) + 6xy &= 60\end{align}$$
I can solve it through substitution but it is an arduous process to reach this cubic equation:
$$20x^3 + 56x^2 - 243x - 544 = 0$$
And I can only solve this using a computer.
Is there a simpler method?
edit: turns out there was a printing error that made the problem much harder. I posted the actual problem below if you want to see it.
edit 2: The actual problem is far less interesting, but I included it for completeness. There are some really great answers to the above "incorrect" problem however that are definitely worth a read. Thanks everyone for contributing.


The first equation simple becomes $y = 2 + x$. In Mathematica (it isn't arduous) do
Line 13 equals zero so you have the desired results.
Even simpler is combing line 11 and 13 so it reads
For solutions, run NSolve
Solution with Solve
Plot of rational equation and plot of cubic only: