A triangle with perimeter 7 has integer side lengths.What is the maximum possible area of such a triangle?
The answer is of the form .Enter your answer as the sum of , and .
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.
SIMPLE! Since its perimeter is 7, and the lengths of sides are integers, imagine the number of triads whose sum equals 7. Since its a triangle, the sum of any two sides should be greater than the third side and their difference should be less than the third side.
THis leaves us with the triad ( 2,3,2) Using Heron's formula, s=3.5, Therefore, Area= 3(root 7)/4
a=3, b=7, c=4 a+b+c= 14
Thus, 14 is the answer!