Difference between revisions of "2013 AMC 8 Problems/Problem 25"
(→Solution) |
m (→Problem) |
||
Line 2: | Line 2: | ||
A ball with diameter 4 inches starts at point A to roll along the track shown. The track is comprised of 3 semicircular arcs whose radii are <math>R_1 = 100</math> inches, <math>R_2 = 60</math> inches, and <math>R_3 = 80</math> inches, respectively. The ball always remains in contact with the track and does not slip. What is the distance the center of the ball travels over the course from A to B? | A ball with diameter 4 inches starts at point A to roll along the track shown. The track is comprised of 3 semicircular arcs whose radii are <math>R_1 = 100</math> inches, <math>R_2 = 60</math> inches, and <math>R_3 = 80</math> inches, respectively. The ball always remains in contact with the track and does not slip. What is the distance the center of the ball travels over the course from A to B? | ||
<asy> | <asy> | ||
+ | pair A,B; | ||
size(8cm); | size(8cm); | ||
+ | A=(0,0); | ||
+ | B=(480,0); | ||
draw((0,0)--(480,0),linetype("3 4")); | draw((0,0)--(480,0),linetype("3 4")); | ||
filldraw(circle((8,0),8),black); | filldraw(circle((8,0),8),black); | ||
Line 11: | Line 14: | ||
draw((260,0)--(290,30sqrt(3)),Arrow(size=4)); | draw((260,0)--(290,30sqrt(3)),Arrow(size=4)); | ||
draw((400,0)--(440,-40sqrt(3)),Arrow(size=4)); | draw((400,0)--(440,-40sqrt(3)),Arrow(size=4)); | ||
− | </asy> | + | label("$A$", A, SW); |
+ | label("$B$", B, SE); | ||
+ | label("$R_1$", (100,-40), W); | ||
+ | label("$R_2$", (260,40), SW); | ||
+ | label("$R_3$", (400,-40), W);</asy> | ||
<math>\textbf{(A)}\ 238\pi \qquad \textbf{(B)}\ 240\pi \qquad \textbf{(C)}\ 260\pi \qquad \textbf{(D)}\ 280\pi \qquad \textbf{(E)}\ 500\pi</math> | <math>\textbf{(A)}\ 238\pi \qquad \textbf{(B)}\ 240\pi \qquad \textbf{(C)}\ 260\pi \qquad \textbf{(D)}\ 280\pi \qquad \textbf{(E)}\ 500\pi</math> |
Revision as of 20:03, 27 November 2013
Problem
A ball with diameter 4 inches starts at point A to roll along the track shown. The track is comprised of 3 semicircular arcs whose radii are inches, inches, and inches, respectively. The ball always remains in contact with the track and does not slip. What is the distance the center of the ball travels over the course from A to B?
Solution 1
The radius of the ball is 2 inches. If you think about the ball rolling or draw a path for the ball (see figure below), you see that in A and C it loses inches, and it gains inches on B. So, the departure from the length of the track means that the answer is .
Solution 2(No Advanced Computation)
The total length of all of the arcs is . Since we want the path from the center, the actual distance will be shorter. Therefore, the only answer choice less than is .
See Also
2013 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by Last Problem | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AJHSME/AMC 8 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.