AMC10每日一题(2001年真题#12)
- 2018-05-29
- 759 人浏览
- 分享
- 收藏
2001 AMC 10 竞赛试题/第12题
Problem
A street has parallel curbs
feet apart. A crosswalk bounded by two parallel stripes crosses the street at an angle. The length of the curb between the stripes is
feet and each stripe is
feet long. Find the distance, in feet, between the stripes.
![]()
Solutions
Solution 1
Drawing the problem out, we see we get a parallelogram with a height of
and a base of
, giving an area of
.
![[asy] draw((0,0)--(5,0),linewidth(2)); draw((2.5,5)--(7.5,5)); draw((0,0)--(2.5,5)); draw((5,0)--(7.5,5)); draw((2.5,5)--(2.5,0),dashed);[/asy]](/ueditor/php/upload/image/20180529/1527574826112476.png)
If we look at it the other way, we see the distance between the stripes is the height and the base is
.
![[asy] draw((0,0)--(5,0)); draw((2.5,5)--(7.5,5)); draw((0,0)--(2.5,5)); draw((5,0)--(7.5,5),linewidth(2)); draw((2,4)--(6,2),dashed);[/asy]](/ueditor/php/upload/image/20180529/1527574829933798.png)
The area is still the same, so the distance between the stripes is
.
Solution 2
Alternatively, we could use similar triangles--the
triangle (created by the length of the bordering stripe and the difference between the two curbs) is similar to the
triangle, where we are trying to find
(the shortest distance between the two stripes). Therefore,
would have to be
.
- 上一篇: AMC10每日一题(2000年真题#13)
- 下一篇: AMC10每日一题(2001年真题#13)
本站凡注明原创和署名的文章,未经课窝考试网许可,不得转载。课窝考试网的部分文章素材来自于网络,版权归原作者所有,仅供学习与研究,如果侵权,请提供版权证明,以便尽快删除。
- 试题分析:AMC10如何刷题?(七) 2020.03.04 15:02
- 试题分析:AMC10如何刷题?(六) 2020.02.13 15:56
- 试题分析:AMC10如何刷题?(五) 2020.01.15 16:17
- 试题分析:AMC10如何刷题?(四) 2020.01.13 16:27

