RaguramanS
@Brent, thankyou for your observation on my approach. But I need clarification on the proposed approach.
So if the question had been
\(Area<22\)
B.\(x+y<13\)
Approach 1:
There are two cases
Case 1: Right angle triangle
Case 2: Other triangles (Scalene, equilateral)
Case 1: Assume any values for x,y such that the sum is less than 13,
And the area can be found and it is less than 22.
Case 2: How can I find the area of other triangles.
Should I assume a Value for x and y and get the range of values for z by formula
\(x-y<z<x+y\)
and then I can find height and consider z as base
Approach 2:
Orelse it's safer to find the case for equilateral triangle area, as it has the greatest area of all the triangles
If the question were "
Is the area < 22?" , we don't need to do as much work.
(2) x+y<13
Let's just consider a triangle where two of the sides have lengths 6.5 and 6.5
What's the greatest area possible?
Let's make the base have length 6.5
Since area = (base)(height)/2, we will MAXIMIZE the area if we can MAXIMIZE the height.
If the other side has length 6.5, we can maximize the height by making that side PERPENDICULAR to the base, in which case the area = (6.5)(6.5)/2 = 21.125
If x+y = 13, then the MAXIMUM area = 21.25
If x+y < 13, then the MAXIMUM area is less than 21.25
If the maximum area is less than 21.25, then the answer to the target question is
"No! The area is definitely less than 22"So, statement 2 is sufficient.
Cheers,
Brent
I couldn't understand this part of your explanation "If the other side has length 6.5, we can maximize the height by making that side PERPENDICULAR to the base, in which case the area = (6.5)(6.5)/2 = 21.125". Is area of a triangle highest when the triangle is a right angle triangle? Also, i presume that when two sides are equal and the given triangle is a right triangle, then both 6.5 ought to be legs as third side will be hypotenuse and hence greater than two other sides. Hence, you took 6.5 as a height.