document.write( "Question 295564: Two cars leave the airport at the same time and travel in opposite directions. If one car travels at 35 mph and the other at 25 mph,how long will it take for them to be 300 miles apart? \n" ); document.write( "
Algebra.Com's Answer #213061 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Two cars leave the airport at the same time and travel in opposite directions. If one car travels at 35 mph and the other at 25 mph,how long will it take for them to be 300 miles apart?\r \n" ); document.write( "\n" ); document.write( "let car A have a rate of 35mph\r \n" ); document.write( "\n" ); document.write( "et car b have a rate of 25 mph\r \n" ); document.write( "\n" ); document.write( "let them be 300 miles apart after time t\r \n" ); document.write( "\n" ); document.write( "car A travels 35t miles and car be travels 25t \r \n" ); document.write( "\n" ); document.write( "35t+25t=300\r \n" ); document.write( "\n" ); document.write( "60t=300\r \n" ); document.write( "\n" ); document.write( "t=300/60\r \n" ); document.write( "\n" ); document.write( "t=5\r \n" ); document.write( "\n" ); document.write( "They are 300 miles apart after 5 hours. \n" ); document.write( " |