AoPSWiki
Want to learn how to tackle those tough AMC/AIME/Olympiad counting and probability problems? Check out Art of Problem Solving's Intermediate Counting & Probability by David Patrick.

2001 AIME II Problems/Problem 6

From AoPSWiki

Problem

Square ABCD is inscribed in a circle. Square EFGH has vertices E and F on \overline{CD} and vertices G and H on the circle. The ratio of the area of square EFGH to the area of square ABCD can be expressed as \frac {m}{n} where m and n are relatively prime positive integers and m < n. Find 10n + m.

Solution

Let O be the center of the circle, and 2a be the side length of ABCD, 2b be the side length of EFGH. By the Pythagorean Theorem, the radius of \odot O = OC = a\sqrt{2}.

size(150); pointpen = black; pathpen = black+linewidth(0.7); pen d = linetype("4 4") + blue + linewidth(0.7);pair C...

Now consider right triangle OGI, where I is the midpoint of \overline{GH}. Then, by the Pythagorean Theorem,

\begin{align*}OG^2 = 2a^2 &= OI^2 + GI^2 = (a+2b)^2 + b^2 \\0 &= a^2 - 4ab - 5b^2 = (a - 5b)(a + b)\end{align*}

Thus a = 5b (since lengths are positive, we discard the other root). The ratio of the areas of two similar figures is the square of the ratio of their corresponding side lengths, so \frac{[EFGH]}{[ABCD]} = \left(\frac 15\right)^2 = \frac{1}{25}, and the answer is 10n + m = \boxed{251}.

Another way to proceed from 0 = a^2 - 4ab - 5b^2 is to note that \frac{b}{a} is the quantity we need; thus, we divide by a^2 to get

0 = 1 - 4\left(\frac{b}{a}\right) - 5\left(\frac{b}{a}\right)^2 This is a quadratic in \frac{b}{a}, and solving it gives \frac{b}{a} = \frac{1}{5},-1. The negative solution is extraneous, and so the ratio of the areas is \left(\frac{1}{5}\right)^2 = \frac{1}{25} and the answer is 10*25 + 1 = \boxed{251}.

See also

2001 AIME II (ProblemsResources)
Preceded by
Problem 5
Followed by
Problem 7
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Add a glimpse of the Art of Problem Solving Forum to your own site!
Click here for details!
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us