I have the following nonlinear system of two equations \begin{align} 1+4x-y =\frac{49}{15}\qquad\text{ together with }\qquad \frac{x}{x-1} =\left(\frac{y}{y-1}\right)^4\\ \end{align}
I can solve it by substitution, and find the solution of the resulting cubic equation $34 - 121 y + 144 y^2 - 46 y^3=0$, yielding $y=2$, and thus $x=16/15$. However, the simplicity of the solution, and the form of the nonlinear equation of the two, suggests that a smarter and faster way than my brute force attempt may exist. I would appreciate any suggestion.
Eliminating $y$ from your system you will get $$2484000 x^3-6166800 x^2+5004495 x=1336336$$ with only one real solution $$x=\frac{16}{15}$$