A B C is a right triangle with integer side lengths. The area of △ A B C is equal to its perimeter.
What is the sum of all possible areas of △ A B C ?
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.
did the same!
Did the same way, almost.
Let x , y , z be the sides with hypotenuse z = x 2 + y 2 .
x + y + x 2 + y 2 = 2 x y ⟹ x + y − 2 x y = − x 2 + y 2 ⟹ 4 x 2 y 2 + 2 x y + x 2 − x y 2 − x 2 y = 0 ⟹ x y − 4 y − 4 x + 8 = 0 ⟹ ( x − 4 ) ( y − 4 ) = 8
∴ ( x , y ) = ( 5 , 1 2 ) , ( 6 , 8 )
∴ ∑ 2 x y = 5 4
Let a , b and c the sides of the right triangle, where c is the hypotenuse.
Now, for some m and n ( m > n ), we have the Pythagorean triple: ( m 2 − n 2 , 2 m n , m 2 + n 2 )
So, a = m 2 − n 2 , b = 2 m n and c = m 2 + n 2 .
The perimeter of the triangle will be: P = a + b + c = 2 m ( m + n ) , and the area will be: A = 2 a b = m n ( m + n ) ( m − n )
We need that P = A , so 2 m ( m + n ) = m n ( m + n ) ( m − n ) .
Solving for m :
m = n n 2 + 2
And substituting in the area, after simplification, and in the form of function:
A ( n ) = n 2 4 ( n 2 + 1 ) ( n 2 + 2 )
We need that the sides be integer numbers, and the formula for the area we got is integer only when n = 1 , 2 .
So, the sum of the possible areas is A ( 1 ) + A ( 2 ) = 5 4
Let a <= b <= c be the sides of a right triangle with the same area and perimeter. By Pythagorean theorem, c^2 = a^2+b^2. Using all these facts,
a+b+c = ab/2,
2(a+b+c) = ab,
[2(a+b)-ab]^2 = [2c]^2,
4(a+b)^2+(ab)^2-4ab(a+b) = 4(a^2+b^2),
(ab)(8+ab-4a-4b) = 0,
(a-4)(b-4) = 8,
a-4 = 1 or 2 and b-4 = 8 or 4,
a = 5 or 6 and b = 12 or 8.
The corresponding values of c are 13 and 10. Therefore (a, b, c) = (5, 12, 13) or (6, 8, 10). It follows that the sum of all possible areas of the triangle is 5+12+13+6+8+10 = 54.
Problem Loading...
Note Loading...
Set Loading...
Let a,b,c be the sides of the triangle
a 2 + b 2 = c 2
a + b + c = ab/2
c = ab/2 - a - b
c 2 = ( a b / 2 − ( a + b ) ) 2
c 2 = ( a 2 b 2 /4) - ab (a + b) + a 2 + b 2 + 2ab
= a 2 + b 2
a 2 b 2 / 4 - ab (a + b) + 2 ab = 0
Divide by ab
ab / 4 - a - b + 2 = 0
ab - 4a - 4b + 8 = 0
a (b - 4) - 4b + 8 = 0
a = (4b - 8) / (b - 4)
Solutions are
6, 8, 10 ... area 24, perimeter 24
5, 12, 13 ... area 30, perimeter 30
After that, as b increases, a gets smaller, approaching 4, so there are no more integer solutions.