The triangle with sides 6, 8, 10 satisfy the following properties:
All its side lengths are integers.
Both its area and its perimeter are equal integers.
Find another triangle with a minimal perimeter that satisfies these properties as well.
Submit your answer as the concatenation of these side lengths in increasing order.
For example, if you think that the side lengths of this other triangle is 10, 11, 12, then submit your answer as the 6-digit integer, 101112.
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.
These types of triangles are known as Equable Heronian Triangles . There are exactly five equable Heronian triangles: the ones with side lengths ( 5 , 1 2 , 1 3 ) , ( 6 , 8 , 1 0 ) , ( 6 , 2 5 , 2 9 ) , ( 7 , 1 5 , 2 0 ) , and ( 9 , 1 0 , 1 7 ) .
The one with minimal perimeter is: 5 , 1 2 , 1 3 making the answer to be : 5 1 2 1 3