Difference between revisions of "2006 AMC 10B Problems/Problem 8"
Dairyqueenxd (talk | contribs) (→Solution) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | A | + | A square of area 40 is inscribed in a semicircle as shown. What is the area of the semicircle? |
− | + | ||
<asy> | <asy> | ||
defaultpen(linewidth(0.8)); size(100); | defaultpen(linewidth(0.8)); size(100); | ||
Line 9: | Line 9: | ||
draw((-s,0)--(s,0)--(s,2*s)--(-s,2*s)--cycle); | draw((-s,0)--(s,0)--(s,2*s)--(-s,2*s)--cycle); | ||
</asy> | </asy> | ||
− | <math> \ | + | |
+ | <math> \textbf{(A) } 20\pi\qquad \textbf{(B) } 25\pi\qquad \textbf{(C) } 30\pi\qquad \textbf{(D) } 40\pi\qquad \textbf{(E) } 50\pi </math> | ||
== Solution == | == Solution == | ||
− | Since the area of the square is <math>40</math>, the length of | + | Since the area of the square is <math>40</math>, the length of a side is <math>\sqrt{40}=2\sqrt{10}</math>. The distance between the center of the semicircle and one of the bottom vertices of the square is half the length of the side, which is <math>\sqrt{10}</math>. |
− | Using the [[Pythagorean Theorem]] to find the | + | Using the [[Pythagorean Theorem]] to find the radius <math>r</math> of the semicircle, <math>r^2 = (2\sqrt{10})^2 + (\sqrt{10})^2 = 50</math>. So, the area of the semicircle is <math>\frac{1}{2}\cdot \pi \cdot 50 = \boxed{\textbf{(B) }25\pi}</math>. |
== See Also == | == See Also == |
Latest revision as of 12:49, 26 January 2022
Problem
A square of area 40 is inscribed in a semicircle as shown. What is the area of the semicircle?
Solution
Since the area of the square is , the length of a side is . The distance between the center of the semicircle and one of the bottom vertices of the square is half the length of the side, which is .
Using the Pythagorean Theorem to find the radius of the semicircle, . So, the area of the semicircle is .
See Also
2006 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 7 |
Followed by Problem 9 | |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.