.
Let (x,y,z) be the real solution to the system of equations
x + y = \sqrt{4z + 3}
y + z = \sqrt{4x - 1}
z + x = \sqrt{4y + 5}
Find x + y + z.
~~~~~~~~~~~~~~~~~~~~~~~
I write these lines to disprove the " solution " and the " answer " by @CPhill
stating that x + y + z = 4.
Indeed, let's assume for a minute that x + y + z = 4.
Then
z = 4 - (x + y),
and hence, due to very first given equation
z = 4 - . (1)
Similarly, if x + y + z = 4, then
y = 4 - (x + z),
and hence, due to third given equation
y = 4 - . (2)
Similarly, if x + y + z = 4, then
x = 4 - (y + z),
and hence, due to second given equation
x = 4 - . (3)
Each of these equations (1), (2), (3) can be solved by transferring "4"
from the right side to the left side, then squaring both sides and using the quadratic formula.
But for simplicity, I used numerical methods and found a unique solution
to each equation (1), (2) and (3) numerically.
I used the online solver www.desmos.com/calculator
It produced these approximate solutions
x = 1.6411 for equation (3), y = 1 for equation (2), and z = 1.20417 for equation (1).
Now the sum x + y + z = 1.6411 + 1 + 1.20417 is 3.845269, but not 4.
Thus the " solution " in the post by @CPhill is disproved.
It is .