How many triangles with integer sides exist that have
This problem is not original
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.
Let A B C be a triangle.
[ A B C ] = s ( s − a ) ( s − b ) ( s − c )
And perimeter is given by 2 s .
So, 2 s ⟹ 4 s 2 ⟹ 4 s = s ( s − a ) ( s − b ) ( s − c ) = s ( s − a ) ( s − b ) ( s − c ) = ( s − a ) ( s − b ) ( s − c )
Now let x = s − a , y = s − b , and z = s − c . Hence x + y + z = s .
4 ( x + y + z ) = x y z
Now all you have to do is solve for triplets ( x , y , z ) which are all positive integers which is quite easy. After going through all the work , you will find out that in total, there are 5 solutions.