I am given that;
$$x_1 + x_2 + x_3 = 75$$ $$x_1 + x_2 + x_4 = 75$$ $$x_1 + x_3 + x_4 = 75$$ $$x_2 + x_3 + x_4 = 75$$
I need to find $x_1, x_2, x_3$ and $x_4$. I know that each variable equals 25. However I am not sure how to go about showing it. Could someone explain please?
This is a particular kind of system. Think of $x_1,x_2,x_3,x_4$ as being seated around a round table (in this order). Then, the system says that the sum of every three consecutive numbers is equal to $75$. That means that the fourth is always equal to the sum of all minus $75$. Therefore all your numbers are equal, and they are $25$.
This works for a general system of the form: $$x_1 + x_2 + x_3 = 75$$ $$x_2 + x_3 + x_4 = 75$$ $$ ... $$ $$ x_{n-1}+x_n+x_1 = 75$$ $$ x_n+x_1+x_2 = 75$$
To see how the solution works in the general case, it is enough to note that
$x_1=x_4=...=x_{3k+1}=...$,
$x_2 = x_5 = ... = x_{3k+2} = ...$,
$x_3 =x_6 = ... = x_{3k} = ...$.
Thus, if $n$ is not a multiple of three, then all numbers are equal. If $n$ is a multiple of three, any combination of three numbers with sum $75$ repeated periodically, is a solution.