返回题库

AIME 2025 I · 第 13 题

AIME 2025 I — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Alex divides a disk into four quadrants with two perpendicular diameters intersecting at the center of the disk. He draws 2525 more lines segments through the disk, drawing each segment by selecting two points at random on the perimeter of the disk in different quadrants and connecting these two points. Find the expected number of regions into which these 2727 line segments divide the disk.

解析

Solution 1

First, we calculate the probability that two segments intersect each other. Let the quadrants be numbered 11 through 44 in the normal labeling of quadrants, let the two perpendicular diameters be labeled the xx-axis and yy-axis, and let the two segments be AA and B.B.

Case 1:\textbf{Case 1:} Segment AA has endpoints in two opposite quadrants.

AIME diagram

This happens with probability 13.\frac{1}{3}. WLOG let the two quadrants be 11 and 3.3. We do cases in which quadrants segment BB lies in.

  • Quadrants 11 and 2,2, 22 and 3,3, 33 and 4,4, and 44 and 11: These share one quadrant with A,A, and it is clear that for any of them to intersect A,A, the endpoint that shares a quadrant with an endpoint of AA on a certain side of that endpoint of AA For example, if it was quadrants 11 and 2,2, then the point in quadrant 11 must be closer to the xx-axis than the endpoint of AA in quadrant 1.1. This happens with probability 12.\frac{1}{2}. Additionally, segment BB has a 16\frac{1}{6} to have endpoints in any set of two quadrants, so this case contributes to the total probability
13(1612+1612+1612+1612)=19\dfrac{1}{3}\left(\dfrac{1}{6}\cdot\dfrac{1}{2}+\dfrac{1}{6}\cdot\dfrac{1}{2}+\dfrac{1}{6}\cdot\dfrac{1}{2}+\dfrac{1}{6}\cdot\dfrac{1}{2}\right)=\dfrac{1}{9}
  • Quadrants 22 and 4.4. This always intersects segment A,A, so this case contributes to the total probability
1316=118\dfrac{1}{3}\cdot\dfrac{1}{6}=\dfrac{1}{18}
  • Quadrants 11 and 3.3. We will first choose the endpoints, and then choose the segments from the endpoints. Let the endpoints of the segments in quadrant 11 be R1R_1 and R2,R_2, and the endpoints of the segments in quadrant 33 be S1S_1 and S2S_2 such that R1,R2,S1,R_1,R_2,S_1, and S2S_2 are in clockwise order. Note that the probability that AA and BB intersect is the probability that A1A_1 is paired with B1,B_1, which is 12.\dfrac{1}{2}. Thus, this case contributes to the total probability

131612=136.\dfrac{1}{3}\cdot\dfrac{1}{6}\cdot\dfrac{1}{2}=\dfrac{1}{36}. Case 2:\textbf{Case 2:} Segment AA has endpoints in two adjacent quadrants.

AIME diagram

This happens with probability 23.\frac{2}{3}. WLOG let the two quadrants be 11 and 2.2. We do cases in which quadrants segment BB lies in.

  • Quadrants 11 and 3,3, 11 and 4,4, 22 and 3,3, and 22 and 4.4. This is similar to our first case above, so this contributes to the total probability
23(1612+1612+1612+1612)=29\dfrac{2}{3}\left(\dfrac{1}{6}\cdot\dfrac{1}{2}+\dfrac{1}{6}\cdot\dfrac{1}{2}+\dfrac{1}{6}\cdot\dfrac{1}{2}+\dfrac{1}{6}\cdot\dfrac{1}{2}\right)=\dfrac{2}{9}
  • Quadrants 33 and 4.4. This cannot intersect segment A.A.
  • Quadrants 11 and 2,2, Similar to our third case above, this intersects segment AA with probability 12,\frac{1}{2}, so this case contributes to the total probability

231612=118.\dfrac{2}{3}\cdot\dfrac{1}{6}\cdot\dfrac{1}{2}=\dfrac{1}{18}. Thus, the probability that two segments intersect is

