How many solutions are there such that where are all non-negative integers less than or equal to 2016?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We multiply by 2 to get ( x + y ) 4 + ( x − y ) 4 = ( 2 z ) 4 . By Fermat's Last Theorem we know that a solution must have one of the terms equal to 0. Since these are non-negative integers
Case 1: x + y = 0
Then x = y = 0 . Clearly z = 0 .
Case 2: x − y = 0
So x = y and x + y = 2 z . Thus x = y = z .
There are 2 0 1 7 solutions, namely ( 0 , 0 , 0 ) , ( 1 , 1 , 1 ) , … , ( 2 0 1 6 , 2 0 1 6 , 2 0 1 6 ) .