document.write( "Question 461575: you are meeting a friend to ride a bike around a track. Your friend has already completed 2 laps (1/4 mile each lap) at 20 mi/hr and wants to do 20 laps total. If you want to do 20 laps also and finish at the exact same time, how fast do you have to ride? \n" ); document.write( "
Algebra.Com's Answer #316522 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! you are meeting a friend to ride a bike around a track. Your friend has already completed 2 laps (1/4 mile each lap) at 20 mi/hr and wants to do 20 laps total. If you want to do 20 laps also and finish at the exact same time, how fast do you have to ride. \n" ); document.write( ".. \n" ); document.write( "let x=speed (mph) you have to ride to finish at the exact same time as your friend \n" ); document.write( "Your speed=distance/travel time \n" ); document.write( "distance=1/4*20=20/4=5 mi \n" ); document.write( "Travel time=time it takes friend to complete 18 laps at 20 mph \n" ); document.write( "Friend's distance=18/4=4.5 mi \n" ); document.write( "Friend's travel time=distance/speed=4.5/20=.225 hrs \n" ); document.write( "your speed=5/.225=22.22 mph \n" ); document.write( "ans: \n" ); document.write( "Speed you have to ride to finish at the exact same time as your friend=22.22 mph \n" ); document.write( " |