AMC8每日一题(2000年真题#18)
- 2018-05-08
- 615 人浏览
- 分享
- 收藏
2000 AMC 8 竞赛试题/第18题
Problem
Consider these two geoboard quadrilaterals. Which of the following statements is true?
![[asy] for (int a = 0; a < 5; ++a) { for (int b = 0; b < 5; ++b) { dot((a,b)); } } draw((0,3)--(0,4)--(1,3)--(1,2)--cycle); draw((2,1)--(4,2)--(3,1)--(3,0)--cycle); label("I",(0.4,3),E); label("II",(2.9,1),W);[/asy]](/ueditor/php/upload/image/20180508/1525762607481031.png)
![]()
![]()
![]()
![]()
![]()
Solution
First consider the area of the two figures. Assume that the pegs are
unit apart. Divide region I into two triangles by drawing a horizontal line on the second row from the top. Shifting the bottom triangle up one unit will create a square, and this square has the same area as region I. Thus, region I has an area of
square unit.
Draw a horizontal line on figure II on the fourth row from the top to divide the figure into two triangles. Temporarily move the top of the higher triangle one peg to the left. This will preserve the area of the triangle, as you are keeping both the height and the base of the triangle equal. Now you have two congruent triangles that are half of the area of a unit square. Thus, region II also has an area of
square unit, and the areas are equal.
To compare the perimeters, note that region I has two different side lengths: two sides are
unit apart, and the other two sides are
apart, as they are the diagonal of a unit square. The total perimeter is
.
Note that region II has three different side lengths. One side is a unit length, while two sides are
. For the perimeters to be equal, the last side must be of unit length. But the last side in region II is clearly longer than
unit, so we can say that the perimeter of region II is greater than the perimeter of region I without calculating it.
Thus, the correct answer is
.
(The perimeter of region II is
, since the last side is the diagonal of a 2 by 1 rectangle, and can be found with the pythagorean theorem as
. This does not need to be found for this problem, as you can do a one-to-one correspondance with three of the four sides of the figure as outlined, and just compare the last remaining side of each figure.)
- 上一篇: AMC8每日一题(2000年真题#01)
- 下一篇: AMC8每日一题(2000年真题#19)
本站凡注明原创和署名的文章,未经课窝考试网许可,不得转载。课窝考试网的部分文章素材来自于网络,版权归原作者所有,仅供学习与研究,如果侵权,请提供版权证明,以便尽快删除。
- AMC8数学竞赛中文考试及报名指南 2024.12.30 13:43
- AMC8美国数学竞赛试题分析(二) 2020.03.09 16:54
- AMC8美国数学竞赛试题分析(一) 2020.03.04 14:43
- 试题:AMC8数学竞赛全面冲刺(六) 2020.02.13 16:13

