返回题库

AIME 2003 I · 第 2 题

AIME 2003 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

One hundred concentric circles with radii 1,2,3,,1001, 2, 3, \dots, 100 are drawn in a plane. The interior of the circle of radius 11 is colored red, and each region bounded by consecutive circles is colored either red or green, with no two adjacent regions the same color. The ratio of the total area of the green regions to the area of the circle of radius 100100 can be expressed as m/n,m/n, where mm and nn are relatively prime positive integers. Find m+n.m + n.

解析

Solution 1

To get the green area, we can color all the circles of radius 100100 or below green, then color all those with radius 9999 or below red, then color all those with radius 9898 or below green, and so forth. This amounts to adding the area of the circle of radius 100100, but subtracting the circle of radius 9999, then adding the circle of radius 9898, and so forth.

The total green area is thus given by 1002π992π+982π12π100^{2} \pi - 99^{2} \pi + 98^{2} \pi - \ldots - 1^{2} \pi, while the total area is given by 1002π100^{2} \pi, so the ratio is

1002π992π+982π12π1002π\frac{100^{2}\pi - 99^{2}\pi + 98^{2}\pi - \ldots - 1^{2}\pi}{100^{2}\pi} For any aa, a2(a1)2=a2(a22a+1)=2a1a^{2}-(a-1)^{2}=a^{2}-(a^{2}-2a+1)=2a-1. We can cancel the factor of pi from the numerator and denominator and simplify the ratio to

(21001)+(2981)++(221)1002=2(100+98++2)501002.\frac{(2\cdot100 - 1)+(2\cdot98 - 1) + \ldots + (2\cdot 2 - 1)}{100^{2}} = \frac{2\cdot(100 + 98 + \ldots + 2) - 50}{100^2}. Using the formula for the sum of an arithmetic series, we see that this is equal to

2(50)(51)501002=50(101)1002=101200,\frac{2(50)(51)-50}{100^{2}}=\frac{50(101)}{100^{2}}=\frac{101}{200}, so the answer is 101+200=301101 + 200 =\boxed{301}.


Alternatively, we can determine a pattern through trial-and-error using smaller numbers.

  • For 22 circles, the ratio is 3/43/4.
  • For 44 circles, the ratio is 5/85/8.
  • For 66 circles, the ratio is 7/127/12.
  • For 88 circles, the ratio is 9/169/16.

Now the pattern for each ratio is clear. Given xx circles, the ratio is x+12x\frac{x+1}{2x}. For the 100100 circle case (which is what this problem is), x=100x=100, and the ratio is 101200\frac{101}{200}.


Also, using the difference of squares, the expression simplifies to 100+99+98+97+...+11002\frac{100 + 99 + 98 + 97 + ... + 1}{100^2}. We can easily determine the sum with 100(101)2=5050\frac{100(101)}{2} = 5050. Simplifying gives us 50501002=101200\frac{5050}{100^2} = \frac{101}{200} and the answer is 101+200=301101 + 200 =\boxed{301}.


Solution 2 (synergy)

We want to find n=150(4n1)π10000π=n=150(4n1)10000=(n=150(4n))5010000=101200101+200=301\frac{\sum\limits_{n=1}^{50} (4n-1)\pi}{10000\pi}=\frac{\sum\limits_{n=1}^{50} (4n-1)}{10000}=\frac{(\sum\limits_{n=1}^{50} (4n) )-50}{10000}=\frac{101}{200} \rightarrow 101+200=\boxed{301}

Solution 3 (Alcumus)

The sum of the areas of the green regions is

[(2212)+(4232)+(6252)++(1002992)]π\left[(2^2-1^2)+(4^2-3^2)+(6^2-5^2)+\cdots+(100^2-99^2)\right]\pi =[(2+1)+(4+3)+(6+5)++(100+99)]π=\left[(2+1)+(4+3)+(6+5)+\cdots+(100+99)\right]\pi =12100101π.={1\over2}\cdot100\cdot101\pi. Thus the desired ratio is

12100101π1002π=101200,{1\over2}\cdot{{100\cdot101\pi}\over{100^2\pi}}={101\over200}, and m+n=301m+n=\boxed{301}.