document.write( "Question 310506: Transport a and transport b left the loading dock at noon and headed in opposite directions. If transport a traveled at 60mph and transport b traveled at 68mph, how many hours was it before they were 348 miles apart?
\n" );
document.write( "I need an equation for this kind of problem. Thank you so much! \n" );
document.write( "
Algebra.Com's Answer #222017 by mananth(16949) You can put this solution on YOUR website! Transport A speed = 60mph. \n" ); document.write( "Transport B speed = 68 mph \n" ); document.write( ". \n" ); document.write( "Assume they travel x hours when they are 348 miles away. \n" ); document.write( "Distance traveled by transport A = 60x \n" ); document.write( "Distance traveled by transport B = 68x\r \n" ); document.write( "\n" ); document.write( "60x+68x=348 \n" ); document.write( "128x=348 \n" ); document.write( "x= 348/128 \n" ); document.write( "x= 2.7 hours \n" ); document.write( "After 2.7 hours they will be 348 miles away \n" ); document.write( " |