Art of Problem Solving

2025 AMC 10A Problems/Problem 10

Revision as of 16:06, 6 November 2025 by Metrixgo (talk | contribs)

Problem

A semicircle has diameter $\overline{AB}$ and chord $\overline{CD}$ of length $16$ parallel to $\overline{AB}$. A smaller semicircle with diameter on $\overline{AB}$ and tangent to $\overline{CD}$ is cut from the larger semicircle, as shown below.

[asy] import graph; unitsize(14mm); defaultpen(linewidth(.8pt)+fontsize(10pt)); dotfactor=4; pair A = (-3,0); pair B = (3,0); pair centerBig = (0,0); real Rbig = 3; pair centerSmall = (-1.125,0); real Rsmall = 0.75; real ychord = 0.75; real xchord = sqrt(Rbig*Rbig - ychord*ychord); pair C = (-xchord, ychord); pair D = ( xchord, ychord); fill(Arc(centerBig, Rbig, 0, 180)--cycle, palered); fill(Arc(centerSmall, Rsmall, 0, 180)--cycle, white); draw(Arc(centerBig, Rbig, 0, 180), black); draw(Arc(centerSmall, Rsmall, 0, 180), black); draw(A -- (-1.875,0), black);    // -1.125 - 0.75 = -1.875 draw((-0.375,0) -- B, black);    // -1.125 + 0.75 = -0.375 draw(C -- D, black); dot(A); dot(B); dot(C); dot(D); label("$16$", midpoint(C--D), N); label("$A$", A, S); label("$B$", B, S); label("$C$", C, W); label("$D$", D, E); [/asy]


What is the area of the resulting figure, shown shaded?

$\textbf{(A) } 16\pi \qquad\textbf{(B) } 24\pi \qquad\textbf{(C) } 32\pi \qquad\textbf{(D) } 48\pi \qquad\textbf{(E) } 64\pi$

Solution 1 (Somewhat Cheese)

Notice that the size of the smaller semicircle is not specified, and there is no additional information that hints at any specific size for it. Hence, we can shrink the small semicircle until its area is arbitrarily small and negligible, leaving us with a semicircle with a diameter of $16$. The area of the semicircle is given by $\frac{\pi r^2}{2}$, so we have $r=\frac{16}{2}=8\Rightarrow$$A=\frac{\pi(8)^2}{2}=\boxed{\textbf{(C) }32\pi}$

~Bocabulary142857

Solution 2

Let the radius of the larger semicircle be $R$ and that of the smaller one be $r.$ We are looking for $\dfrac{1}{2}\pi(R^2-r^2).$ If we connect the center of the large semicircle to one endpoint of the chord and to the center of the chord, we get a right triangle with legs $8$ and $r$ and hypotenuse $R.$ Hence, $R^2=r^2+8^2\implies R^2-r^2=64\implies\dfrac{1}{2}\pi(R^2-r^2)=\boxed{\text{(C) }32\pi}.$

~Nioronean, $\LaTeX$ and writing by Tacos_are_yummy_1

Solution 3

The problem doesn't restrict where the smaller semicircle is along the larger semicircle's diameter. Therefore, we can assume that the two semicircles are concentric. Let the center of both semicircles be $O$, and let $CD$ be tangent to the smaller semicircle at $T$. Let the radius of the smaller semicircle be $x$, and let the radius of the larger semicircle be $r$. If we mirror the diagram over $AB$, we can see that we have two concentric circles. We are trying to find $\pi(\frac{r^2-x^2}{2})$. By Power of a Point on $T$, we can see that \[64 = (r + x)(r - x) = r^2 - x^2.\] Thus, $\pi(\frac{r^2 - x^2}{2}) = 32\pi \implies \boxed{\text{(C) }32\pi}.$ ~vinceS

Solution 4

The problem doesn't define where the chord is within the circle. So, let's place the chord such that when lines are drawn from its ends to the center of the larger semicircle, an equilateral triangle with side length $16$ is formed.

In this definition, the radius of the larger semicircle is $16,$ giving it an area of $\frac{\pi\cdot16^2}{2} = 128\pi.$

The height of the equilateral triangle is $8\sqrt{3},$ which is equal to the radius of the smaller semicircle. This gives the smaller semicircle an area of $\frac{\pi\cdot(8\sqrt{3})^2}{2} = 96\pi.$

The total shaded area is the difference of these semicircles, or $128\pi - 96\pi  = \boxed{\text{(C) } 32\pi}.$

~chisps

Solution 5

Let the radius of the larger semicircle be $R$ and the smaller one $r.$ We are asked to compute $\frac{R^2-r^2}{2} \cdot \pi$. Since a diameter is always perpendicular and bisects a chord, by drawing a diameter and applying Power of a Point Theorem, this yields $(R+r)(R-r)=8^2$ $\implies$ $R^2-r^2=64$. Therefore, the answer is $\frac{64}{2} \pi = \boxed{\text{(C) } 32\pi}.$ ~hxve

Solution 6 (Fastest)

Since the problem does not restrict where the chord is, we can simply let the chord be the base of the semicircle. Therefore, the area is simply $\frac{\pi\cdot8^2}{2} = 32\pi.$

~metrixgo

See Also

2025 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
2024 AMC 10B Problems
Followed by
2025 AMC 10B Problems
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.

See Also

2025 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
2024 AMC 10B Problems
Followed by
2025 AMC 10B Problems
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.