Let's find all the quadruples of real numbers x1,x2,x3, x4, such that by adding to any of its elements the product of the other three, the sum is always 2.
A number or a short expression. Spacing, $ signs and \frac vs / are all fine.
Official solution
I. solution. None of the xi can be 0, because it is easily seen that then the others could only be 2, but then 0+2⋅2⋅2=2. Let us denote the product x1x2x3x4 by y, then we have to solve the system of equations
xi+xiy=2(i=1,2,3,4)
From this,
xi2−2xi+y=0,xi=1±1−y, otherwise ∣xi−1∣=1−y
According to this, by reducing the unknowns by 1, we can get at most two different numbers. This can happen in three ways:
α) all four xi−1 differences are equal,
β) three are equal, the fourth is -1 times as large,
γ) two are equal, the other two are -1 times as large.
In the α case, x1=x2=x3=x4, so from (1)
x1+x13=2,x13+x1−2=(x1−1)(x12+x1+2)=0
and since the second factor is positive for all real x1 values:
x12+x1+2=(x1+21)2+49≧49>0
only x1=1 is possible. The number quadruple 1,1,1,1 indeed satisfies the requirements.
In the β case, for example, x1−1=x2−1=x3−1, and thus x1=x2=x3, and x4−1=1−x1. So x4=2−x1, and from (1) for i=4
2−x1+x13=2,x1(x12−1)=0
and since x1=0,x1 can be 1 or -1. The first leads to the previous solution, the latter to the number quadruple −1,−1,−1,3, which is also indeed a solution.
In the γ case, for example, x1−1=x2−1=1−x3=1−x4=x4, so x1=x2, and x3=x4=2−x1, and from (1) for i=3
2−x1+x12(2−x1)=2,x1(x1−1)2=0
we only get the solution 1,1,1,1.
According to all this, two real number quadruples satisfy the requirement: 1,1,1,1 and −1,−1,−1,3.
János Lörincz (Sárospatak, Rákóczi F. g. IV. o. t.)
II. solution. There is one solution where x1=x2=x3=x4, as we saw in the previous solution: x1=x2=x3=x4=1. If there are different numbers among the numbers, then there is one that differs from at least two others. Choose the numbering so that x1=x2,x1=x3 holds. Write down the requirement starting from x1 and x2, then form the difference of the two equalities:
From this, either x2=x3=1,x1=2−x2=1,x4=1/x2=1, which does not contain different values, or x2=x3=−1, x4=1/x2=−1,x1=2−x2=3, and this indeed satisfies the requirements.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.