winniethepooh wrote:During a trip, Francine traveled x percent of the total distance at an average speed of 40 miles per hour and the rest of the distance at an average speed of 60 miles per hour. In terms of x, what was Francine's average speed for the entire trip?
A. (180 - x) /2
B. (x + 60) /4
C. (300 - x ) / 5
D. 600 / (115 - x )
E. 12,000 / ( x + 200)
An important thing to realize here in terms of making the problem easier is that it doesn't actually matter at all how long the trip was, since how these speeds will weigh against each other is determined exclusively by their weight
relative to each other. So we may as well say that the trip was 100 miles long, just to make it easy since there are percents here. In that case, we've got d=rt --> r = d/t, and here, we break the distance up into two parts, d1 and d2 (d1 representing the portion traveled at 40mph and d2 representing the portion traveled at 60mph. Overall avg rate = (total distance)/(total time). We'll break the time up in the same fashion into t1 and t2. So, again supposing that the trip is 100 miles long,
d1 = x miles t1 = d1/r1 = x/40
d2 = 100-x miles t2 = d2/r2 = (100-x)/60
d"total" = 100 t"total" = t1 + t2 = x/40 + (100-x)/60 = 3x/120 + (200-2x)/120 = [3x+(200-2x)]/120 = (x+200)/120
avg. rate = (total distance)/(total time) = 100/[(x+200)/120] = 100 * [120/(x+200)] = 12000/(x+200).