document.write( "Question 589218: A bicycle race covers a 75-mile training route to prepare for an upcoming race. If the racer could increase his average spees by 5 mph, he could complete the same course in 3/4 of the time. Find his average speed. \n" ); document.write( "
Algebra.Com's Answer #374762 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! A bicycle race covers a 75-mile training route to prepare for an upcoming race. If the racer could increase his average spees by 5 mph, he could complete the same course in 3/4 of the time. Find his average speed. \n" ); document.write( "============================ \n" ); document.write( "Let s = the average speed \n" ); document.write( "Let t = the time to complete the course \n" ); document.write( "Then we can write \n" ); document.write( "s = 75/t -> t = 75/s \n" ); document.write( "s + 5 = 75/(3/4t) = 100/t \n" ); document.write( "Eliminate t and solve for s: \n" ); document.write( "s + 5 = 100/(75/s) \n" ); document.write( "s + 5 = 4s/3 \n" ); document.write( "s = 15 \n" ); document.write( "So the average speed is s = 15 mph \n" ); document.write( " |