Question

Difficulty: MediumTriangle Properties and Angle Theorems

A triangle has side lengths of xx, 2x2x, and 1515, where xx is an integer. What is the total number of possible values for xx?

  1. A
    7
  2. B
    8
  3. 9Answer
  4. D
    10
  5. E
    11

Answer

9
Applying the Triangle Inequality Theorem yields three inequalities: x+2x>15x + 2x > 15 (which simplifies to x>5x > 5), x+15>2xx + 15 > 2x (which simplifies to x<15x < 15), and 2x+15>x2x + 15 > x (which is always true since xx is positive). Combining these results in 5<x<155 < x < 15. The integers in this range are {6,7,8,9,10,11,12,13,14}\{6, 7, 8, 9, 10, 11, 12, 13, 14\}. Counting them gives 9 possible values.

Step-by-Step Solution

1
Set up the three inequalities using the Triangle Inequality Theorem for the sides xx, 2x2x, and 1515.
The inequalities are x+2x>15x + 2x > 15, x+15>2xx + 15 > 2x, and 2x+15>x2x + 15 > x.
The sum of the lengths of any two sides of a triangle must be strictly greater than the length of the third side.
2
Solve each inequality for xx.
3x>15    x>53x > 15 \implies x > 5, and 15>x    x<1515 > x \implies x < 15. The third inequality x>15x > -15 is always true for positive side lengths.
To find the range of valid values for xx.
3
Combine the inequalities and count the possible integer values for xx.
The combined range is 5<x<155 < x < 15. The integer values are {6,7,8,9,10,11,12,13,14}\{6, 7, 8, 9, 10, 11, 12, 13, 14\}, which gives 146+1=914 - 6 + 1 = 9 values.
Since xx is specified as an integer, we must identify and count all integers strictly between 5 and 15.

Key Concept

Triangle Inequality Theorem

Alternative Method

Instead of algebraic manipulation, we can test values of xx directly. For x=5x=5, the sides are 5,10,155, 10, 15, but 5+10=155+10=15, which does not form a triangle. For x=15x=15, the sides are 15,30,1515, 30, 15, but 15+15=3015+15=30, which also does not form a triangle. Testing integer values between 55 and 1515 confirms they all satisfy the triangle inequality, resulting in 9 valid integers.
Estimated Time:1m 0s
Rate this question