19+118+136+29+118=1736.\dfrac{1}{9}+\dfrac{1}{18}+\dfrac{1}{36}+\dfrac{2}{9}+\dfrac{1}{18}=\dfrac{17}{36}. Next, we will compute the expected number of intersections of a segment with the axes. WLOG let a segment have an endpoint in quadrant 1.1. Then, it will intersect each axis with probability 23\dfrac{2}{3} because two out of the three remaining quadrants let it intersect a specific axis, so the expected number of axes a segment intersects is 43.\frac{4}{3}.

So, why do intersections matter? Because when adding a segment, it will pass through a number of regions, and for each region it passes through, it will split that region into two and add another region. The segment starts in a region, and for each intersection, it will enter another region, so the number of regions a segment passes through is 11 more than the number of intersections with the axes and other segments. Thus, we have that by linearity of expectation the expected number of new regions created by adding a segment is

1736(number of segments already added)+43+1,\dfrac{17}{36}\cdot(\text{number of segments already added})+\dfrac{4}{3}+1, so the number of new regions added in total by 2525 segments again by linearity of expectation is

k=024(1736k+73)=173624252+2573\sum_{k=0}^{24}\left(\dfrac{17}{36}k+\dfrac{7}{3}\right)=\dfrac{17}{36}\cdot \dfrac{24\cdot 25}{2}+\dfrac{25\cdot 7}{3} which simplifies to 200200 as the expected number of new regions added by the 2525 segments. The axes create 44 regions to begin with, so our answer is

200+4=204.200+4=\boxed{204}. ~BS2012, eevee9406 ~hashbrown2009

Solution 2

Claim: If N line segments are drawn in the disk so that no three meet at an interior point (true with probability 1 here), then R = 1 + N + I, where I is the total number of interior intersection points among the segments.

Reason: When you draw a new segment that meets previous segments in k interior points, it is cut into k+1 pieces, creating k+1 new regions. Summing “+1” over all segments gives +N, and summing k over all segments counts each intersection once, giving +I.

Here N = 27, so E[R] = 1 + 27 + E[I] = 28 + E[I].

Step 1: Intersections involving the two perpendicular diameters. The two diameters intersect once at the center.

Now consider a random chord: endpoints are chosen uniformly on the circle, conditioned to lie in different quadrants. Thus the unordered quadrant-pair is uniform among the C(4,2)=6 pairs.

Fix one diameter (say the horizontal). A chord crosses it iff its endpoints lie in opposite half-disks, i.e. it uses one quadrant above and one below. Among the 6 quadrant-pairs, 4 have this property, so P(chord intersects a fixed diameter) = 4/6 = 2/3.

There are 25 chords and 2 diameters, so E[(diameter–chord intersections)] = 25 · 2 · (2/3) = 100/3.

So far: E[I] = 1 + 100/3 + E[(chord–chord intersections)].

Step 2: Probability that two random chords intersect. Label the four quadrant arcs cyclically A, B, C, D. A chord type is an unordered pair of distinct arcs; there are 6 types: AB, BC, CD, DA (adjacent) and AC, BD (opposite).

Because all arcs have equal length, conditioning on “different quadrants” makes the 6 chord types equally likely; hence an ordered pair of chord types is uniform among 6² = 36 cases.

For each ordered type-pair: • If the two chords are AB and CD (or CD and AB), or BC and DA (or DA and BC), they cannot intersect (their endpoints lie in two disjoint arcs in a non-alternating way): probability 0. That gives 4 ordered cases. • If the two chords are AC and BD (or BD and AC), they always intersect: probability 1. That gives 2 ordered cases. • In every other ordered case, the chords share exactly one arc (e.g. AB with AC shares A, etc.). Then, whether they intersect depends only on which of the two points on that shared arc comes first along the circle, which is equally likely. So the intersection probability is 1/2. There are 36 − 4 − 2 = 30 such ordered cases.

Therefore P(two random chords intersect) = [2·1 + 30·(1/2) + 4·0] / 36 = (2 + 15)/36 = 17/36.

There are C(25,2) = 300 chord pairs, so E[(chord–chord intersections)] = 300 · (17/36) = 425/3.

Step 3: Assemble. E[I] = 1 + 100/3 + 425/3 = 1 + 525/3 = 1 + 175 = 176.

Thus E[R] = 28 + 176 = 204.

Answer: 204.

~Gray_Wolf

Video Solution

2025 AIME I #13

MathProblemSolvingSkills.com