Find the sum of all integral values of k such that there exists integral numbers x , y and z satisfying x 2 + y 2 + z 2 = k x y z .
This problem is inspired by this problem .
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.
Indeed, k can be any number as ( 0 , 0 , 0 ) is a solution for every k .
As it stands, any integer k permits the integer solution ( 0 , 0 , 0 ) . In which case, the sum of all relevant integers k does not exist.
Let us suppose that the author intends that the integers x , y , z are to be nonzero . Then the only possible values of k which permit nonzero integer solutions are ± 1 and ± 3 , making the sum 0 . The solutions ( 3 , 3 , 3 ) , ( 3 , 3 , − 3 ) , ( 1 , 1 , 1 ) and 1 , 1 , − 1 ) show that each of these is possible. A lengthy proof by infinite descent shows the impossibility of all other values of k .
Problem Loading...
Note Loading...
Set Loading...
Notice that it is not necessary to find all the values of k .
If there exist k such that x 2 + y 2 + z 2 = k x y z with ( x , y , z ) as its solution, it is easy to see that − k is also satisfies with ( − x , y , z ) is its solution. So if k satisfies, so does − k . Thus it is clear that the sum of all k must be 0