Distinct Incircles

How many distinct right triangles with integer sides circumscribe a circle of radius 10?

Note: by distinct I mean we do not count any permutation of ( a , b ) \left( a,b \right) .

e.g. The Pythagorean triple (12, 5 ,13) describes the same triangle as (5, 12 ,13) .

This problem was inspired by the Jiu Zhang Suan Shu


The answer is 6.

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.

3 solutions

The formula for the inradius of a right triangle with legs a a , b b and hypothenuse c c is: r = a + b c 2 r=\dfrac{a+b-c}{2} . Now, we need that:

10 = a + b c 2 20 = a + b c 10=\dfrac{a+b-c}{2} \Rightarrow 20=a+b-c

Since it's a right triangle, we can write:

20 = a + b a 2 + b 2 20=a+b-\sqrt{a^2+b^2}

Rearrange and solve for any of the variables, let's choose a a :

( a + b ) 20 = ( a + b ) 2 2 a b (a+b)-20=\sqrt{(a+b)^2-2ab}

( a + b ) 2 40 ( a + b ) + 400 = ( a + b ) 2 2 a b (a+b)^2-40(a+b)+400=(a+b)^2-2ab

400 = 40 ( a + b ) 2 a b 400=40(a+b)-2ab

200 = 20 a + 20 b a b 200=20a+20b-ab

a ( 20 b ) = 200 20 b a(20-b)=200-20b

a = 200 20 b 20 b a=\dfrac{200-20b}{20-b}

We will impose the condition a > b a>b , so we will only check for 21 b 34 21 \leq b \leq 34 . And the only integer distinct solutions for ( a , b ) (a,b) are: ( 220 , 21 ) (220,21) , ( 120 , 22 ) (120,22) , ( 70 , 24 ) (70,24) , ( 60 , 25 ) (60,25) , ( 45 , 28 ) (45,28) and ( 40 , 30 ) (40,30) . Hence, there are 6 \boxed{6} distinct right triangles.

Nice solution. I took a slightly different approach ....

Letting the triangle Δ A B C \Delta ABC as oriented in the diagram be right-angled at B B and with upper vertex A , A, label the points of tangency of the inscribed circle with sides A B , B C , A C AB, BC, AC be P , Q , R , P,Q,R, respectively.

We then require that B P = B Q = 10. |BP| = |BQ| = 10. Letting A P = A R = x |AP|= |AR| = x and C R = C Q = y |CR| = |CQ| = y and applying Pythagoras to Δ A B C \Delta ABC we see that

( x + 10 ) 2 + ( y + 10 ) 2 = ( x + y ) 2 20 x + 20 y + 100 = 2 x y (x + 10)^{2} + (y + 10)^{2} = (x + y)^{2} \Longrightarrow 20x + 20y + 100 = 2xy

x y 10 x 10 y = 100 ( x 10 ) ( y 10 ) = 200. \Longrightarrow xy - 10x - 10y = 100 \Longrightarrow (x - 10)(y - 10) = 200.

Now 200 = 2 3 5 2 200 = 2^{3}5^{2} has ( 3 + 1 ) ( 2 + 1 ) = 12 (3 + 1)(2 + 1) = 12 positive divisors, and thus (as 200 200 is not a perfect square) has 6 6 distinct divisor "pairs" ( a , b ) (a,b) such that a b = 200 ab = 200 with a > b . a \gt b. Then with a = x 10 a = x - 10 and b = y 10 b = y - 10 each of these 6 6 divisor pairs corresponds to a unique pair ( x , y ) , (x,y), which in turn corresponds to a unique Pythagorean triple with inradius 10. 10.

Thus the desired answer is 6 . \boxed{6}.

Edit: I just noticed that this is the same as Boon Yang's approach. I'll leave this as a comment anyway since it may be easier for some to read.

Brian Charlesworth - 6 years ago

You should've also included why you chose to check only those values of b b that are in [ 21 ; 34 ] [21;34] .

mathh mathh - 6 years, 10 months ago

Log in to reply

Ah, sorry, when you check for values for b > 34 b>34 , you will notice that a < b a<b , which tell us that we will obtain the same values but permuted. Also, if you check for 10 b < 21 10 \leq b < 21 , you don't obtain positive values. Finally, if you check for b < 10 b<10 , you don't obtain integer values and the initial condition doesn't get satisfied.

Alan Enrique Ontiveros Salazar - 6 years, 10 months ago

Good use of number theory for this geometry-ish problem.

Steven Zheng - 6 years, 10 months ago
Boon Yang
May 17, 2015

Lu Chee Ket
Aug 4, 2014

10 [a + b + sqrt(a^2 + b^2 )] = a b

=> b = (200 - 20 a)/(20 - a)

Found (a, b) of (21, 220), (22, 120), (24, 70), (25, 60), (28, 45), (30, 40) and (40, 30), (45, 28), (60, 25), (70, 24), (120, 22), (220, 21) by using Excel with 200 rows. Distinct total is therefore 6.

Hey what i did was this Let b be the hypotenuse.now → s-b=10 → a+c-b=20 《1》
Squring 《1》and using the information that a²+c²=b² We get b²+ac-bc-ab=200 → (b-c)(b-a)= 200 《2》 Using 《2》and the fact that a,b,c are integers and a+c-b=20. I am getting only five solutions excluding (220, 21). I am not able to find the mistake in my solution. Can you please help me.

salmaan shahid - 6 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...