Atypical system of equations.

58 Views Asked by At

The system is $$x+\sqrt{xy}+y=14$$ $$x^2+xy+y^2=84$$

The set of solutions is $\{(2,8),(8,2)\}$.

How do we get to this set of solutions?

2

There are 2 best solutions below

0
On BEST ANSWER

Hint:

Let $a=\sqrt{xy}$ and $b=x+y$.

Then we get $a+b=14$ and $b^2-a^2=84$.

Can you take it from here?

0
On

Writing $$\sqrt{xy}=14-(x+y)$$ after squaring we get $$xy=196+(x+y)^2-28(x+y)$$ or using the second equation $$0=196+84-28(x+y)$$ solve this equation for $x$ or $y$ and plug this in the second one you will get an equation in only one variable.