Difference between revisions of "2030 AIME I"
(Created page with " Work in progress ==Problem 1== The diagram below shows the circular face of a clock with radius <math>20</math> cm and a circular disk with radius <math>10</math> cm externa...") |
|||
Line 3: | Line 3: | ||
==Problem 1== | ==Problem 1== | ||
− | |||
− | <math>\textbf{(A) }\ | + | The diagram below shows the circular face of a clock with radius <math>20</math> cm and a circular disk with radius <math>10</math> cm externally tangent to the clock face at <math>12</math> o'clock. The disk has an arrow painted on it, initially pointing in the upward vertical direction. Let the disk roll clockwise around the clock face. At what point on the clock face will the disk be tangent when the arrow is next pointing in the upward vertical direction? |
+ | |||
+ | <asy> | ||
+ | size(170); | ||
+ | defaultpen(linewidth(0.9)+fontsize(13pt)); | ||
+ | draw(unitcircle^^circle((0,1.5),0.5)); | ||
+ | path arrow = origin--(-0.13,-0.35)--(-0.06,-0.35)--(-0.06,-0.7)--(0.06,-0.7)--(0.06,-0.35)--(0.13,-0.35)--cycle; | ||
+ | for(int i=1;i<=12;i=i+1) | ||
+ | { | ||
+ | draw(0.9*dir(90-30*i)--dir(90-30*i)); | ||
+ | label("$"+(string) i+"$",0.78*dir(90-30*i)); | ||
+ | } | ||
+ | dot(origin); | ||
+ | draw(shift((0,1.87))*arrow); | ||
+ | draw(arc(origin,1.5,68,30),EndArrow(size=12)); | ||
+ | </asy> | ||
+ | |||
+ | <math> \textbf{(A) }\mathrm{2 o'clock} \qquad\textbf{(B) }\mathrm{3 o'clock} \qquad\textbf{(C) }\mathrm{4 o'clock} \qquad\textbf{(D) }\mathrm{6 o'clock} \qquad\textbf{(E) }\mathrm{8 o'clock} </math> | ||
+ | |||
+ | [[2015 AMC 10A Problems/Problem 14|Solution]] | ||
===Problem 2=== | ===Problem 2=== |
Revision as of 17:28, 4 March 2018
Work in progress
Problem 1
The diagram below shows the circular face of a clock with radius cm and a circular disk with radius cm externally tangent to the clock face at o'clock. The disk has an arrow painted on it, initially pointing in the upward vertical direction. Let the disk roll clockwise around the clock face. At what point on the clock face will the disk be tangent when the arrow is next pointing in the upward vertical direction?
Problem 2
Prove that for any positive integer is an integer.
Problem 3
() Let be a scalene triangle with circumcircle and incenter . Ray meets at and meets again at ; the circle with diameter cuts again at . Lines and meet at , and is the midpoint of . The circumcircles of and intersect at points and . Prove that passes through the midpoint of either or .
Problem 4
Find the minimum possible value of given that , , , are nonnegative real numbers such that .