84 calculate distance

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 226
Joined: Sun Aug 09, 2009 4:34 am

84 calculate distance

by ern5231 » Sun Oct 04, 2009 8:45 am
Two distant points T and R are 209 miles apart. A vehicle from T to R moves at average speed of 40, another vehicle from R to T at an average of 55. How far from T do the two vehicles meet?

The answer given is 80 miles but I am getting a different answer
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 202
Joined: Tue Sep 08, 2009 11:34 pm
Thanked: 15 times
GMAT Score:760

by cbenk121 » Sun Oct 04, 2009 8:54 pm
I got 88 miles.

Set up a system of equations:

D1 = 40 * T1
D2 = 55 * T2
D1 + D2 = 209
T1 = T2

The system quickly becomes 40T + 55T = 209 --> 95T = 209

Divide this out real quick to get T = 2.2 (whew, was clean).

We want D1 (distance from T), so plug T back into the first equation.

D1 = 40 * 2.2 = 88.

Is this what you got?