Maths Olympiad Prep

Library / /3 of 19

Geometry Difficulty 6.0 AIME, harder Find the answer

Determine the real values of xx such that the triangle with sides 55, 88, and xx is obtuse.

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

To determine the real values of x x such that the triangle with sides 5, 8, and x x is obtuse, we need to apply the properties of an obtuse triangle. In an obtuse triangle, the square of the longest side is greater than the sum of the squares of the other two sides.

Assuming x x is the longest side, the condition for obtuseness is:
x2>52+82 x^2 > 5^2 + 8^2
x2>25+64 x^2 > 25 + 64
x2>89 x^2 > 89
So, x>89 x > \sqrt{89} .

Next, assuming 8 is the longest side, the condition for obtuseness becomes:
82>52+x2 8^2 > 5^2 + x^2
64>25+x2 64 > 25 + x^2
6425>x2 64 - 25 > x^2
39>x2 39 > x^2
So, x<39 x < \sqrt{39} .

Lastly, we need to ensure that x x also satisfies the triangle inequality conditions:
1. x+5>8x>3 x + 5 > 8 \Rightarrow x > 3
2. x+8>5 x + 8 > 5 which is always true for x>3 x > 3 .
3. 5+8>xx<13 5 + 8 > x \Rightarrow x < 13

Thus, combining all these conditions, we have:
- 3<x<39 3 < x < \sqrt{39}
- x>89 x > \sqrt{89}
- x<13 x < 13

Therefore, the values of x x such that the triangle is obtuse are:
(3,39)(89,13) \boxed{(3, \sqrt{39}) \cup (\sqrt{89}, 13)}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.