返回题库

AIME 2011 I · 第 10 题

AIME 2011 I — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The probability that a set of three distinct vertices chosen at random from among the vertices of a regular n-gon determine an obtuse triangle is 93125\frac{93}{125} . Find the sum of all possible values of nn.

解析

Solution 1

Inscribe the regular polygon inside a circle. A triangle inside this circle will be obtuse if and only if its three vertices lie on one side of a diameter of the circle. (This is because if an inscribed angle on a circle is obtuse, the arc it spans must be 180 degrees or greater).

Break up the problem into two cases: an even number of sides 2n2n, or an odd number of sides 2n12n-1. For polygons with 2n2n sides, the circumdiameter has endpoints on 22 vertices. There are n1n-1 points on one side of a diameter, plus 11 of the endpoints of the diameter for a total of nn points. For polygons with 2n12n - 1 points, the circumdiameter has 11 endpoint on a vertex and 11 endpoint on the midpoint of the opposite side. There are also n1n - 1 points on one side of the diameter, plus the vertex for a total of nn points on one side of the diameter.

Case 1: 2n2n-sided polygon. There are clearly (2n3)\binom{2n}{3} different triangles total. To find triangles that meet the criteria, choose the left-most point. There are obviously 2n2n choices for this point. From there, the other two points must be within the n1n-1 points remaining on the same side of the diameter. So our desired probability is 2n(n12)(2n3)\frac{2n\binom{n-1}{2}}{\binom{2n}{3}} =n(n1)(n2)2n(2n1)(2n2)6=\frac{n(n-1)(n-2)}{\frac{2n(2n-1)(2n-2)}{6}} =6n(n1)(n2)2n(2n1)(2n2)=\frac{6n(n-1)(n-2)}{2n(2n-1)(2n-2)} =3(n2)2(2n1)=\frac{3(n-2)}{2(2n-1)}

so 93125=3(n2)2(2n1)\frac{93}{125}=\frac{3(n-2)}{2(2n-1)}

186(2n1)=375(n2)186(2n-1)=375(n-2).

372n186=375n750372n-186=375n-750 3n=5643n=564

n=188n=188 and so the polygon has 376376 sides.

Case 2: 2n12n-1-sided polygon. Similarly, (2n13)\binom{2n-1}{3} total triangles. Again choose the leftmost point, with 2n12n-1 choices. For the other two points, there are again (n12)\binom{n-1}{2} possibilities.

The probability is (2n1)(n12)(2n13)\frac{(2n-1)\binom{n-1}{2}}{\binom{2n-1}{3}}

=3(2n1)(n1)(n2)(2n1)(2n2)(2n3)=\frac{3(2n-1)(n-1)(n-2)}{(2n-1)(2n-2)(2n-3)} =3(n2)2(2n3)=\frac{3(n-2)}{2(2n-3)}

so 93125=3(n2)2(2n3)\frac{93}{125}=\frac{3(n-2)}{2(2n-3)}

186(2n3)=375(n2)186(2n-3)=375(n-2) 375n750=372n558375n-750=372n-558 3n=1923n=192

n=64n=64 and our polygon has 127127 sides.

Adding, 127+376=503127+376=\boxed{503}

Solution 2

We use casework on the locations of the vertices, if we choose the locations of vertices va,vb,vcv_a, v_b, v_c on the n-gon (where the vertices of the n-gon are v0,v1,v2,...vn1,v_0, v_1, v_2, ... v_{n-1}, in clockwise order) to be the vertices of triangle ABC, in order, with the restriction that $a.

By symmetry, we can assume WLOG that the location of vertex A is vertex v0v_0.

Now, vertex B can be any of v1,v2,...vn2v_1, v_2, ... v_{n-2}. We start in on casework.

Case 1: vertex B is at one of the locations vn2,vn3,...vn/2+1v_{n-2}, v_{n-3}, ... v_{\lfloor n/2 \rfloor +1}. (The ceiling function is necessary for the cases in which n is odd.)

Now, since the clockwise arc from A to B measures more than 180 degrees; for every location of vertex C we can choose in the above restrictions, angle C will be an obtuse angle.

There are n/22\lceil n/2 \rceil - 2 choices for vertex B now (again, the ceiling function is necessary to satisfy both odd and even cases of n). If vertex B is placed at vmv_m, there are nm1n - m - 1 possible places for vertex C.

Summing over all these possibilities, we obtain that the number of obtuse triangles obtainable from this case is (nn/22)(nn/2)12\frac{(n- \lceil n/2 \rceil - 2)(n - \lceil n/2 \rceil) - 1}{2}.

Case 2: vertex B is at one of the locations not covered in the first case.

Note that this will result in the same number of obtuse triangles as case 1, but multiplied by 2. This is because fixing vertex B in v0v_0, then counting up the cases for vertices C, and again for vertices C and A, respectively, is combinatorially equivalent to fixing vertex A at v0v_0, then counting cases for vertex B, as every triangle obtained in this way can be rotated in the n-gon to place vertex A at v0v_0, and will not be congruent to any obtuse triangle obtained in case 1, as there will be a different side opposite the obtuse angle in this case.

Therefore, there are 3(nn/22)(nn/21)2\frac{3(n- \lceil n/2 \rceil - 2)(n - \lceil n/2 \rceil - 1)}{2} total obtuse triangles obtainable.

