返回题库

AIME 2024 II · 第 15 题

AIME 2024 II — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the number of rectangles that can be formed inside a fixed regular dodecagon (1212-gon) where each side of the rectangle lies on either a side or a diagonal of the dodecagon. The diagram below shows three of those rectangles.

AIME diagram

解析

Solution 1

By Furaken

There are two kinds of such rectangles: those whose sides are parallel to some edges of the regular 12-gon (Case 1), and those whose sides are not (Case 2).

For Case 1, WLOG assume that the rectangle's sides are horizontal and vertical (don't forget to multiply by 3 at the end of Case 1). Then the rectangle's sides coincide with these segments as shown in the diagram.

AIME diagram

We use inclusion-exclusion for this. There are 30 valid rectangles contained in A1A5A7A11A_1A_5A_7A_{11}, as well as 30 in A2A4A8A10A_2A_4A_8A_{10}. However, the 9 rectangles contained in B1B2B3B4B_1B_2B_3B_4 have been counted twice, so we subtract 9 and we have 51 rectangles in the diagram. Multiplying by 3, we get 153 rectangles for Case 1.

For Case 2, we have this diagram. To be honest, you can count the rectangles here in whatever way you like.

AIME diagram

There are 36 rectangles contained within A2A5A8A11A_2A_5A_8A_{11}, and 18 that use points outside A2A5A8A11A_2A_5A_8A_{11}. So we get a total of 3(36+18)=1623(36+18)=162 rectangles for Case 2.

Adding the two cases together, we get the answer 315\boxed{315}.

Solution 2

Using the same diagram as Solution 1, we can get the number of rectangles from Case 1 by adding the number of rectangles of A2A_2 A8A_8 A8A_8 A10A_{10} and A1A_1 A5A_5 A7A_7 A11A_{11} and then subtracting the overlaps,

(52)(32)+(52)(32)(32)(32)\binom{5}{2}\binom{3}{2} + \binom{5}{2}\binom{3}{2} - \binom{3}{2}\binom{3}{2} =51=51 We multiply this by 3 to get the total number of rectangles for Case 1, which is 153.

For Case 2, we can first get the total number of rectangles from A2A3A4A5A8A9A10A11A_2A_3A_4A_5A_8A_9A_{10}A_{11} then add A1A6A7A12A_1A_6A_7A_{12} and subtract by the overlaps,

(42)(42)+(62)(42)+(62)(42)\binom{4}{2}\binom{4}{2} + \binom{6}{2} - \binom{4}{2} + \binom{6}{2} - \binom{4}{2} =54= 54 Multiply that by 3 and add it to Case 1 to get 315\boxed{315}.

~pengf

Solution 3

We put the dodecagon in the right position that there exists a side whose slope is 0. Note that finding a rectangle is equivalent to finding two pairs of lines, such that two lines in each pair are parallel and lines from different pairs are perpendicular. Now, we use this property to count the number of rectangles.

Because two pairs of lines that form a rectangle are perpendicular, we only need to use the slope of one pair, denoted as kk, to determine the direction of the rectangle. The slope of the other pair is thus 1k- \frac{1}{k}. To avoid overcounting, we do casework analysis by defining each case in term of 0k<0 \leq k < \infty only (we make a convention that if k=0k = 0, then 1k=- \frac{1}{k} = \infty).

In our counting, we will frequently quantify the distance between two vertices of the regular dodecagon. To characterize this in a straightforward way, we simply measure the number of vertices (on the minor arc) between our measured two vertices. For instance, two vertices on a side has distance 0. Distances between two vertices that are diagonals can be 1, 2, 3, 4, 5.

Case 1: k=0,tan30,tan60k = 0, \tan 30^\circ, \tan 60^\circ.

We only count for k=0k = 0. The number of solutions for k=tan30k = \tan 30^\circ and tan60\tan 60^\circ are the same.

Consider k=0k = 0. We need to find a pair of horizontal segments and a pair of vertical segments to form a rectangle.

For k=0k = 0, the length of each horizontal segment can only be 0, 2, 4.

Denote by 2i2i the shorter length of two parallel horizontal segments. Given ii, the number of pairs of two parallel horizontal segments is 1+2(42i)1 + 2 \left( 4 - 2 i \right).

Given ii, to form a rectangle, the number of pairs of vertical segments is (2i+22)\binom{2i + 2}{2}.

Therefore, for k=0k = 0, the number of rectangles is \begin{align*} \sum_{i=0}^2 \left( 1 + 2 \left( 4 - 2 i \right) \right) \binom{2i + 2}{2} & = 54 . \end{align*}

The number of rectangles for k=tan30k = \tan 30^\circ and tan60\tan 60^\circ are the same. Therefore, the total number of rectangles in this case is 543=16254 \cdot 3 = 162.

Case 2: k=tan15k = \tan 15^\circ, tan45\tan 45^\circ, tan75\tan 75^\circ.

The number of rectangles under all these kks are the same. So we only count for k=tan15k = \tan 15^\circ.

For k=tan15k = \tan 15^\circ, the length of each segment can only be 1, 3, 5. However, there is only one segment with length 5. So this cannot be the shorter length of two parallel segments with slope tan15\tan 15^\circ.

Denote by 2i+12i + 1 the shorter length of two parallel segments with slope tan15\tan 15^\circ. Given ii, the number of pairs of two parallel segments is 1+2(32i)1 + 2 \left( 3 - 2 i \right).

Given ii, to form a rectangle, the number of pairs of vertical segments is (2i+32)\binom{2i + 3}{2}.

Therefore, for k=tan15k = \tan 15^\circ, the number of rectangles is \begin{align*} \sum_{i=0}^1 \left( 1 + 2 \left( 3 - 2 i \right) \right) \binom{2i + 3}{2} & = 51 . \end{align*}

The number of rectangles for k=tan45k = \tan 45^\circ and tan75\tan 75^\circ are the same. Therefore, the total number of rectangles in this case is 513=15351 \cdot 3 = 153.

Putting all cases together, the total number of rectangles is 162+153=(315) 162 + 153 = \boxed{\textbf{(315) }}.

~Steven Chen and SHEN KISLAY KAI(Professor Chen Education Palace, www.professorchenedu.com)

Video Solution

https://youtu.be/bltf9J1kp-o

~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)