返回题库

AIME 2010 II · 第 2 题

AIME 2010 II — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 2

A point PP is chosen at random in the interior of a unit square SS. Let d(P)d(P) denote the distance from PP to the closest side of SS. The probability that 15d(P)13\frac{1}{5}\le d(P)\le\frac{1}{3} is equal to mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution

Any point outside the square with side length 13\frac{1}{3} that has the same center and orientation as the unit square and inside the square with side length 35\frac{3}{5} that has the same center and orientation as the unit square has 15d(P)13\frac{1}{5}\le d(P)\le\frac{1}{3}.

AIME diagram

Since the area of the unit square is 11, the probability of a point PP with 15d(P)13\frac{1}{5}\le d(P)\le\frac{1}{3} is the area of the shaded region, which is the difference of the area of two squares.

(35)2(13)2=92519=56225\left(\frac{3}{5}\right)^2-\left(\frac{1}{3}\right)^2=\frac{9}{25}-\frac{1}{9}=\frac{56}{225}

Thus, the answer is 56+225=281.56 + 225 = \boxed{281}.

Solution 2

First, let's figure out d(P)13d(P) \geq \frac{1}{3} which is

(35)2=925.\left(\frac{3}{5}\right)^2=\frac{9}{25}. Then, d(P)15d(P) \geq \frac{1}{5} is a square inside d(P)13d(P) \geq \frac{1}{3}, so

(13)2=19.\left(\frac{1}{3}\right)^2=\frac{1}{9}. Therefore, the probability that 15d(P)13\frac{1}{5}\le d(P)\le\frac{1}{3} is

92519=56225\frac{9}{25}-\frac{1}{9}=\frac{56}{225} So, the answer is 56+225=28156+225=\boxed{281}

Solution 3

First, lets assume that point PP is closest to a side SS of the square. If it is 15\frac{1}{5} far from SS, then it should be at least 15\frac{1}{5} from both the adjacent sides of SS in the square. This leaves a segment of 1215=351 - 2 \cdot \frac{1}{5} = \frac{3}{5}. If the distance from PP to SS is 13\frac{1}{3}, then notice the length of the side-ways segment for PP is 1213=131 - 2 \cdot \frac{1}{3} = \frac{1}{3}. Notice that as the distance from PP to SS increases, the possible points for the side-ways decreases. This produces a trapezoid with parallel sides 35\frac{3}{5} and 13\frac{1}{3} with height 1315=215\frac{1}{3} - \frac{1}{5} = \frac{2}{15}. This trapezoid has area (or probability for one side) 12(13+35)215=14225\frac{1}{2} \cdot \left(\frac{1}{3}+\frac{3}{5}\right)\cdot \frac{2}{15} = \frac{14}{225}. Since the square has 44 sides, we multiply by 44. Hence, the probability is 56225\frac{56}{225}. The answer is 281\boxed{281}. ~Saucepan_man02