document.write( "Question 414604: train A is 18mph faster than train B. Train A travels 250 miles at the same time as train B travels 160 miles. I need to find the speed of each train.
\n" );
document.write( "I dont need an answer, just an equation because i am stuck. \n" );
document.write( "
Algebra.Com's Answer #290803 by mananth(16949) You can put this solution on YOUR website! Train B speed = xmph---- 160 miles \n" ); document.write( "Train A= x+18 mph ----250 miles\r \n" ); document.write( "\n" ); document.write( "250/(x+18)= 160/x \n" ); document.write( " |