document.write( "Question 319981: Dan is preparing for a 10-mile race. He will run the first 5 miles at an average speed of 6 miles per hour, the next 3 miles at an average speed of 8 miles per hour, and the final 2 miles at an average speed of 10 miles per hour. How many hours, rounded to the nearest hundredth of an hour, will it take Dan to run the race if he follows his plan? \n" ); document.write( "
Algebra.Com's Answer #229199 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Dan is preparing for a 10-mile race. \n" ); document.write( "first 5 miles average speed of 6 miles per hour, \n" ); document.write( "next 3 miles at an average speed of 8 miles per hour, \n" ); document.write( "final 2 miles at an average speed of 10 miles per hour. \n" ); document.write( ".. \n" ); document.write( "first leg time = 5/6 hours \n" ); document.write( "second leg time = 3/8 hours \n" ); document.write( "third leg time = 2/10 hours \n" ); document.write( ".. \n" ); document.write( "total time = 5/6+3/8+2/10 \n" ); document.write( "LCM = 480 \n" ); document.write( "5*80 + 3*60+2*48 / 480 \n" ); document.write( "400+180+96 / 480 \n" ); document.write( "676/480 \n" ); document.write( "= 1.41 hours \n" ); document.write( " |