Find a solution to:
x
1^4 + x
2^4 + x
3^4 + ... + x
n^4 = 1999
where each xy is a distinct integer.
(Or prove that it is impossible).
(In reply to
Solution by David Shin)
Sorry, let me change a couple numbers in my solution:
Suppose a solution exists. Note then that there are at least 15 odd integers among the {x_i}, as 1999 is 15 (mod 16) and as each perfect fourth power is 0 or 1 (mod 16) depending on whether it is even or odd, respectively. But the largest of these 15 odd integers is at least as large as 7^4=2401>1999, a contradiction.
Thus no solution exists.