Find the number of scalene triangles with integer sides such that its perimeter is 100.
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.
By triangle inequality( a + b >c, a+c>b, b+c>a where a, b,c are sides) I proved a,b,c<50. Then I used the spaces and bars technique to find out the solutions for a+b+c=100 where a,b,c are distinct and a,b,c < 50. That would be our final answer.
Not a complete solution just a bunch of hints.