document.write( "Question 704924: two trains leave the station, one traveling east at 40mph the other west at 30mph. how long will it take for the trains to be 245 miles apart? \n" ); document.write( "
| Algebra.Com's Answer #434345 by lwsshak3(11628)      You can put this solution on YOUR website! two trains leave the station, one traveling east at 40mph the other west at 30mph. how long will it take for the trains to be 245 miles apart? \n" ); document.write( "let x=distance train traveling east \n" ); document.write( "245-x=distance train traveling west \n" ); document.write( "Travel time=distance/speed (same for both trains) \n" ); document.write( "x/40=245-x/30 \n" ); document.write( "30x=9800-40x \n" ); document.write( "70x=9800 \n" ); document.write( "x=140 \n" ); document.write( "Travel time=140/40=3.5 hrs \n" ); document.write( "how long will it take for the trains to be 245 miles apart? 3.5 hrs \n" ); document.write( " |