document.write( "Question 567590: train 1 is travelling from a - b at a speed of 105 miles per hour. time duration = 30 minutes
\n" );
document.write( "Train 2 is travelling from b - a at 85 miles per second . What is the current distance of both trains? \n" );
document.write( "
Algebra.Com's Answer #366659 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! train 1 is traveling from a - b at a speed of 105 miles per hour. \n" ); document.write( "time duration = 30 minutes \n" ); document.write( "Train 2 is traveling from b - a at 85 miles per second . \n" ); document.write( "What is the current distance of both trains? \n" ); document.write( ": \n" ); document.write( "Change 30 min to .5 hrs \n" ); document.write( ": \n" ); document.write( "Train 1: .5 * 105 = 52.5 mi from a \n" ); document.write( "Train 2: .5 * 85 = 42.5 mi from b \n" ); document.write( " |