document.write( "Question 621651: Two cars leave the same place at the same time, one going east and one going west. The eastbound car averages 40mph, while the westbound car averages 50mph. In how many hours will they be 300 miles apart \n" ); document.write( "
Algebra.Com's Answer #390840 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Two cars leave the same place at the same time, one going east and one going west. The eastbound car averages 40mph, while the westbound car averages 50mph. In how many hours will they be 300 miles apart \n" ); document.write( ". \n" ); document.write( "Let x = time (hours) traveled \n" ); document.write( "then applying the distance formula (d=rt): \n" ); document.write( "40x + 50x = 300 \n" ); document.write( "90x = 300 \n" ); document.write( "x = 300/90 \n" ); document.write( "x = 3.33 hours \n" ); document.write( "or \n" ); document.write( "x = 3 hours and 20 minutes \n" ); document.write( " |