Question

Difficulty: HardTriangles: Properties, Perimeter, and Area

The side lengths of triangle ABCABC, in units, are given by AB=xAB = x, BC=x+2BC = x + 2, and CA=x+4CA = x + 4, where xx is a positive integer. If the perimeter of triangle ABCABC is strictly less than 3636, how many possible integer values of xx exist such that triangle ABCABC is an acute triangle?

  1. A
    2
  2. 3Answer
  3. C
    4
  4. D
    5
  5. E
    7

Answer

There are 3 possible integer values of xx.
To form an acute triangle with side lengths xx, x+2x+2, and x+4x+4, three conditions must be met: the perimeter bound (3x+6<36    x<103x+6 < 36 \implies x < 10), the non-degeneracy condition (x+x+2>x+4    x>2x + x + 2 > x + 4 \implies x > 2), and the acute angle condition ((x+4)2<x2+(x+2)2    x24x12>0    x>6(x+4)^2 < x^2 + (x+2)^2 \implies x^2 - 4x - 12 > 0 \implies x > 6). Combining these bounds restricts xx to integer values in the range 6<x<106 < x < 10, giving exactly three valid integer values: 7,8,7, 8, and 99.

Step-by-Step Solution

1
Apply the perimeter constraint to find an upper bound for xx.
The perimeter is P=x+(x+2)+(x+4)=3x+6P = x + (x + 2) + (x + 4) = 3x + 6. Given 3x+6<363x + 6 < 36, subtracting 66 yields 3x<303x < 30, so x<10x < 10.
The total length around the triangle must be strictly less than 3636.
2
Apply the triangle inequality theorem to find a lower bound for non-degenerate triangles.
AB+BC>CA    x+(x+2)>x+4    2x+2>x+4    x>2AB + BC > CA \implies x + (x + 2) > x + 4 \implies 2x + 2 > x + 4 \implies x > 2.
The sum of the lengths of any two sides of a triangle must be strictly greater than the length of the third side.
3
Formulate and solve the acute triangle condition.
For an acute triangle with longest side CA=x+4CA = x + 4, we require CA2<AB2+BC2CA^2 < AB^2 + BC^2.
(x+4)2<x2+(x+2)2(x + 4)^2 < x^2 + (x + 2)^2
x2+8x+16<x2+x2+4x+4x^2 + 8x + 16 < x^2 + x^2 + 4x + 4
x2+8x+16<2x2+4x+4x^2 + 8x + 16 < 2x^2 + 4x + 4
0<x24x120 < x^2 - 4x - 12
(x6)(x+2)>0(x - 6)(x + 2) > 0
Since xx is a positive integer, x+2>0x + 2 > 0, which implies x6>0x - 6 > 0, so x>6x > 6.
In any acute triangle, the square of the longest side is strictly less than the sum of the squares of the remaining two sides.
4
Combine the bounds to determine the number of valid integer values for xx.
Combining x>6x > 6 and x<10x < 10 gives integer values x{7,8,9}x \in \{7, 8, 9\}. There are 33 such values.
Only integer values in the open interval (6,10)(6, 10) satisfy all conditions simultaneously.

Key Concept

Acute Triangle Criteria and Triangle Inequality
Rate this question