Difference between revisions of "2006 AMC 12A Problems/Problem 17"
(→Solution 5 - Answer Choices) |
m (→Problem) |
||
Line 2: | Line 2: | ||
Square <math>ABCD</math> has side length <math>s</math>, a circle centered at <math>E</math> has radius <math>r</math>, and <math>r</math> and <math>s</math> are both rational. The circle passes through <math>D</math>, and <math>D</math> lies on <math>\overline{BE}</math>. Point <math>F</math> lies on the circle, on the same side of <math>\overline{BE}</math> as <math>A</math>. Segment <math>AF</math> is tangent to the circle, and <math>AF=\sqrt{9+5\sqrt{2}}</math>. What is <math>r/s</math>? | Square <math>ABCD</math> has side length <math>s</math>, a circle centered at <math>E</math> has radius <math>r</math>, and <math>r</math> and <math>s</math> are both rational. The circle passes through <math>D</math>, and <math>D</math> lies on <math>\overline{BE}</math>. Point <math>F</math> lies on the circle, on the same side of <math>\overline{BE}</math> as <math>A</math>. Segment <math>AF</math> is tangent to the circle, and <math>AF=\sqrt{9+5\sqrt{2}}</math>. What is <math>r/s</math>? | ||
− | < | + | |
+ | <asy> | ||
+ | real s = 90; | ||
+ | real r = 50; | ||
+ | pair e = (r/sqrt(2),r/sqrt(2)); | ||
+ | pair f = (4.34, 74.58); | ||
+ | draw((-s, 0) -- (-s,-s) -- (0, -s) -- (0,0) -- (-s, 0)); | ||
+ | draw(circle(e,r)); | ||
+ | draw((-s,0) -- f); | ||
+ | dot(e); | ||
+ | dot(f); | ||
+ | |||
+ | label("A", (-s,0), W); | ||
+ | label("B", (-s,-s), W); | ||
+ | label("C", (0,-s), E); | ||
+ | label("D", (0,0), SW); | ||
+ | label("E", e, E); | ||
+ | label("F", f, N); | ||
+ | |||
+ | </asy> | ||
+ | |||
<math> \mathrm{(A) \ } \frac{1}{2}\qquad \mathrm{(B) \ } \frac{5}{9}\qquad \mathrm{(C) \ } \frac{3}{5}\qquad \mathrm{(D) \ } \frac{5}{3}\qquad \mathrm{(E) \ } \frac{9}{5}</math> | <math> \mathrm{(A) \ } \frac{1}{2}\qquad \mathrm{(B) \ } \frac{5}{9}\qquad \mathrm{(C) \ } \frac{3}{5}\qquad \mathrm{(D) \ } \frac{5}{3}\qquad \mathrm{(E) \ } \frac{9}{5}</math> |
Revision as of 14:35, 18 September 2023
Contents
Problem
Square has side length , a circle centered at has radius , and and are both rational. The circle passes through , and lies on . Point lies on the circle, on the same side of as . Segment is tangent to the circle, and . What is ?
Solutions
Solution 1
One possibility is to use the coordinate plane, setting at the origin. Point will be and will be since , and are collinear and contain a diagonal of . The Pythagorean theorem results in
This implies that and ; dividing gives us .
Solution 2
First note that angle is right since is tangent to the circle. Using the Pythagorean Theorem on , then, we see
But it can also be seen that . Therefore, since lies on , . Using the Law of Cosines on , we see
Thus, since and are rational, and . So , , and .
Solution 3
(Similar to Solution 1) First, draw line AE and mark a point Z that is equidistant from E and D so that and that line includes point D. Since DE is equal to the radius ,
Note that triangles and share the same hypotenuse , meaning that Plugging in our values we have: By logic and
Therefore,
Solution 4 - Alcumus
Let , , , , and . Apply the Pythagorean Theorem to to obtain from which . Because and are rational, it follows that and , so .
OR
Extend past to meet the circle at . Because is collinear with and , Also, which implies , so is an isosceles right triangle. Thus . By the Power of a Point Theorem, As in the first solution, we conclude that .
Solution 5 - Answer Choices
(Last minute solution) We roughly measure the distance of and the distance of . Since is clearly less than , we can eliminate answer choices (D) and (E). Next, if we compare the distances, seems to be just a little more than half of , thus eliminating answer choice (A). is only a little bit bigger than half of , so we can reasonably assume that their ratio is less than . That leaves us with answer choice , or .
See Also
2006 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 16 |
Followed by Problem 18 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.