Given$ X+Y=3 $,$ xy= -10$, find value of $x^2 + y^2$

96 Views Asked by At

Find value of $x^2 + y^2$ given that $x+y= -3$ and $xy= -10$

3

There are 3 best solutions below

0
On

Hint:

$x+y=-3$ $$\implies (x+y)^2=9$$ $$\implies x^2+y^2+2xy =9$$ Can you continue?

0
On

after squaring we get $$x^2+y^2+2xy=9$$ with $$xy=-10$$ we obtain $$x^2+y^2-20=9$$ can you proceed?

0
On

$x^2+y^2=(x+y)^2-2xy=(-3)^2-2 \cdot (-10)=...$