You can put this solution on YOUR website! Solve the following system of nonlinear equations.
2xy=3
4x^2-8y^2=1
--------------
From the 1st eqn, x = 3/2y
Sub for x into the 2nd eqn:
4(3/2y)^2 - 8y^2 = 1
9/(y^2) - 8y^2 = 1
Multiply by y^2
9 - 8y^4 = y^2
8y^4 + y^2 - 9 = 0
This is a quadratic in y^2