Difference between revisions of "1983 AIME Problems/Problem 4"
m (fmt size) |
|||
Line 15: | Line 15: | ||
label("$C$",C,SE); | label("$C$",C,SE); | ||
</asy></center> | </asy></center> | ||
+ | |||
+ | __TOC__ | ||
== Solutions == | == Solutions == | ||
Line 47: | Line 49: | ||
Then the problem is trivialized. Why? | Then the problem is trivialized. Why? | ||
− | <asy> | + | <center><asy> |
− | + | size(200); | |
pair dl(string name, pair loc, pair offset) { | pair dl(string name, pair loc, pair offset) { | ||
dot(loc); | dot(loc); | ||
Line 67: | Line 69: | ||
draw(a[0]--a[5]); | draw(a[0]--a[5]); | ||
− | draw(a[5]--a[2]--a[3]--cycle,blue+. | + | draw(a[5]--a[2]--a[3]--cycle,blue+linewidth(0.7)); |
− | draw(a[0]--a[8]--a[7]--cycle,blue+. | + | draw(a[0]--a[8]--a[7]--cycle,blue+linewidth(0.7)); |
− | </asy> | + | </asy></center> |
First notice that by computation, <math>OAC</math> is a <math>\sqrt {50} - \sqrt {40} - \sqrt {50}</math> isosceles triangle; thus <math>AC = MO</math>. | First notice that by computation, <math>OAC</math> is a <math>\sqrt {50} - \sqrt {40} - \sqrt {50}</math> isosceles triangle; thus <math>AC = MO</math>. | ||
Then, notice that <math>\angle MOT_2 = \angle T_3MO = \angle BAC</math>. Thus the two blue triangles are congruent. | Then, notice that <math>\angle MOT_2 = \angle T_3MO = \angle BAC</math>. Thus the two blue triangles are congruent. |
Revision as of 10:58, 30 September 2008
Problem
A machine shop cutting tool is in the shape of a notched circle, as shown. The radius of the circle is cm, the length of is 6 cm, and that of is 2 cm. The angle is a right angle. Find the square of the distance (in centimeters) from to the center of the circle.
Solutions
Solution 1
Because we are given a right angle, we look for ways to apply the Pythagorean Theorem. Let the foot of the perpendicular from to be and let the foot of the perpendicular from to the line be . Let and . We're trying to find .
Applying the Pythagorean Theorem, and .
Thus, , and . We solve this system to get and , resulting in an answer of .
Solution 2: Synthetic Solution
Drop perpendiculars from to (), to (), and to (). Also, draw the midpoint of .
Then the problem is trivialized. Why?
First notice that by computation, is a isosceles triangle; thus . Then, notice that . Thus the two blue triangles are congruent.
So, . As , we subtract and get . Then the Pythagorean Theorem shows .
See also
1983 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |