AMC10每日一题(2001年真题#14)
- 2018-06-04
- 1009 人浏览
- 分享
- 收藏
AMC不但是美 国顶尖数学人才的人才库,更为学校提供了解申请入学者在数学科目上的学习成就与表现评估。AMC成功地为许多学生因测验成绩优良而进入理想学校。藉由设计 严谨的试题,达到激发应试者解决问题的能力,培养对数学的兴趣。试题由简至难兼具,使任何程度的学生都能感受到挑战,还可以筛选出特有天赋者。AMC10是针对高中一年级及初中三年级学生的数学测验,25题选择题、 考试时间75分钟;包含演算概念理解的数学题型。AMC10的测验允许使用计算器(工程用计算器除外)。AMC10的主要目的是在刺激学生对数学的兴趣并且透过以选择题方式来开发学生对数学的才能;测验题型范围由容易到困难。参予AMC10的学生应该不难发现测验的问题都很具挑战性,但测验的题型都不会超过学生的学习范围。这项测验希望每个考生能从竞赛中享受数学。今天课窝小编为大家整理了AMC10真题练习,希望考生们认真阅读,能够对你的考试有所帮助。

2001 AMC 10 竞赛试题/第15题
Problem
A right circular cylinder with its diameter equal to its height is inscribed in a right circular cone. The cone has diameter
and altitude
, and the axes of the cylinder and cone coincide. Find the radius of the cylinder.
![]()
Solution
![[asy] draw((5,0)--(-5,0)--(0,12)--cycle); unitsize(.75cm); draw((-30/11,0)--(-30/11,60/11)); draw((-30/11,60/11)--(30/11,60/11)); draw((30/11,60/11)--(30/11,0)); draw((0,0)--(0,12)); label("$2r$",(0,30/11),E); label("$12-2r$",(0,80/11),E); label("$2r$",(0,60/11),S); label("$10$",(0,0),S); label("$A$",(0,12),N); label("$B$",(-5,0),SW); label("$C$",(5,0),SE); label("$D$",(-30/11,60/11),W); label("$E$",(30/11,60/11),E); [/asy]](/ueditor/php/upload/image/20180604/1528093382550029.png)
Let the diameter of the cylinder be
. Examining the cross section of the cone and cylinder, we find two similar triangles. Hence,
which we solve to find
. Our answer is
.
2001 AMC 10 竞赛试题/第16题
Problem
In the magic square shown, the sums of the numbers in each row, column, and diagonal are the same. Five of these numbers are represented by
,
,
,
, and
. Find
.
![]()
![[asy] unitsize(10mm); defaultpen(linewidth(1pt)); for(int i=0; i<=3; ++i) { draw((0,i)--(3,i)); draw((i,0)--(i,3)); } label("$25$",(0.5,0.5)); label("$z$",(1.5,0.5)); label("$21$",(2.5,0.5)); label("$18$",(0.5,1.5)); label("$x$",(1.5,1.5)); label("$y$",(2.5,1.5)); label("$v$",(0.5,2.5)); label("$24$",(1.5,2.5)); label("$w$",(2.5,2.5));[/asy]](/ueditor/php/upload/image/20180604/1528093408299582.png)
Solutions
Solution 1
We know that
, so we could find one variable rather than two.
![]()
![]()
![]()
![[asy] unitsize(10mm); defaultpen(linewidth(1pt)); for(int i=0; i<=3; ++i) { draw((0,i)--(3,i)); draw((i,0)--(i,3)); } label("$25$",(0.5,0.5)); label("$z$",(1.5,0.5)); label("$21$",(2.5,0.5)); label("$18$",(0.5,1.5)); label("$x$",(1.5,1.5)); label("$y$",(2.5,1.5)); label("$v$",(0.5,2.5)); label("$24$",(1.5,2.5)); label("$19$",(2.5,2.5));[/asy]](/ueditor/php/upload/image/20180604/1528093414244862.png)
![]()
![[asy] unitsize(10mm); defaultpen(linewidth(1pt)); for(int i=0; i<=3; ++i) { draw((0,i)--(3,i)); draw((i,0)--(i,3)); } label("$25$",(0.5,0.5)); label("$20$",(1.5,0.5)); label("$21$",(2.5,0.5)); label("$18$",(0.5,1.5)); label("$x$",(1.5,1.5)); label("$y$",(2.5,1.5)); label("$v$",(0.5,2.5)); label("$24$",(1.5,2.5)); label("$19$",(2.5,2.5));[/asy]](/ueditor/php/upload/image/20180604/1528093418606768.png)
The sum per row is
.
Thus
.
Since we needed
and we know
,
.
Solution 2
![]()
![]()
![]()
![[asy] unitsize(10mm); defaultpen(linewidth(1pt)); for(int i=0; i<=3; ++i) { draw((0,i)--(3,i)); draw((i,0)--(i,3)); } label("$25$",(0.5,0.5)); label("$z$",(1.5,0.5)); label("$21$",(2.5,0.5)); label("$18$",(0.5,1.5)); label("$x$",(1.5,1.5)); label("$y$",(2.5,1.5)); label("$v$",(0.5,2.5)); label("$24$",(1.5,2.5)); label("$19$",(2.5,2.5));[/asy]](/ueditor/php/upload/image/20180604/1528093414244862.png)
![]()
![[asy] unitsize(10mm); defaultpen(linewidth(1pt)); for(int i=0; i<=3; ++i) { draw((0,i)--(3,i)); draw((i,0)--(i,3)); } label("$25$",(0.5,0.5)); label("$20$",(1.5,0.5)); label("$21$",(2.5,0.5)); label("$18$",(0.5,1.5)); label("$x$",(1.5,1.5)); label("$y$",(2.5,1.5)); label("$v$",(0.5,2.5)); label("$24$",(1.5,2.5)); label("$19$",(2.5,2.5));[/asy]](/ueditor/php/upload/image/20180604/1528093418606768.png)
The magic sum is determined by the bottom row.
.
Solving for
:
.
To find our answer, we need to find
.
.
以上就是课窝考试网为大家带来的有关AMC课程信息,想要获取更多AMC报名信息,AMC数学竞赛,AMC竞赛培训请继续关注课窝哦!AMC课程,AMC报名信息,AMC数学竞赛,AMC竞赛培训
- 上一篇: AMC10每日一题(2000年真题#13)
- 下一篇: AMC10每日一题(2001年真题#15)
本站凡注明原创和署名的文章,未经课窝考试网许可,不得转载。课窝考试网的部分文章素材来自于网络,版权归原作者所有,仅供学习与研究,如果侵权,请提供版权证明,以便尽快删除。
- 试题分析:AMC10如何刷题?(七) 2020.03.04 15:02
- 试题分析:AMC10如何刷题?(六) 2020.02.13 15:56
- 试题分析:AMC10如何刷题?(五) 2020.01.15 16:17
- 试题分析:AMC10如何刷题?(四) 2020.01.13 16:27