The total number of triangles obtainable is 1+2+3+...+(n2)=(n2)(n1)21+2+3+...+(n-2) = \frac{(n-2)(n-1)}{2}.

The ratio of obtuse triangles obtainable to all triangles obtainable is therefore

3(nn/22)(nn/21)2(n2)(n1)2=3(nn/22)(nn/21)(n2)(n1)=93125\frac{\frac{3(n- \lceil n/2 \rceil - 2)(n - \lceil n/2 \rceil - 1)}{2}}{\frac{(n-2)(n-1)}{2}} = \frac{3(n- \lceil n/2 \rceil - 2)(n - \lceil n/2 \rceil - 1)}{(n-2)(n-1)} = \frac{93}{125}.

So, (nn/22)(nn/21)(n2)(n1)=31125\frac{(n- \lceil n/2 \rceil - 2)(n - \lceil n/2 \rceil - 1)}{(n-2)(n-1)} = \frac{31}{125}.

Now, we have that (n2)(n1)(n-2)(n-1) is divisible by 125=53125 = 5^3. It is now much easier to perform trial-and-error on possible values of n, because we see that n1,2(mod125)n \equiv 1,2 \pmod{125}.

We find that n=127n = 127 and n=376n = 376 both work, so the final answer is 127+376=503127 + 376 = \boxed{503}.

Solution 3

Let the regular nn-gon be inscribed in a circle, allowing the use of the inscribed angle theorem. We wish to determine the number of three distinct vertices such that they form an obtuse triangle.

WLOG fix vertex AA Let BB be kk edges away from AA clockwise CC be jj edges away from AA in the other direction

AIME diagram

To ensure ABC\triangle ABC has no conciding vertices the edges between them k,j,n(k+j)>0k, j, n - (k+j) > 0 \begin{cases} k > 0\\ j > 0\\ k + j < n\\ \end{cases} The angle of ABC\triangle ABC are 180n(nkj),180nj,180nk\frac{180^\circ}{n} \cdot (n - k - j), \frac{180^\circ}{n} \cdot j, \frac{180^\circ}{n} \cdot k respectively. Solving for the angles 180nx>90\frac{180^\circ}{n} \cdot x > 90 for an obtuse, \begin{cases} k > \frac{n}{2}\\ j > \frac{n}{2}\\ k + j < \frac{n}{2} \end{cases} These are the conditions for each angle of ABC\triangle ABC to be obtuse. Hence we wish to find lattice point (k,j)(k, j) that satisfy the inequalities.


As expected these are disjoint, as a triangle contain at most one obtuse angle.

AIME diagram

We wish to take the union of lattice points within the pink shaded regions. The blue line represents the conditions that make kk and jj form a non degenerate triangle.

Case n=2cn = 2c Focus on of the pink regions. The number of lattice points is 1+2+3++(c2)=12(c2)(c1)1 + 2 + 3 + \cdots + (c - 2) = \frac{1}{2}(c - 2)(c-1) Multiply by 33 for each of the regions resulting in 32(c2)(c1)\frac{3}{2}(c - 2)(c-1)

Case n=2c1n = 2c - 1 Proceed similarly and get 32(c2)(c1)\frac{3}{2}(c - 2)(c-1) too.

At first the WLOG fixing a single vertex, hence ×n\times n Eac ABC\triangle ABC is counted 33 times, once for each vertex, hence ÷3\div 3

32(c2)(c1)n÷3=n(c2)(c1)2\frac{3}{2}(c - 2)(c-1) \cdot n \div 3 = \frac{n(c-2)(c-1)}{2} Where c=n2c =\left \lfloor \frac{n}{2} \right \rfloor


The total number of ways to choose 3 distinct vertices on the nn-gon is (n3)\binom{n}{3}

n(c2)(c1)2(n3)=93125\frac{n(c-2)(c-1)}{2 \dbinom{n}{3} } = \frac{93}{125} \begin{align*} 125 \cdot \frac{n(c-2)(c-1)}{2} &= 93 \cdot \dbinom{n}{3}\\ 125 \cdot \frac{n(c-2)(c-1)}{2} &= 93 \cdot \frac{n(n-1)(n-2)}{6}\\ 125 (c-2)(c-1) &= 31 (n-1)(n-2)\\ 125 (\left \lfloor \frac{n}{2} \right \rfloor-2)(\left \lfloor \frac{n}{2} \right \rfloor-1) &= 31 (n-1)(n-2) \end{align*}

Case n=2cn = 2c \begin{align*} 125(c-2)(c-1) &= 31(2c - 1)(2c - 2) \\ &= 31 \cdot 2 \cdot (2c - 1)(c-1)\\ 125(c-2) &= 62(2c-1)\\ c &= 188\\ n &= 2c = 376 \end{align*}

Case n=2c1n = 2c - 1 \begin{align*} 125(c-2)(c-1) &= 31(2c - 2)(2c - 3) \\ &= 31 \cdot 2 \cdot (c - 1)(2c-3)\\ 125(c-2) &= 62(2c-3)\\ c &= 64\\ n &= 2c - 1 = 127 \end{align*}

The final is thus 376+127=503376 + 127 = \boxed{503} ~clod

Video Solution

2011 AIME I #10

MathProblemSolvingSkills.com

Video Solution

https://youtu.be/FyTEjRjW_pQ

~IceMatrix