document.write( "Question 154757This question is from textbook college algebra ninth edition
\n" );
document.write( ": Two cars leave a gas station travling in opposite directions. One car travels at 60 mph and the other at 64 mph. In how many hours will they be 310 miles apart? \n" );
document.write( "
Algebra.Com's Answer #113951 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! For this problem, you'll need to apply the \"distance formula\": \n" ); document.write( "d = rt \n" ); document.write( "where \n" ); document.write( "d is distance \n" ); document.write( "r is rate or speed \n" ); document.write( "t is time \n" ); document.write( ". \n" ); document.write( "Let x = time traveled \n" ); document.write( ". \n" ); document.write( "\"distance traveled by 60 mph car\" + \"distance traveled by 64 mph car\" = 310 \n" ); document.write( ". \n" ); document.write( "60x + 64x = 310 \n" ); document.write( "124x = 310 \n" ); document.write( "x = 310/124 \n" ); document.write( "x = 2.5 hours \n" ); document.write( " |