返回题库

AIME 2014 I · 第 4 题

AIME 2014 I — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 4

Jon and Steve ride their bicycles along a path that parallels two side-by-side train tracks running the east/west direction. Jon rides east at 2020 miles per hour, and Steve rides west at 2020 miles per hour. Two trains of equal length, traveling in opposite directions at constant but different speeds each pass the two riders. Each train takes exactly 11 minute to go past Jon. The westbound train takes 1010 times as long as the eastbound train to go past Steve. The length of each train is mn\tfrac{m}{n} miles, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution 1

For the purposes of this problem, we will use miles and minutes as our units; thus, the bikers travel at speeds of 13\dfrac{1}{3} mi/min.

Let dd be the length of the trains, r1r_1 be the speed of train 1 (the faster train), and r2r_2 be the speed of train 2.

Consider the problem from the bikers' moving frame of reference. In order to pass Jon, the first train has to cover a distance equal to its own length, at a rate of r113r_1 - \dfrac{1}{3}. Similarly, the second train has to cover a distance equal to its own length, at a rate of r2+13r_2 + \dfrac{1}{3}. Since the times are equal and d=rtd = rt, we have that dr113=dr2+13\dfrac{d}{r_1 - \dfrac{1}{3}} = \dfrac{d}{r_2 + \dfrac{1}{3}}. Solving for r1r_1 in terms of r2r_2, we get that r1=r2+23r_1 = r_2 + \dfrac{2}{3}.

Now, let's examine the times it takes the trains to pass Steve. This time, we augment train 1's speed by 13\dfrac{1}{3}, and decrease train 2's speed by 13\dfrac{1}{3}. Thus, we have that dr213=10dr1+13\dfrac{d}{r_2 - \dfrac{1}{3}} = 10\dfrac{d}{r_1 + \dfrac{1}{3}}.

Multiplying this out and simplifying, we get that r1=10r2113r_1 = 10r_2 - \dfrac{11}{3}. Since we now have 2 expressions for r1r_1 in terms of r2r_2, we can set them equal to each other:

r2+23=10r2113r_2 + \dfrac{2}{3} = 10r_2 - \dfrac{11}{3}. Solving for r2r_2, we get that r2=1327r_2 = \dfrac{13}{27}. Since we know that it took train 2 1 minute to pass Jon, we know that 1=dr2+131 = \dfrac{d}{r_2 + \dfrac{1}{3}}. Plugging in 1327\dfrac{13}{27} for r2r_2 and solving for dd, we get that d=2227d = \dfrac{22}{27}, and our answer is 27+22=04927 + 22 = \boxed{049}.

Solution 2

Using a similar approach to Solution 1, let the speed of the east bound train be aa and the speed of the west bound train be bb.

So a20=b+20a-20=b+20 and a+20=10(b20)a+20=10(b-20).

From the first equation, a=b+40a=b+40. Substituting into the second equation,

b+60=10b200b+60=10b-200 260=9b260=9b b=2609 mphb=\frac{260}{9}\text{ mph} This means that

a=2609+40=6209 mpha=\frac{260}{9}+40=\frac{620}{9}\text{ mph} Checking, we get that the common difference in Jon's speed and trains' speeds is 4409\frac{440}{9} and the differences for Steve is 8009\frac{800}{9} and 809\frac{80}{9}.

This question assumes the trains' lengths in MILES:

4409160=440540=2227 miles\frac{440}{9}\cdot \frac{1}{60}=\frac{440}{540}=\frac{22}{27}\text{ miles} Adding up, we get 22+27=04922+27=\boxed{049}.

Solution 3

Let the length of the trains be LL, let the rate of the westward train be WRW_{R}, ;et the rate of the eastward train be ERE_{R}, and let the time it takes for the eastward train to pass Steve be ETE_{T}.

We have that

L=(160)(WR+20)L=(\frac{1}{60})(W_{R}+20)

L=(160)(ER20)L=(\frac{1}{60})(E_{R}-20).

Adding both of the equations together, we get that

2L=WR60+ER60    120L=WR+ER2L=\frac{W_{R}}{60}+\frac{E_{R}}{60}\implies 120L=W_{R}+E_{R}.

Now, from the second part of the problem, we acquire that

L=(ET)(ER+20)L=(E_{T})(E_{R}+20) L=(10ET)(WR20)L=(10E_{T})(W_{R}-20)

Dividing the second equation by the first, we get that... 1=10(WR20)ER+20    ER+20=10WR200    ER+220=10WR    ER=10WR2201=\frac{10(W_{R}-20)}{E_{R}+20}\implies E_{R}+20=10W_{R}-200\implies E_{R}+220=10W_{R}\implies E_{R}=10W_{R}-220.

Now, substituting into the 120L=WR+ER120L=W_{R}+E_{R}.

120L=WR+(10WR220)    120L=11WR220    WR=120L+22011120L=W_{R}+(10W_{R}-220)\implies 120L= 11W_{R}-220\implies W_{R}=\frac{120L+220}{11}.

Finally, plugging this back into our very first equation..

L=(160)((120L+22011)+20)    660L=120L+440    540L=440    L=2227L=(\frac{1}{60})((\frac{120L+220}{11})+20)\implies 660L=120L+440\implies 540L=440\implies L=\frac{22}{27}.

Hence, the answer is 22+27=04922+27=\boxed{049}.