
Alberto F. answered 05/23/20
Computer Science and Math Educator, Software Engineer
There are 300 miles covered at 60mph and 100 miles at 40mph. Split the 300 into segments of 100 miles.
Average = sum of values / number of values
average = (60 + 60 + 60 + 40) / 4
average = 220 / 4 = 55
The average speed for the total trip is 55 mph.