返回题库

AIME 2008 II · 第 2 题

AIME 2008 II — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Rudolph bikes at a constant rate and stops for a five-minute break at the end of every mile. Jennifer bikes at a constant rate which is three-quarters the rate that Rudolph bikes, but Jennifer takes a five-minute break at the end of every two miles. Jennifer and Rudolph begin biking at the same time and arrive at the 5050-mile mark at exactly the same time. How many minutes has it taken them?

Simple Solution

Let rr be the time Rudolph takes disregarding breaks and 43r\frac{4}{3}r be the time Jennifer takes disregarding breaks. We have the equation

r+5(49)=43r+5(24)r+5\left(49\right)=\frac{4}{3}r+5\left(24\right) 125=13r125=\frac13r r=375.r=375. Thus, the total time they take is 375+5(49)=620375 + 5(49) = \boxed{620} minutes.

解析

Solution 1

Let Rudolf bike at a rate rr, so Jennifer bikes at the rate 34r\dfrac 34r. Let the time both take be tt.

Then Rudolf stops 4949 times (because the rest after he reaches the finish does not count), losing a total of 495=24549 \cdot 5 = 245 minutes, while Jennifer stops 2424 times, losing a total of 245=12024 \cdot 5 = 120 minutes. The time Rudolf and Jennifer actually take biking is then t245,t120t - 245,\, t-120 respectively.

Using the formula r=dtr = \frac dt, since both Jennifer and Rudolf bike 5050 miles,

r=50t24534r=50t120\begin{aligned}r &= \frac{50}{t-245}\\ \frac{3}{4}r &= \frac{50}{t-120} \end{aligned} Substituting equation (1)(1) into equation (2)(2) and simplifying, we find

5034(t245)=501t12013t=24543120t=620 minutes\begin{aligned}50 \cdot \frac{3}{4(t-245)} &= 50 \cdot \frac{1}{t-120}\\ \frac{1}{3}t &= \frac{245 \cdot 4}{3} - 120\\ t &= \boxed{620}\ \text{minutes} \end{aligned}

Solution 2

Let the total time that Jennifer and Rudolph bike, including rests, to be tt minutes. Furthermore, let Rudolph's biking rate be rr so Jennifer's biking rate is 34r\frac{3}{4}r. Note that Rudolf takes 49 breaks, taking 49549\cdot 5 minutes, and Jennifer takes 24 breaks, taking 24524\cdot 5 minutes. Since they both reach the 50 mile mark, then by d=rtd=rt, the rate times time taken for Rudolph and Jennifer must equal. Hence, we disregard the breaks from the total time taken and get the equation

r(t495)=34r(t245),r(t-49\cdot 5)=\frac{3}{4}r(t-24\cdot 5), yielding t=620t=\boxed{620}.