2023 AMC 12A Problems/Problem 18: Difference between revisions
No edit summary |
Mathophobia (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
import olympiad; | import olympiad; | ||
size(10cm); | size(10cm); | ||
draw( | draw(halfcircle((0,0),0.75)); | ||
draw(circle((-0.25,0),1)); | draw(circle((-0.25,0),1)); | ||
draw(circle((0.25,0),1)); | draw(circle((0.25,0),1)); | ||
| Line 58: | Line 58: | ||
label("$1$", (-.85, 0.70)); | label("$1$", (-.85, 0.70)); | ||
label("$1$", (.85, -.7)); | label("$1$", (.85, -.7)); | ||
markscalefactor=0. | markscalefactor=0.05; | ||
</asy> | </asy> | ||
Revision as of 00:08, 25 September 2024
- The following problem is from both the 2023 AMC 10A #22 and 2023 AMC 12A #18, so both problems redirect to this page.
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
?
import olympiad;
size(10cm);
draw(halfcircle((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;
(Error making remote request. Unknown error_msg)
Solution
Let
be the center of the midpoint of the line segment connecting both the centers, say
and
.
Let the point of tangency with the inscribed circle and the right larger circles be
.
Then
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.
Let the radius of
equal
. With the pythagorean theorem on our triangle, we have
Solving this equation gives us
~lptoggled
~ShawnX (Diagram)
~ap246 (Minor Changes)
Video Solution by Math-X (First fully understand the problem!!!)
https://youtu.be/GP-DYudh5qU?si=LdnMT_hCLmgL889h&t=7950
~Math-X
Video Solution by OmegaLearn
Video Solution by MegaMath
https://www.youtube.com/watch?v=lHyl_JtbSuQ&t=8s
~megahertz13
Video Solution by CosineMethod [🔥Fast and Easy🔥]
https://www.youtube.com/watch?v=rnuL3sVU5aU
Video Solution by epicbird08
~EpicBird08
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution by TheBeautyofMath
~IceMatrix
Video Solution by Problem Solving Channel
~ProblemSolvingChannel
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 | |
These problems are copyrighted © by the Mathematical Association of America.