返回题库

AIME 2006 I · 第 7 题

AIME 2006 I — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

An angle is drawn on a set of equally spaced parallel lines as shown. The ratio of the area of shaded region CC to the area of shaded region BB is 11/5. Find the ratio of shaded region DD to the area of shaded region A.A.

AIME diagram

解析

Solution 1

Note that the apex of the angle is not on the parallel lines. Set up a coordinate proof.

Let the set of parallel lines be perpendicular to the x-axis, such that they cross it at 0,1,20, 1, 2 \ldots. The base of region A\mathcal{A} is on the line x=1x = 1. The bigger base of region D\mathcal{D} is on the line x=7x = 7. Let the top side of the angle be y=xsy = x - s and the bottom side be x-axis, as dividing the angle doesn't change the problem.

Since the area of the triangle is equal to 12bh\frac{1}{2}bh,

Region CRegion B=115=12(5s)212(4s)212(3s)212(2s)2\frac{\textrm{Region\ }\mathcal{C}}{\textrm{Region\ }\mathcal{B}} = \frac{11}{5} = \frac{\frac 12(5-s)^2 - \frac 12(4-s)^2}{\frac 12(3-s)^2 - \frac12(2-s)^2} Solve this to find that s=56s = \frac{5}{6}.

Using the same reasoning as above, we get Region DRegion A=12(7s)212(6s)212(1s)2\frac{\textrm{Region\ }\mathcal{D}}{\textrm{Region\ }\mathcal{A}} = \frac{\frac 12(7-s)^2 - \frac 12(6-s)^2}{\frac 12(1-s)^2}, which is 408\boxed{408}.

Solution 2

Note that the sections between the two transversals can be divided into one small triangle and a number of trapezoids. Let one side length (not on a parallel line) of the small triangle be xx and the area of it be x2x^2. Also, let all sections of the line on the same side as the side with length xx on a trapezoid be equal to 11.

Move on to the second-smallest triangle, formed by attaching this triangle with the next trapezoid. Parallel lines give us similar triangles, so we know the proportion of this triangle to the previous triangle is (x+1x)2{\left(\frac{x+1}{x}\right)}^2. Multiplying, we get (x+1)2(x+1)^2 as the area of the triangle, so the area of the trapezoid is 2x+12x+1. Repeating this process, we get that the area of B is 2x+32x+3, the area of C is 2x+72x+7, and the area of D is 2x+112x+11.

We can now use the given condition that the ratio of C and B is 115\frac{11}{5}.

115=2x+72x+3\frac{11}{5} = \frac{2x+7}{2x+3} gives us x=16x = \frac{1}{6}

So now we compute the ratio of D and A, which is (2)(16)+11(16)2=408.\frac{(2)(\frac{1}{6}) + 11}{(\frac{1}{6})^2} = \boxed{408.}

Edit: fixed misplaced brackets

Solution 3 (Bash)

Let the distances from the apex to the parallel lines be xx and yy and the distance between the intersections be a,b.a,b. We know the area ratio means (x+4a)(y+4b)(x+3a)(y+3b)(x+2a)(y+2b)(x+a)(y+b)=511\frac{(x+4a)(y+4b)-(x+3a)(y+3b)}{(x+2a)(y+2b)-(x+a)(y+b)} =\frac{5}{11} which simplifying yields ab=3ay+3bx.ab = 3ay+3bx. The ratio we seek is (x+6a)(y+6b)(x+5a)(y+5b)xy=ay+yx+11abxy.\frac{(x+6a)(y+6b)-(x+5a)(y+5b)}{xy} =\frac{ay+yx+11ab}{xy}. We know that ab=3ay+3bxab = 3ay+3bx so the ratio we seed is 33(ay+yx)11xy.\frac{33(ay+yx)}{11xy}. Finally note that by similar triangles xx+a=yy+b    bx=ya.\frac{x}{x+a} =\frac{y}{y+b} \implies bx = ya. Therefore the ratio we seek is 66(ay)11xy=66a11x.\frac{66(ay)}{11xy} =\frac{66a}{11x}. Finally note that ab=3ay+3bx    ab=6bx    a=6xab=3ay+3bx \implies ab = 6bx \implies a = 6x so the final ratio is 668=408.6 \cdot 68 = \boxed{408}.