suppose a trip has two or more "legs", and for each leg, you may know different quantities (distance, time, speed). suppose you have to find the average velocity of the whole trip. what is the general procedure for solving this problem?
1) in each leg separately, use d = rt to find the distance of the leg and the time of the leg.
2) add all the leg distances to get the total distance.
3) add all the leg times to get the total time.
4) use the equation: