1

I am thinking of a nice and simple analytic method to solve the following equations simultaneously:

$$\sqrt x+y=7;\\x+\sqrt y=11.$$

To my suprise I can't. But, I solve the system numerically using Newton's method and the solution is $4$ and $9$.

Is there any simple way of solving the above system analytically?

Harry Peter
  • 7,819

1 Answers1

0

Hint: Raise to power of two both equation and eliminate the squares.

m0nhawk
  • 1,779