Find the largest positive integer for which there exists positive integers , and satisfying
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.
Let d = g cd ( x , y , z ) .
Then we may write x = d a , y = d b , y = d c for some integers a , b , c satisfying g cd ( a , b , c ) = 1 .
With this representation, the given equation simplifies to g cd ( a + 3 b , b + 3 c , c + 3 a ) = n .
This implies n must also divide ( a + 3 b ) + 3 ( b + 3 c ) + 9 ( c + 3 a ) = 2 8 a + 6 ( b + 3 c ) .
Then because n divides b + 3 c , the above equation implies that n also divides 2 8 a .
Similar reasoning shows that n divides 2 8 b and 2 8 c .
It follows that n divides g cd ( 2 8 a , 2 8 b , 2 8 c ) = 2 8 ⋅ g cd ( a , b , c ) = 2 8 .
Hence n ≤ 2 8 . We can show that n = 2 8 is achievable by taking ( x , y , z ) = ( 1 3 , 5 , 1 7 ) .
Indeed, in this case g cd ( x , y , z ) = 1 and g cd ( x + 3 y , y + 3 z , z + 3 x ) = g cd ( 2 8 , 5 6 , 5 6 ) = 2 8 .
So n = 2 8 is the answer.