I was looking through the admission test for the University Normale of Pisa and I found a problem that I don't know how to solve, it state something like that:
Find all the triplets of number (x, y, z) such that: $$ \left\{ \begin{array}\ x^4 = y + z\\ y^4 = z + x\\ z^4 = y + x \end{array} \right. $$
EDIT: It ask for real number.
All: Please observe that the question was earlier tagged elementary-number-theory. This lead several posters to assume that the variables should be integers. Several answers may appear to be strange as a consequence of that./JL
1 ~ [y + z] mod(5) and 1 ~ [z + x] mod(5) and 1 ~ [y + y] mod(5) from fermat's little theorem. Then since 5 is prime we know that each inverse must be unique. Thus this suggests that y mod(5) = z mod(5) = x mod(5) = 3 mod(5) As for finding all specific solutions I'm not sure.
Edit: I now see that you changed it to [y + x] so x,y,z it shouldn't be equivalent to 3 mod(5) as I said above, but then x, y are inverses mod (5) and so are y,z and z,x