document.write( "Question 661492: a cyclist is travelling a distance of 134 km.
\n" );
document.write( "what is the average speed, if the trip takes 5 hours and 18 minutes
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #411633 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! speed = distance/time \n" ); document.write( "convert time to hour unit only \n" ); document.write( "18 min x 1 hr/60 min = .3 hr \n" ); document.write( "Total trip is 5.3 hr \n" ); document.write( "speed = 134 km/5.3 hr = 25.3 km/hr \n" ); document.write( "If speed as mi/hr \n" ); document.write( "convert 134 km to miles \n" ); document.write( "134 km x 1 mi/1.609344 km = 83.3 mi \n" ); document.write( "83.3 mi / 5.3 hr = 15.7 m/hr \n" ); document.write( " |