document.write( "Question 615045: The speed of a passenger train is 18 mph faster than the speed od a freight train. The passenger train travels 250 miles in the same time it takes the freight train to travel 160 miles. Find the speed of each train.\r
\n" );
document.write( "\n" );
document.write( "What is the speed of passenger train?
\n" );
document.write( "What is the speed of freight train? \n" );
document.write( "
Algebra.Com's Answer #386967 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let speed of freight train be x mph - 160 miles \n" ); document.write( "passanger train speed = x+18 --------250\r \n" ); document.write( "\n" ); document.write( "time is same for both \n" ); document.write( "t= d/r \n" ); document.write( "250/(x+18) = 160/x\r \n" ); document.write( "\n" ); document.write( "250x= 160(x+18) \n" ); document.write( "250x= 160x+ 2880 \n" ); document.write( "250x-160x=2880 \n" ); document.write( "90x= 2880 \n" ); document.write( "/90 \n" ); document.write( "x=32 mph\r \n" ); document.write( "\n" ); document.write( " the speed of passenger train =32mph \n" ); document.write( "the speed of freight train = 32+18 = 50 mph \n" ); document.write( " |