2025 AMC 12A Problems/Problem 10: Difference between revisions
E is 2.71828 (talk | contribs) |
No edit summary |
||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 5: | Line 5: | ||
usepackage("mathptmx"); size(6cm); defaultpen(linewidth(0.7)); real r = 1 - pi + sqrt(pi^2 + 1); | usepackage("mathptmx"); size(6cm); defaultpen(linewidth(0.7)); real r = 1 - pi + sqrt(pi^2 + 1); | ||
pair O = (0, 0), A = r * dir(-30), B = (r + 2pi) * dir(-30), C = (r + 2pi) * dir(30), D = r * dir(30); | pair O = (0, 0), A = r * dir(-30), B = (r + 2pi) * dir(-30), C = (r + 2pi) * dir(30), D = r * dir(30); | ||
draw(arc(O, r, 30, 330)); draw(arc(O, r + 2pi, -30, 30)); draw(O--A, | draw(arc(O, r, 30, 330)); draw(arc(O, r + 2pi, -30, 30)); draw(O--A, dashed); draw(O--D, dashed); draw(A--B); draw(C--D); dot("$O$", O, dir(135)); dot("$A$", A, dir(270)); dot("$B$", B, dir(0)); dot("$C$", C, dir(0)); dot("$D$", D, 1.5 * dir(70)); | ||
</asy> | </asy> | ||
<imath>\textbf{(A)}~1 \qquad \textbf{(B)}~1 - \pi + \sqrt{\pi^{2} + 1} \qquad \textbf{(C)}~\frac{\pi}{2} \qquad \textbf{(D)}~\frac{\sqrt{\pi^{2} + 1}}{2} \qquad \textbf{(E)}~2</imath> | <imath>\textbf{(A)}~1 \qquad \textbf{(B)}~1 - \pi + \sqrt{\pi^{2} + 1} \qquad \textbf{(C)}~\frac{\pi}{2} \qquad \textbf{(D)}~\frac{\sqrt{\pi^{2} + 1}}{2} \qquad \textbf{(E)}~2</imath> | ||
==Solution 1== | |||
== Solution 1 (Simple) == | |||
The ratio between the radius and the arc length is constant. For the inner circle, the radius, which we will denote as <imath>r</imath>, has a corresponding arc length of <imath>2\pi r - 2\pi</imath> (the circumference minus the major arc length). For the outer circle, the radius, which is <imath>r + 2\pi</imath>, has a corresponding arc length of <imath>2\pi</imath>. We therefore write the equation | |||
<cmath>\frac{r}{2\pi r - 2\pi} = \frac{r+2\pi}{2\pi},</cmath> | |||
which simplifies to | |||
<cmath>r = (r+2\pi)(r-1)</cmath> | |||
<cmath>0 = r^2 + (2\pi-2)r - 2\pi.</cmath> | |||
Applying the Quadratic Formula, we get that <imath>r =\boxed{\textbf{(B)} 1 - \pi + \sqrt{1 +\pi^2}}</imath> | |||
~lprado | |||
==Solution 2== | |||
Let the length of <imath>OA=r</imath>, which is the radius of the smaller circle. Then, the radius of the larger circle, <imath>OB</imath>, is equal to <imath>r+2\pi</imath>. Indeed, we know that the length of major arc <imath>\widehat{AD}=2\pi</imath> and the length of minor arc <imath>\widehat{BC}=2\pi</imath>. So, using the formula for length of an arc formed by the central angle <imath>\angle COB</imath>, which we denote as <imath>\theta</imath>, we have that: | Let the length of <imath>OA=r</imath>, which is the radius of the smaller circle. Then, the radius of the larger circle, <imath>OB</imath>, is equal to <imath>r+2\pi</imath>. Indeed, we know that the length of major arc <imath>\widehat{AD}=2\pi</imath> and the length of minor arc <imath>\widehat{BC}=2\pi</imath>. So, using the formula for length of an arc formed by the central angle <imath>\angle COB</imath>, which we denote as <imath>\theta</imath>, we have that: | ||
| Line 33: | Line 45: | ||
~e_is_2.71828 | ~e_is_2.71828 | ||
==Video Solution by Power Solve== | |||
https://www.youtube.com/watch?v=BstSjBL0Bz8 | |||
==Video Solution by SpreadTheMathLove== | |||
https://www.youtube.com/watch?v=dAeyV60Hu5c | |||
==See Also== | ==See Also== | ||
{{ | {{AMC12 box|year=2025|ab=A|num-b=9|num-a=11}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
Latest revision as of 01:21, 9 November 2025
Problem
In the figure shown below, major arc
and minor arc
have the same center,
. Also,
lies between
and
, and
lies between
and
. Major arc
, minor arc
, and each of the two segments
and
have length
. What is the distance from
to
?
Solution 1 (Simple)
The ratio between the radius and the arc length is constant. For the inner circle, the radius, which we will denote as
, has a corresponding arc length of
(the circumference minus the major arc length). For the outer circle, the radius, which is
, has a corresponding arc length of
. We therefore write the equation
which simplifies to
Applying the Quadratic Formula, we get that
~lprado
Solution 2
Let the length of
, which is the radius of the smaller circle. Then, the radius of the larger circle,
, is equal to
. Indeed, we know that the length of major arc
and the length of minor arc
. So, using the formula for length of an arc formed by the central angle
, which we denote as
, we have that:
Expanding, we have
and by adding the two equations we have that
Indeed, the question is asking for us to solve for
, and so we use
back into our original equation to solve:
Using the quadratic formula, we have that
Since length must be positive, we consider only the positive root, and so the answer is
.
~e_is_2.71828
Video Solution by Power Solve
https://www.youtube.com/watch?v=BstSjBL0Bz8
Video Solution by SpreadTheMathLove
https://www.youtube.com/watch?v=dAeyV60Hu5c
See Also
| 2025 AMC 12A (Problems • Answer Key • Resources) | |
| Preceded by Problem 9 |
Followed by Problem 11 |
| 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.