A triangle has side lengths of , , and , where is an integer. What is the total number of possible values for ?
- A7
- B8
- 9Answer
- D10
- E11
Answer
9
Applying the Triangle Inequality Theorem yields three inequalities: (which simplifies to ), (which simplifies to ), and (which is always true since is positive). Combining these results in . The integers in this range are . Counting them gives 9 possible values.
Step-by-Step Solution
Key Concept
Triangle Inequality Theorem
Alternative Method
Instead of algebraic manipulation, we can test values of directly. For , the sides are , but , which does not form a triangle. For , the sides are , but , which also does not form a triangle. Testing integer values between and confirms they all satisfy the triangle inequality, resulting in 9 valid integers.
Estimated Time:1m 0s