AMC12每日一题(2000年真题#17)
- 2018-05-07
- 685 人浏览
- 分享
- 收藏
2000 AMC 12竞赛试题/第17题
Problem
A circle centered at
has radius
and contains the point
. The segment
is tangent to the circle at
and
. If point
lies on
and
bisects
, then ![]()
![[asy] import olympiad; size(6cm); unitsize(1cm); defaultpen(fontsize(8pt)+linewidth(.8pt)); labelmargin=0.2; dotfactor=3; pair O=(0,0); pair A=(1,0); pair B=(1,1.5); pair D=bisectorpoint(A,B,O); pair C=extension(B,D,O,A); draw(Circle(O,1)); draw(O--A--B--cycle); draw(B--C); label("$O$",O,SW); dot(O); label("$\theta$",(0.1,0.05),ENE); dot(C); label("$C$",C,S); dot(A); label("$A$",A,E); dot(B); label("$B$",B,E);[/asy]](http://latex.artofproblemsolving.com/e/a/4/ea4f1560825547734d756bfe3b5548e6d92a8681.png)
![]()
Solution 1
Since
is tangent to the circle,
is a right triangle. This means that
,
and
. By the Angle Bisector Theorem,
We multiply both sides by
to simplify the trigonometric functions,
Since
,
. Therefore, the answer is
.
Solution 2
Alternatively, one could notice that OC approaches the value 1/2 as theta gets close to 90 degrees. The only choice that is consistent with this is (D).
Solution 3 (with minimal trig)
Let's assign a value to
so we don't have to use trig functions to solve.
is a good value for
, because then we have a
--
because
is tangent to Circle
.
Using our special right triangle, since
,
, and
.
Let
. Then
. since
bisects
, we can use the angle bisector theorem:
![]()
![]()
![]()
.
Now, we only have to use a bit of trig to guess and check: the only trig facts we need to know to finish the problem is:
![]()
![]()
.
With a bit of guess and check, we get that the answer is
.
- 上一篇: AMC12每日一题(2000年真题#01)
- 下一篇: AMC12每日一题(2000年真题#18)
本站凡注明原创和署名的文章,未经课窝考试网许可,不得转载。课窝考试网的部分文章素材来自于网络,版权归原作者所有,仅供学习与研究,如果侵权,请提供版权证明,以便尽快删除。
- AMC12数学竞赛考点试题讲解(四) 2020.04.02 15:35
- AMC12数学竞赛考点试题讲解(三) 2020.02.13 16:21
- AMC12数学竞赛考点试题讲解(二) 2020.01.15 16:11
- AMC12数学竞赛考点试题讲解(一) 2020.01.14 15:03

