Difference between revisions of "2011 AMC 12A Problems/Problem 11"
Line 2: | Line 2: | ||
Circles <math>A, B,</math> and <math>C</math> each has radius <math>1</math>. Circles <math>A</math> and <math>B</math> share one point of tangency. Circle <math>C</math> has a point of tangency with the midpoint of <math>\overline{AB}.</math> What is the area inside circle <math>C</math> but outside circle <math>A</math> and circle <math>B?</math> | Circles <math>A, B,</math> and <math>C</math> each has radius <math>1</math>. Circles <math>A</math> and <math>B</math> share one point of tangency. Circle <math>C</math> has a point of tangency with the midpoint of <math>\overline{AB}.</math> What is the area inside circle <math>C</math> but outside circle <math>A</math> and circle <math>B?</math> | ||
− | {{ | + | \documentclass{standalone} |
+ | \usepackage{tikz} | ||
+ | \begin{document} | ||
+ | \begin{tikzpicture}[scale=1.2] | ||
+ | |||
+ | % define centers | ||
+ | \coordinate (A) at (0,0); | ||
+ | \coordinate (B) at (2,0); | ||
+ | \coordinate (C) at (1,1); | ||
+ | \coordinate (M) at (1,0); | ||
+ | |||
+ | % draw circles | ||
+ | \draw (A) circle (1); | ||
+ | \draw (B) circle (1); | ||
+ | \draw (C) circle (1); | ||
+ | |||
+ | % mark centers | ||
+ | \fill (A) circle (1.5pt) node[below left] {<math>A</math>}; | ||
+ | \fill (B) circle (1.5pt) node[below right] {<math>B</math>}; | ||
+ | \fill (C) circle (1.5pt) node[above right] {<math>C</math>}; | ||
+ | |||
+ | % mark midpoint / tangency point | ||
+ | \fill (M) circle (1.5pt) node[below] {<math>M</math>}; | ||
+ | |||
+ | % segment AB | ||
+ | \draw (A) -- (B); | ||
+ | |||
+ | \end{tikzpicture} | ||
+ | \end{document} | ||
+ | |||
<math> | <math> |
Revision as of 13:42, 27 September 2025
Contents
Problem
Circles and
each has radius
. Circles
and
share one point of tangency. Circle
has a point of tangency with the midpoint of
What is the area inside circle
but outside circle
and circle
\documentclass{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture}[scale=1.2]
% define centers \coordinate (A) at (0,0); \coordinate (B) at (2,0); \coordinate (C) at (1,1); \coordinate (M) at (1,0);
% draw circles \draw (A) circle (1); \draw (B) circle (1); \draw (C) circle (1);
% mark centers
\fill (A) circle (1.5pt) node[below left] {};
\fill (B) circle (1.5pt) node[below right] {
};
\fill (C) circle (1.5pt) node[above right] {
};
% mark midpoint / tangency point
\fill (M) circle (1.5pt) node[below] {};
% segment AB \draw (A) -- (B);
\end{tikzpicture} \end{document}
Solution 1
The requested area is the area of minus the area shared between circles
,
and
.
Let be the midpoint of
and
be the other intersection of circles
and
.
The area shared between ,
and
is
of the regions between arc
and line
, which is (considering the arc on circle
) a quarter of the circle
minus
:
(We can assume this because is 90 degrees, since
is a square, due to the application of the tangent chord theorem at point
)
So the area of the small region is
The requested area is area of circle minus 4 of this area:
.
Solution 2
We can move the area above the part of the circle above the segment down, and similarly for the other side. Then, we have a square, whose diagonal is
, so the area is then just
.
~ Minor Edits, Challengees24
Video Solution
https://www.youtube.com/watch?v=u23iWcqbJlE ~Shreyas S
Video Solution by SpreadTheMathLove
https://www.youtube.com/watch?v=olRZuK11mAI
See also
2011 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 10 |
Followed by Problem 12 |
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 |
2011 AMC 10A (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 10 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.