Difficulty: Easy
Correct Answer: 10< x < 40
Explanation:
Introduction / Context:
Using triangle inequality, the unknown side must be strictly less than the sum of the other two and strictly greater than their difference.
Given Data / Assumptions:
Known sides are 15 and 25; unknown is x.
Concept / Approach:
For sides a, b, x: |a − b| < x < a + b. Substitute a = 15, b = 25.
Step-by-Step Solution:
Lower bound: |25 − 15| = 10 → x > 10Upper bound: 25 + 15 = 40 → x < 40Range: 10 < x < 40
Verification / Alternative check:
Any endpoint 10 or 40 would make a degenerate triangle (not allowed).
Why Other Options Are Wrong:
They include equality or misplace inequality directions.
Common Pitfalls:
Allowing equality at the bounds; strict inequalities are required.
Final Answer:
10< x < 40
Discussion & Comments