AMC8每日一题(2000年真题#15)
- 2018-04-28
- 736 人浏览
- 分享
- 收藏
2000 AMC 8 竞赛试题/第15题
Problem
Triangles
,
, and
are all equilateral. Points
and
are midpoints of
and
, respectively. If
, what is the perimeter of figure
?
![[asy] pair A,B,C,D,EE,F,G; A = (4,0); B = (0,0); C = (2,2*sqrt(3)); D = (3,sqrt(3)); EE = (5,sqrt(3)); F = (5.5,sqrt(3)/2); G = (4.5,sqrt(3)/2); draw(A--B--C--cycle); draw(D--EE--A); draw(EE--F--G); label("$A$",A,S); label("$B$",B,SW); label("$C$",C,N); label("$D$",D,NE); label("$E$",EE,NE); label("$F$",F,SE); label("$G$",G,SE);[/asy]](/ueditor/php/upload/image/20180428/1524896875467059.png)
![]()
Solution 1
The large triangle
has sides of length
. The medium triangle has sides of length
. The small triangle has sides of length
. There are
segment sizes, and all segments depicted are one of these lengths.
Starting at
and going clockwise, the perimeter is:
![]()
![]()
, thus the answer is ![]()
Solution 2
The perimeter of
is the perimeter of the three triangles, minus segments
and
, which are on the interior of the figure. Because each of these segments is on two triangles, each segment must be subtracted two times.
As in solution 1, the sides of the triangles are
and
, and the perimeters of the triangles are thus
and
.
The perimeter of the three triangles is
. Subtracting the two segments
and
two times, the perimeter of
is
, and the answer is
.
- 上一篇: AMC8每日一题(2000年真题#01)
- 下一篇: AMC8每日一题(2000年真题#16)
本站凡注明原创和署名的文章,未经课窝考试网许可,不得转载。课窝考试网的部分文章素材来自于网络,版权归原作者所有,仅供学习与研究,如果侵权,请提供版权证明,以便尽快删除。
- AMC8数学竞赛中文考试及报名指南 2024.12.30 13:43
- AMC8美国数学竞赛试题分析(二) 2020.03.09 16:54
- AMC8美国数学竞赛试题分析(一) 2020.03.04 14:43
- 试题:AMC8数学竞赛全面冲刺(六) 2020.02.13 16:13

