Four right triangles with distinct integer hypotenuses are put together to form a quadrilateral, as shown.
What's the smallest possible perimeter of this quadrilateral?
Note: The four right triangles do not necessarily have integer legs.
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.
If a , b , c , d are the integer hypotenuses of the quadrilateral in rotation, then this condition must be satisfied:
a 2 − b 2 + c 2 − d 2 = 0
or
− a 2 + b 2 = c 2 − d 2
This can be worked out by letting one of the 4 interior sides be the unknown x 1 , and successively find the rest of the interior sides in terms of x 1 until it reaches the original side of length x 1 . x 1 then drops out and the condition for a , b , c , d then arises.
x
2
=
a
2
−
x
1
2
x
3
=
b
2
−
x
2
2
x
4
=
c
2
−
x
3
2
x
1
=
d
2
−
x
4
2
The smallest distinct set meeting the condition is
1
,
4
,
8
,
7
To find this, consider
( − a + b ) ( a + b ) = ( c − d ) ( c + d )
Then the smallest nonsquare odd composite number factorizable in two ways is 1 5
1
5
=
3
⋅
5
=
1
⋅
1
5
(
−
1
+
4
)
(
1
+
4
)
=
(
8
−
7
)
(
8
+
7
)
A quadrilateral formed with these sides is not unique.
Problem Loading...
Note Loading...
Set Loading...
In the diagram above, we have that w 2 + y 2 = ( a 2 + b 2 ) + ( c 2 + d 2 ) = ( b 2 + c 2 ) + ( d 2 + a 2 ) = x 2 + z 2 Thus we are looking for the smallest four distinct integers such that the sum of squares of two of them equals the sum of squares of the other two. This is akin to finding an integer that can be represented as the sum of two perfect squares in two different ways.
A quick perusal of the first few perfect squares shows us that the lowest such integer is 5 0 = 1 2 + 7 2 = 5 2 + 5 2 ; however it doesn't work in this case as we need four distinct integers. The next lowest such integer is 6 5 = 1 2 + 8 2 = 4 2 + 7 2 , which gives us a perimeter of 1 + 4 + 7 + 8 = 2 0