document.write( "Question 606716: a bus driver wants to average at least 40 mph on a 70-mi trip. if the first 35 mi take the driver 1 hr, what should be the lowest average speed for the second 35 mi?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #382198 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a bus driver wants to average at least 40 mph on a 70-mi trip. if the first 35 mi take the driver 1 hr, what should be the lowest average speed for the second 35 mi? \n" ); document.write( "----------- \n" ); document.write( "For a round-trip, or with parts of equal length, the avg speed is \n" ); document.write( "Avg = 2*r1*r2/(r1 + r2) \n" ); document.write( "40 = 2*35*r2/(35 + r2) \n" ); document.write( "1400 + 40r2 = 70r2 \n" ); document.write( "r2 = 1400/30 mi/hr \n" ); document.write( "140/3 mi/hr \n" ); document.write( "=~ 46.67 mi/hr \n" ); document.write( " |