Difference between revisions of "2023 AMC 12A Problems/Problem 18"
(→See Also) |
(import image) |
||
Line 2: | Line 2: | ||
Circle <math>C_1</math> and <math>C_2</math> each have radius <math>1</math>, and the distance between their centers is <math>\frac{1}{2}</math>. Circle <math>C_3</math> is the largest circle internally tangent to both <math>C_1</math> and <math>C_2</math>. Circle <math>C_4</math> is internally tangent to both <math>C_1</math> and <math>C_2</math> and externally tangent to <math>C_3</math>. What is the radius of <math>C_4</math>? | Circle <math>C_1</math> and <math>C_2</math> each have radius <math>1</math>, and the distance between their centers is <math>\frac{1}{2}</math>. Circle <math>C_3</math> is the largest circle internally tangent to both <math>C_1</math> and <math>C_2</math>. Circle <math>C_4</math> is internally tangent to both <math>C_1</math> and <math>C_2</math> and externally tangent to <math>C_3</math>. What is the radius of <math>C_4</math>? | ||
− | + | <asy> | |
+ | import olympiad; | ||
+ | size(10cm); | ||
+ | draw(circle((0,0),0.75)); | ||
+ | draw(circle((-0.25,0),1)); | ||
+ | draw(circle((0.25,0),1)); | ||
+ | draw(circle((0,6/7),3/28)); | ||
+ | pair A = (0,0), B = (-0.25,0), C = (0.25,0), D = (0,6/7), E = (-0.95710678118, 0.70710678118), F = (0.95710678118, -0.70710678118); | ||
+ | dot(B^^C); | ||
+ | draw(B--E, dashed); | ||
+ | draw(C--F, dashed); | ||
+ | draw(B--C); | ||
+ | label("$C_4$", D); | ||
+ | label("$C_1$", (-1.375, 0)); | ||
+ | label("$C_2$", (1.375,0)); | ||
+ | label("$\frac{1}{2}$", (0, -.125)); | ||
+ | label("$C_3$", (-0.4, -0.4)); | ||
+ | label("$1$", (-.85, 0.70)); | ||
+ | label("$1$", (.85, -.7)); | ||
+ | import olympiad; | ||
+ | markscalefactor=0.005; | ||
+ | </asy> | ||
<math>\textbf{(A) } \frac{1}{14} \qquad \textbf{(B) } \frac{1}{12} \qquad \textbf{(C) } \frac{1}{10} \qquad \textbf{(D) } \frac{3}{28} \qquad \textbf{(E) } \frac{1}{9}</math> | <math>\textbf{(A) } \frac{1}{14} \qquad \textbf{(B) } \frac{1}{12} \qquad \textbf{(C) } \frac{1}{10} \qquad \textbf{(D) } \frac{3}{28} \qquad \textbf{(E) } \frac{1}{9}</math> | ||
Line 25: | Line 46: | ||
==See Also== | ==See Also== | ||
− | + | {{AMC10 box|year=2023|ab=A|num-b=21|num-a=23}} | |
{{AMC12 box|year=2023|ab=A|num-b=17|num-a=19}} | {{AMC12 box|year=2023|ab=A|num-b=17|num-a=19}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 22:53, 9 November 2023
Problem
Circle and each have radius , and the distance between their centers is . Circle is the largest circle internally tangent to both and . Circle is internally tangent to both and and externally tangent to . What is the radius of ?
Solution 1
With some simple geometry skills, we can find that has a radius of .
Since is internally tangent to , center of , and their tangent point must be on the same line.
Now, if we connect centers of , and /, we get a right angled triangle.
In which we get an equation by pythagorean theorem:
Solving it gives us
~lptoggled
See Also
2023 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 21 |
Followed by Problem 23 | |
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 10 Problems and Solutions |
2023 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 17 |
Followed by Problem 19 |
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.