Maths Olympiad Prep

Track / Stage 3 / 252 of 260 #252 of 1964

Problem 252

AMC 10/12, early questions
Geometry Difficulty 4.0 Multiple choice

A straight one-mile stretch of highway, 40 feet wide, is closed. Robert rides his bike on a path composed of semicircles as shown. If he rides at 5 miles per hour, how many hours will it take to cover the one-mile stretch?

Figure (Asymptote source)
size(10cm); pathpen=black; pointpen=black; D(arc((-2,0),1,300,360)); D(arc((0,0),1,0,180)); D(arc((2,0),1,180,360)); D(arc((4,0),1,0,180)); D(arc((6,0),1,180,240)); D((-1.5,-1)--(5.5,-1));

Note: 1 mile = 5280 feet

Pick one

Official solution

Solution 1
There are two possible interpretations of the problem: that the road as a whole is 4040 feet wide, or that each lane is 4040 feet wide. Both interpretations will arrive at the same result. However, let us stick with the first interpretation for simplicity. Each lane must then be 2020 feet wide, so Robert must be riding his bike in semicircles with radius 2020 feet and diameter 4040 feet. Since the road is 52805280 feet long, over the whole mile, Robert rides 528040=132\frac{5280}{40} =132 semicircles in total. Were the semicircles full circles, their circumference would be 2π20=40π2\pi\cdot 20=40\pi feet; as it is, the circumference of each is half that, or 20π20\pi feet. Therefore, over the stretch of highway, Robert rides a total of 13220π=2640π132\cdot 20\pi =2640\pi feet, equivalent to π2\frac{\pi}{2} miles. Robert rides at 5 miles per hour, so divide the π2\frac{\pi}{2} miles by 55 mph (because t=drt = \frac{d}{r} and time = distance/rate) to arrive at (B) π10\boxed{\textbf{(B) }\frac{\pi}{10}} hours.

Solution 2
If Robert rides in a straight line, it will take him 15\frac{1}{5} hours. When riding in semicircles, let the radius of the semicircle rr, the circumference of a semicircle is πr\pi r. The ratio of the circumference of the semicircle to its diameter is π2\frac{\pi}{2}, so the time Robert takes is 15π2\frac{1}{5} \cdot \frac{\pi}{2}, which equals to (B) π10\boxed{\textbf{(B) }\frac{\pi}{10}} hours.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.