Processing math: 100%
 
+0  
 
0
32
1
avatar+1520 

A right triangle with integer leg lengths is called cool if the number of square units in its area is equal to five times the number of units in the sum of the lengths of its legs. What is the sum of all the different possible areas of cool right triangles?

 Jun 12, 2024
 #1
avatar+135 
0

We an represent this problem as 12ab=5(a+b), where a and b are the two legs. We can now simplify this equation further.

12ab=5a+5b

ab=10a+10b

ab10a10b=0

We can now use Simon's Favourite Factoring Trick to simplify this.

ab10a10b+100=100

(a10)(b10)=100

The factor pairs of 100 are (1, 100), (2,50), (4, 25), (5, 20), and (10, 10). We now choose a and b to make thepart in the parentheses equal to one of these pairs. Therefore, all possibilities for the legs (a and b) are (11, 110), (12, 60), (14, 35), (15, 30), and (20, 20). We can calculate the area for each of these.

 

12(11)(110)=605

12(12)(60)=360

12(14)(35)=245

12(15)(30)=225

12(20)(20)=200

 

 

Therefore, the sum of all areas is 605 + 360 + 245 + 225 + 200 = 1635

 Jun 12, 2024

1 Online Users

avatar