Forget conventional ways of solving math questions. In DS, Variable approach is the easiest and quickest way to find the answer without actually solving the problem. Remember equal number of variables and independent equations ensures a solution.
Is the perimeter of a triangle greater than 100?
1)The shortest side is greater than 100/3
2)The longest side is greater than 50
When it comes to a triangle, the sum of two sides is always longer than the other side. That is, if a, b, and c represent three sides of a triangle, it is a+b>c.
In the original condition, there are 3 variables(you need to figure out three sides since it’s a triangle), which should match with the number of equations. So you need 3 equations. For 1) 1 equation, for 2) 1 equation, which is likely to make E the answer. When 1) & 2),
For 1), if a<b<c, c>b>a>100/3 -> a>100/3, b>100/3, c>100/3 -> a+b+c>100, which is yes and sufficient.
For 2), if a<b<c, a+b>c>50 -> a+b>50 and c>50. So, it makes a+b+c>100, which is also yes and sufficient. Since 1) =2), the answer is D.