AMC8每日一题(2000年真题#19)
- 2018-05-11
- 655 人浏览
- 分享
- 收藏
2000 AMC 8 竞赛试题/第19题
Problem
Three circular arcs of radius
units bound the region shown. Arcs
and
are quarter-circles, and arc
is a semicircle. What is the area, in square units, of the region?
![[asy] pair A,B,C,D; A = (0,0); B = (-5,5); C = (0,10); D = (5,5); draw(arc((-5,0),A,B,CCW)); draw(arc((0,5),B,D,CW)); draw(arc((5,0),D,A,CCW)); label("$A$",A,S); label("$B$",B,W); label("$C$",C,N); label("$D$",D,E);[/asy]](/ueditor/php/upload/image/20180511/1526024011730676.png)
![]()
Solution 1
Draw two squares: one that has opposing corners at
and
, and one that has opposing corners at
and
. These squares share side
, where
is the center of the large semicircle.
These two squares have a total area of
, but have two quarter circle "bites" of radius
that must be removed. Thus, the bottom part of the figure has area
![]()
![]()
This is the area of the part of the figure underneath
. The part of the figure over
is just a semicircle with radius
, which has area of ![]()
Adding the two areas gives a total area of
, for an answer of ![]()
Solution 2
Draw line
. Then draw
, where
is the center of the semicircle. You have two quarter circles on top, and two quarter circle-sized "bites" on the bottom. Move the pieces from the top to fit in the bottom like a jigsaw puzzle. You now have a rectangle with length
and height
, which are equal to
and
, respectively. Thus, the total area is
, and the answer is
.
- 上一篇: AMC8每日一题(2000年真题#01)
- 下一篇: AMC8每日一题(2000年真题#20)
本站凡注明原创和署名的文章,未经课窝考试网许可,不得转载。课窝考试网的部分文章素材来自于网络,版权归原作者所有,仅供学习与研究,如果侵权,请提供版权证明,以便尽快删除。
- AMC8数学竞赛中文考试及报名指南 2024.12.30 13:43
- AMC8美国数学竞赛试题分析(二) 2020.03.09 16:54
- AMC8美国数学竞赛试题分析(一) 2020.03.04 14:43
- 试题:AMC8数学竞赛全面冲刺(六) 2020.02.13 16:13

