2025 AMC 12A Problems/Problem 10: Difference between revisions
| 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== | ||
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: | ||
Revision as of 20:05, 7 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
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
Solution 2
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
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.