Let $(x, y)$ be a pair of possible solutions of this system of equations: $x + y = 7$; $x^2 + y^2 = 25$.
This exercise is all about finding $xy$ product. there are four possible solutions,
(a) 15
(b) 12
(c) 8
(d) 6
Here's how I've solved it:
I've rewritten the second equation as "$x + y = 5$", since each member was squared.
Now, I've rewritten again this equation as "$y = 5 - x$".
I've substituted and I've got: "$x + 5 - x = 7$", but x cancels out. Therefore I can say this is not the way to solve it.
I try another one: I've rewritten the first equation as "$y = 7 - x$". Then, I've substituted, and I've got: "$x^2 + (7-x)^2 = 25$" The last step is: $x^2 = -12$, which isn't solvable using real numbers. So, it's not solvable using this method.
If you know an alternative method, let me know.