( x 1 ) 2 + ( y 1 ) 2 = ( z 1 ) 2 For all triples of natural numbers ( x , y , z ) fulfilling the equation above, sum all the distinct values of z less than 100.
Inspired from this discussion about Inverse Pythagorean Theorem.
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.
You are very talented sir!
The discussion provides some guide, but the extended solution is provided here. In this question and solution, since the answer is not dependent on the order of x or y , the x , y may be swapped freely.
From the original equation, we put it into the form x 2 y 2 y 2 + x 2 = z 2 1 → x 2 + y 2 = z x y The hardest part is to find the natural number z , which, from the original equation, can be rearrange to form z = x 2 + y 2 x y For all primitive pythagorean triple whose z < 1 0 0 , there will be z = 5 , 2 5 which may be reduced to the form natural number (and, to the greater extent, its multiples). Using the primitive pythagorean triple, we can get the following triples ( x , y , z ) for a natural number n ( x , y , z ) = ( 1 5 n , 2 0 n , 1 2 n ) , ( 1 7 5 n , 6 0 0 n , 1 6 8 n ) , ( 6 5 n , 1 5 6 n , 6 0 n )
It should be noted here that although the triples of ( 1 7 5 n , 6 0 0 n , 1 6 8 n ) also makes the equation true, but for natural number n , the value of z will go beyond 100 and will not used here. Jennifer Feith also observed that the triples of ( 6 5 n , 1 5 6 n , 6 0 n ) also form the inverse triple, and for n = 1 , the z = 6 0 may also be used. For all triples, the proof will omitted here but can be verified by calculations
Here, if one noticed the value of z = 1 2 n , any multiple of 12 below 100 would fulfill the equation above. Although 6 0 appears in two separate sets, the 6 5 , 1 5 6 , 6 0 and 7 5 , 1 0 0 , 6 0 , the question only requires a distinct z , so we will count 6 0 only once. As 1 2 ( 8 ) < 1 0 0 , we then require n = 1 , 2 , 3 , … , 8 , hence the sum of z < 1 0 0 satisfying the equation is n = 1 ∑ 8 1 2 n = 1 2 × ( 3 6 ) = 4 3 2
This solution omits the triple 65, 156, 60, which derives from 5, 12, 13. Although the Pythagorean multiple 65, 156, 169 does not meet the z<100 condition, its "inverse Pythagorean" triple 65, 156, 60 does.
Note that for a base Pythagorean triple a, b, c, the first integer inverse triple x, y, z is equal to ac, bc, ab. For example 3, 4, 5 becomes 15, 20, 12, and 5, 12, 13 becomes 65, 156, 60. So we can verify that there is no other primitive triple where ab < 100.
Log in to reply
I will admit its flaw in this case, however given that z = 6 0 is already included in the list as derivative to ( 7 5 , 1 0 0 , 6 0 ) , my solution stands, but I will edit to take account on it. Thanks!
Log in to reply
I would edit the question to say that you are looking for the sum of all unique values of z.
Log in to reply
@Jennifer Feith – The reports I received this morning also identify the same, and I have to revise the question to say "for distinct z "
Problem Loading...
Note Loading...
Set Loading...
Suppose that x = m a and y = m b where m , a , b are natural numbers and a , b are coprime. The equation becomes ( a 2 + b 2 ) z 2 = a 2 b 2 m 2 . Since a , b are coprime, so are a 2 + b 2 , a 2 b 2 , and hence m 2 = k ( a 2 + b 2 ) z 2 = k a 2 b 2 for some integer k ; the second equation tells us that k = n 2 for some integer n , and so a 2 + b 2 = n 2 m 2 z = n a b . From this we deduce that m = n c where a 2 + b 2 = c 2 . Thus we deduce that x = n a c y = n b c z = n a b where n , a , b , c are natural numbers with a , b coprime and a 2 + b 2 = c 2 . Thus the possible solutions ( x , y , z ) with z < 1 0 0 are ( 1 5 n , 2 0 n , 1 2 n ) and ( 2 0 n , 1 5 n , 1 2 n ) for 1 ≤ n ≤ 8 (arising from the ( 3 , 4 , 5 ) Pythagorean triad) and ( 6 5 , 1 5 6 , 6 0 ) and ( 1 5 6 , 6 5 , 6 0 ) (arising from the ( 5 , 1 2 , 1 3 ) Pythagorean triad). The distinct possible values of z are thus 1 2 n for 1 ≤ n ≤ 8 , and the sum of these is 4 3 2 .