Question (nov. 25)

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 245
Joined: Thu Aug 16, 2007 12:41 pm

Question (nov. 25)

by bacali » Tue Nov 25, 2008 8:03 am
Q17:

A driver completed the first 20 miles of a 40-mile trip at an average speed of 50 miles per hour. At what average speed must the driver complete the remaining 20 miles to achieve an average speed of 60 miles per hour for the entire 40-mile trip? (Assume that the driver did not make any stops during the 40-mile trip.)

A. 65 mph
B. 68 mph
C. 70 mph
D. 75 mph
E. 80 mph


OA: D
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 114
Joined: Mon Oct 20, 2008 7:03 pm
Thanked: 4 times
Followed by:5 members

by jnellaz » Tue Nov 25, 2008 11:37 am
I did it this way:

Driver completes the first part of the trip:
20 miles at a rate of 50 miles per hour
T = D/R = 20/50 or 2/5 of an hour. 2/5 x 60 minutes = 24 minutes

The driver must complete the 40 mile trip in an average of 60 miles:
T = D/R = 40/60 or 4/6 of an hour. 4/6 x 60 minutes = 40 minutes

Meaning the remaining time left in the trip is 40 minutes (total time) - 24 minutes (first half of trip which is 20 miles) = 16 minutes (Time Left)

There are 20 miles remaining, thus 20/16 x 60 minutes
= 1.25 x 60 = 75 miles per hour

User avatar
GMAT Instructor
Posts: 3225
Joined: Tue Jan 08, 2008 2:40 pm
Location: Toronto
Thanked: 1710 times
Followed by:614 members
GMAT Score:800

Re: Question (nov. 25)

by Stuart@KaplanGMAT » Tue Nov 25, 2008 12:12 pm
bacali wrote:Q17:

A driver completed the first 20 miles of a 40-mile trip at an average speed of 50 miles per hour. At what average speed must the driver complete the remaining 20 miles to achieve an average speed of 60 miles per hour for the entire 40-mile trip? (Assume that the driver did not make any stops during the 40-mile trip.)

A. 65 mph
B. 68 mph
C. 70 mph
D. 75 mph
E. 80 mph

First, a quick guessing tip on round trip questions (i.e. any distance question that has 2 parts of equal distance): the average speed will always be closer to the slower of the two speeds.

On this question, we know that 60, the overall average, has to be closer to 50 than to the quick speed. Therefore, the quick speed MUST be greater than 70mph... eliminate (A), (B) and (C). Worse case, we have a 50/50 shot at the question (in under 20 seconds).

Now that we have it narrowed down, let's backsolve!

Plugging in (E) 80:

Part 1:

d = r*t
20 = 50t
t = 2/5

Part 2:

d = r*t
20 = 80t
t = 1/4

Total trip:

d = r*t
40 = r*(1/4 + 2/5)
40 = r(5/20 + 8/20)
40 = r(13/20)
40(20/13) = r

well, 800/13 certainly doesn't equal 60 - eliminate (E), choose (D).

If we had plugged in (D) 75:

Part 1:

d = r*t
20 = 50t
t = 2/5

Part 2:

d = r*t
20 = 75t
t = 4/15

Total trip:

d = r*t
40 = r*(4/15 + 2/5)
40 = r(4/15 + 6/15)
40 = r(10/15)
40 = r(2/3)
40(3/2) = r
60 = r... bingo!

Of course, if you're an algebra person, you could have set up the equations and solved them instead. As a general rule, if the equations jump out at you, algebra is probably your best approach. If the equations don't jump out at you (or if you're a variablephobe), then backsolving is a great alternative.
Image

Stuart Kovinsky | Kaplan GMAT Faculty | Toronto

Kaplan Exclusive: The Official Test Day Experience | Ready to Take a Free Practice Test? | Kaplan/Beat the GMAT Member Discount
BTG100 for $100 off a full course

Master | Next Rank: 500 Posts
Posts: 245
Joined: Thu Aug 16, 2007 12:41 pm

by bacali » Wed Nov 26, 2008 7:56 am
Thanks a lot.