document.write( "Question 675790: A truck was able to average only 40 mph for the first 4 hours of a delivery route. How long must the driver travel at a speed of 55 mph to average 50 mph for the trip? \n" ); document.write( "
Algebra.Com's Answer #420060 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A truck was able to average only 40 mph for the first 4 hours of a delivery route. How long must the driver travel at a speed of 55 mph to average 50 mph for the trip? \n" ); document.write( "------------------------- \n" ); document.write( "d = r*t \n" ); document.write( "r = d/t \n" ); document.write( "r = (40*4 + 55t)/(t+4) = 50 ..... (t = time at 55 mi/hr) \n" ); document.write( "55t + 160 = 50t + 200 \n" ); document.write( "t = 8 hours at 55 mi/hr \n" ); document.write( " \n" ); document.write( " |