Given -
a) We've been told the triangle is an right triangle
b) Sum of two short legs of the right triangle = 40 (i.e not the hypotenuse but the other two legs)
c) Find the max. area of triangle
My question is where is the perimeter(sum of all the 3 sides) declared? We only know sum of 2 sides.
-> We don't need to know the length of the third side (i.e the hypotenuse)
-> We don't need to know the total perimeter of the right triangle
Find the max. area of triangle
Area = 1/2 * base * height
The two short legs of the right triangle will form the base and height (any side could be the base and any side could be the height ; does not matter)
Okay, what if we fail to recognize that the area of an isosceles right triangle is maximum
If sum of lengths of the two short sides = 40
Let's say, one side is 20 and other side is 20 (total = 40)
assign one side as base and other side as height
Area = 1/2 * 20 * 20 = 400/2 = 200
Now check for one more condition
if length of one side is 21 and the length of other side is 19 (total =40)
Area = 1/2 * b * h = 1/2 * 21 *19 = 199.5
We can generalize, for any length values besides (20,20) ; you will notice that one length becomes less than 20 and the other length is greater than 20 (for total length to become 40) => and for such values the area will always be less than 200
200 is the max area