Define a primitive inverse Pythagorean triplet as any ordered triplet where and such that
Which of the following statements are true for any primitive inverse Pythagorean triplet where ?
If you enjoyed this problem, you might want to check this and this out too.
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.
Note that x 2 1 + y 2 1 z = z 2 1 = x 2 + y 2 x y
Since z is an integer, so must x 2 + y 2 be an integer. Therefore, option C is definitely true.
Now, since z is an integer, it also follows that x 2 + y 2 must divide x y . In other words, there must exist a certain integer d ≥ 2 which divides both x and y . Choose d such that it is the greatest common factor of x and y , or d = g cd ( x , y ) .
Then, rewrite the above expression with x y = d m = d n
This gives z = d 2 m 2 + d 2 n 2 d m ⋅ d n = m 2 + n 2 d m n
Due to how we defined d , m 2 + n 2 cannot divide m n . Now, since the left-hand side is an integer, we have that d = k m 2 + n 2 for an integer k . Thus, x y z = d m = k m m 2 + n 2 = d n = k n m 2 + n 2 = x + y x y = k m n
Now, as g cd ( x , y , z ) = 1 , we must choose k = 1 . Then, x y z = m m 2 + n 2 = n m 2 + n 2 = m n
Obviously, m 2 + n 2 is an integer. Using what we know from studying Pythagorean triplets, we can say that, for some s , t , and r , m n = r ( s 2 − t 2 ) = 2 r s t
Using this to rewrite x , y , and z : x y z = r 2 ( s 2 + t 2 ) ( s 2 − t 2 ) = 2 r 2 s t ( s 2 + t 2 ) = 2 r 2 s t ( s 2 − t 2 )
Again, set r = 1 so that g cd ( x , y , z ) = 1 : x y z = ( s 2 + t 2 ) ( s 2 − t 2 ) = 2 s t ( s 2 + t 2 ) = 2 s t ( s 2 − t 2 )
Now, by inspection, we see that we can produce primitive inverse Pythagorean triplets by choosing s and t carefully. For example, setting t = s − 1 always result in g cd ( x , y , z ) = 1 . This demonstrates that there are infinite primitive inverse Pythagorean triplets. Thus, option A is true.
With the above formulas, we can show that y x z , x y z , and z x y must be perfect squares. Thus, option B is also true.