Question 531232
Your brother competed in a long bicycle race. 
For the 1st half of the race he averaged 20 mi/h.
DATA: rate = 20mph ; distance = x miles ; time = x/20 hrs
--------------------- 
For the 2nd half of the race he averaged 13 mi/h.
DATA: rate = 13 mph ; distance = x miles ; time = x/13 hrs
------- 
What is his average speed in miles per hour for the whole race? 
---------------------
Average = total distance/total time
Ave = (2x)/[(x/20)+(x/13)] 
Ave = (2x)/(33x/(260))
Average speed  = 520/33 mph = 15.76 mph
===============
Cheers,
Stan H.
==============