If triangle A has a smaller perimeter than triangle B, is the area of A also always smaller than that of B?
The specific problem that got me interested in this question is that you are given a triangle whose sides are respectively less than 2, 3 and 4. You are asked to find the maximum area possible with these constraints.
Hint : Use Heron's Formula :
$$\text{Area} = \sqrt{s(s-a)(s-b)(s-c)} \space\space\space\space\space\space\space \text{where } s = \frac{a+b+c}{2}$$