A triangle has side lengths such that one side is units less than twice an integer , another side is units more than , and the third side is units. How many different triangles can be formed with these side lengths?
- A8
- B13
- 14Answer
- D15
- E16
Answer
14
The correct answer is 14. Applying the Triangle Inequality Theorem, the sum of any two sides of the triangle must be strictly greater than the third side. This gives three inequalities: (2y - 3) + (y + 4) > 11, (2y - 3) + 11 > y + 4, and (y + 4) + 11 > 2y - 3. Solving these inequalities yields y > 10/3, y > -4, and y < 18. The common intersection is 10/3 < y < 18. Since y is an integer, y can range from 4 to 17 inclusive. There are 17 - 4 + 1 = 14 integers in this range.
Step-by-Step Solution
Key Concept
Triangle Inequality Theorem