返回题库

AIME 2017 I · 第 6 题

AIME 2017 I — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 6

A circle is circumscribed around an isosceles triangle whose two congruent angles have degree measure xx. Two points are chosen independently and uniformly at random on the circle, and a chord is drawn between them. The probability that the chord intersects the triangle is 1425\frac{14}{25}. Find the difference between the largest and smallest possible values of xx.

解析

Solution

The probability that the chord doesn't intersect the triangle is 1125\frac{11}{25}. The only way this can happen is if the two points are chosen on the same arc between two of the triangle vertices. The probability that a point is chosen on one of the arcs opposite one of the base angles is 2x360=x180\frac{2x}{360}=\frac{x}{180} (this comes from the Central Angle Theorem, which states that the central angle from two points on a circle is always twice the inscribed angle from those two points), and the probability that a point is chosen on the arc between the two base angles is 1802x180\frac{180-2x}{180}. Therefore, we can write

2(x180)2+(1802x180)2=11252\left(\frac{x}{180}\right)^2+\left(\frac{180-2x}{180}\right)^2=\frac{11}{25} This simplifies to

x2120x+3024=0x^2-120x+3024=0 (Note that the simplification is quite tedious)

Which factors as

(x84)(x36)=0(x-84)(x-36)=0 So x=84,36x=84, 36. The difference between these is 048\boxed{048}.

Note:

We actually do not need to spend time factoring x2120x+3024x^2 - 120x + 3024. Since the problem asks for x1x2|x_1 - x_2|, where x1x_1 and x2x_2 are the roots of the quadratic, we can utilize Vieta's by noting that (x1x2)2=(x1+x2)24x1x2(x_1 - x_2) ^ 2 = (x_1 + x_2) ^ 2 - 4x_1x_2. Vieta's gives us x1+x2=120,x_1 + x_2 = 120, and x1x2=3024.x_1x_2 = 3024. Plugging this into the above equation and simplifying gives us (x1x2)2=2304,(x_1 - x_2) ^ 2 = 2304, or x1x2=48|x_1 - x_2| = 48.

Our answer is then 048\boxed{048}.

Another note:

Letting y=x/180y = x/180, the first equation turns into 2y2+(12y)2=11/252y^2 + (1-2y)^2 = 11/25, heavily simplifying the otherwise messy simplification, and you can use the aforementioned note to find y1y2=4/15|y_1 - y_2| = 4/15. Using x=180yx = 180y, x1x2=180y1y2|x_1 - x_2| = 180|y_1 - y_2|, so the answer is 180(4/15)=048180(4/15) = \boxed{048}

Solution 2 (Not Complementary Counting method)

Because we know that we have an isosceles triangle with angles of xx (and we know that x is an inscribed angle), that means that the arc that is intercepted by this angle is 2x2x. We form this same conclusion for the other angle xx, and 1802x180-2x. Therefore we get 33 arcs, namely, 2x2x, 2x2x, and 3604x360-4x. To have the chords intersect the triangle, we need the two points selected (to make a chord) to be on completely different arcs. An important idea to understand is that order matters in this case, so we have the equation 22 * 2x360\frac{2x}{360} * 2x360\frac{2x}{360} + 22 * 22 * 2x360\frac{2x}{360} * 3604x360\frac{360-4x}{360} = 1425\frac{14}{25} which using trivial algebra gives you x2120x+3024x^2-120x+3024 and factoring gives you (x84)(x36)(x-84)(x-36) and so your answer is 048\boxed{048}. ~jske25

Solution 3 ( 3 System Algebra )

After constructing the circumscribed circle, realize that the only time when the chord does not intersect the circle is when our 22 points fall on only one arc formed by the sides of the triangle. Thus, lets call our isosceles triangle ABCABC, where AB=BCAB=BC. Thus, the arcs formed by BCBC and ABAB can be called aa, and the arc formed by ACAC is called bb. So, we can create the following system

2a+b=12a+b=1 2a2+4ab=14252a^2+4ab=\frac{14}{25} 2a2+b2=11252a^2+b^2=\frac{11}{25} Notice we are denoting aa and bb as our probabilities, which we will be converting to degrees later. The 2 remaining systems can be calculated by using our rule about intersecting arcs and chords. So, after some hairy algebra we get:

a=15a=\frac{1}{5} if

b=35b=\frac{3}{5} a=715a=\frac{7}{15} if

b=115b=\frac{1}{15} From here we find the absolute difference by doing 71515=415\frac{7}{15}-\frac{1}{5} = \frac{4}{15}. Converting to degrees, since the angles of a triangle add up to 180o180^o, we find that 415180=048\frac{4}{15} \cdot 180 =\boxed{048}, which is our answer.

-Geometry285

Video Solution

https://youtu.be/Mk-MCeVjSGc?t=690 ~Shreyas S