document.write( "Question 528531: An animal runs with velocity 50 km/h for 6 minutes, 12 km/h for the next 3 minutes, and 40 km/h for another 5 minutes. Compute the total distance traveled. \n" ); document.write( "
Algebra.Com's Answer #349323 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
6 min = 6/60 = 1/10 hr
\n" ); document.write( "3 min = 3/60 = 1/20 hr
\n" ); document.write( "5 min = 5/60 = 1/12 hr
\n" ); document.write( ".
\n" ); document.write( "1/10 hr * 50 km/hr + 1/20 hr * 12 km/hr + 1/12 hr * 40 km/hr = 134/15 = 8.93333333 km
\n" ); document.write( "
\n" ); document.write( "
\n" );