返回题库

AIME 2018 II · 第 4 题

AIME 2018 II — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In equiangular octagon CAROLINECAROLINE, CA=RO=LI=NE=CA = RO = LI = NE = 2\sqrt{2} and AR=OL=IN=EC=1AR = OL = IN = EC = 1. The self-intersecting octagon CORNELIACORNELIA encloses six non-overlapping triangular regions. Let KK be the area enclosed by CORNELIACORNELIA, that is, the total area of the six triangular regions. Then K=K = ab\dfrac{a}{b}, where aa and bb are relatively prime positive integers. Find a+ba + b.

解析

Solution

We can draw CORNELIACORNELIA and introduce some points.

AIME diagram

The diagram is essentially a 3x3 grid where each of the 9 squares making up the grid have a side length of 1.

In order to find the area of CORNELIACORNELIA, we need to find 4 times the area of \bigtriangleupACYACY and 2 times the area of \bigtriangleupYZWYZW.

Using similar triangles \bigtriangleupARWARW and \bigtriangleupYZWYZW(We look at their heights), YZYZ == 13\frac{1}{3}. Therefore, the area of \bigtriangleupYZWYZW is 131212\frac{1}{3}\cdot\frac{1}{2}\cdot\frac{1}{2} == 112\frac{1}{12}

Since YZYZ == 13\frac{1}{3} and XY=ZQXY = ZQ, XYXY == 13\frac{1}{3} and CYCY == 43\frac{4}{3}.

Therefore, the area of \bigtriangleupACYACY is 43\frac{4}{3}\cdot 11 \cdot 12\frac{1}{2} == 23\frac{2}{3}

Our final answer is 112\frac{1}{12} \cdot 22 ++ 23\frac{2}{3} \cdot 44 == 176\frac{17}{6}

17+6=17 + 6 = 023\boxed{023}

Solution 2

CAROLINECAROLINE is essentially a plus sign with side length 1 with a few diagonals, which motivates us to coordinate bash. We let N=(1,0)N = (1, 0) and E=(0,1)E = (0, 1). To find CORNELIACORNELIA's self intersections, we take

CO=y=2,AI=y=3x+6,RN=y=3x3CO = y = 2, AI = y = -3x + 6, RN = y = 3x - 3 And plug them in to get C1=(43,2)C_1 = \left(\frac{4}{3}, 2 \right) where C1C_1 is the intersection of COCO and AIAI, and C2=(53,2)C_2 = \left(\frac{5}{3}, 2 \right) is the intersection of RNRN and COCO.

We also track the intersection of AIAI and RNRN to get (32,32)\left(\frac{3}{2}, \frac{3}{2} \right).

By vertical symmetry, the other 2 points of intersection should have the same x-coordinates. We can then proceed with Solution 1 to calculate the area of the triangle (compare the yy-coordinates of A,R,I,NA,R,I,N and COCO and ELEL).