A Primitive Pythagorean Triangle (PPT) is a right triangle whose sides have lengths which are integers, and have a greatest common divisor of 1. Among all pairs of non-congruent PPTs which have congruent incircles with an integer radius, let the pair for which this radius is minimized be ( a 1 , a 2 , a 3 ) and ( b 1 , b 2 , b 3 ) , where a 1 < a 2 < a 3 and b 1 < b 2 < b 3 . Find the value of a 1 + b 1 + a 2 + b 2 + a 3 + b 3 ?
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.
Problem Loading...
Note Loading...
Set Loading...
It's known that a PPT has hypotenuse of length m 2 + n 2 and legs of length 2 m n and m 2 − n 2 , where m , n ∈ Z of different parity with g c d ( m , n ) = 1 .
Let A B C be a PPT, and let r be its inradius. Let s = 2 1 ( a + b + c ) . (s = semiperimeter of Δ A B C ). On one hand, the area of Δ A B C ) is 2 1 ( 2 m n ) ( m 2 − n 2 ) = m n ( m 2 − n 2 ) ; on the other hand, the area is r s .
Thus,
r = s m n ( m 2 − n 2 ) = 2 1 ( 2 m n + m 2 − n 2 + m 2 + n 2 ) m n ( m 2 − n 2 ) = m n + m 2 m n ( m 2 − n 2 ) = n ( m − n )
Searching for a pair of PPTs with minimal r , we find that:
(i) If r = 1 , then n ( m − n ) = 1 , which implies that n = 1 , m = 2 . Therefore, we have only one PPT when r = 1 .
(ii) If r = 2 , then n ( m − n ) = 2 , which implies that ( m , n ) = ( 3 , 1 ) or ( m , n ) = ( 3 , 2 ) . Since 1 and 3 have the same parity, we again have only one PPT when r = 2 .
(iii) If r = 3 , then n ( m − n ) = 3 , which implies that ( m , n ) = ( = 4 , 1 ) or ( m , n ) = ( 4 , 3 ) . These lead to the required pair of PPTs.
Therefore the pair of PPTs having congruent incircles with minimal integer radius are the triangles with side lengths ( 8 , 1 5 , 1 7 ) and the triangle with side lengths ( 7 , 2 4 , 2 5 ) .
So 8 + 7 + 1 5 + 2 4 + 1 7 + 2 5 = 9 6 .