document.write( "Question 531232: Your brother competed in a long bicycle race. For the 1st half of the race he averaged 20 mi/h. For the 2nd half of the race he averaged 13 mi/h. What is his average speed in miles per hour for the whole race? \n" ); document.write( "
Algebra.Com's Answer #350377 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Your brother competed in a long bicycle race. \n" ); document.write( "For the 1st half of the race he averaged 20 mi/h. \n" ); document.write( "DATA: rate = 20mph ; distance = x miles ; time = x/20 hrs \n" ); document.write( "--------------------- \n" ); document.write( "For the 2nd half of the race he averaged 13 mi/h. \n" ); document.write( "DATA: rate = 13 mph ; distance = x miles ; time = x/13 hrs \n" ); document.write( "------- \n" ); document.write( "What is his average speed in miles per hour for the whole race? \n" ); document.write( "--------------------- \n" ); document.write( "Average = total distance/total time \n" ); document.write( "Ave = (2x)/[(x/20)+(x/13)] \n" ); document.write( "Ave = (2x)/(33x/(260)) \n" ); document.write( "Average speed = 520/33 mph = 15.76 mph \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |