document.write( "Question 889903: solve this;
\n" );
document.write( "A train travels 150 miles
\n" );
document.write( "in the same time that a plane
\n" );
document.write( "covers 400 miles.
\n" );
document.write( "if the speed of the plane is 20mph
\n" );
document.write( "less than three times the
\n" );
document.write( "speed of the train;
\n" );
document.write( "find both speeds? \n" );
document.write( "
Algebra.Com's Answer #538542 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A train travels 150 miles \n" ); document.write( "in the same time that a plane \n" ); document.write( "covers 400 miles. \n" ); document.write( "if the speed of the plane is 20mph \n" ); document.write( "less than three times the \n" ); document.write( "speed of the train; \n" ); document.write( "find both speeds? \n" ); document.write( "*** \n" ); document.write( "let x=speed of train \n" ); document.write( "3x-20=speed of plane \n" ); document.write( "travel time=distance/speed (same for both plane and train) \n" ); document.write( " \n" ); document.write( "400x=450x-3000 \n" ); document.write( "50x=3000 \n" ); document.write( "x=60 \n" ); document.write( "3x-20=180-20=160 \n" ); document.write( "speed of train=60 mph \n" ); document.write( "speed of plane=160 mph \n" ); document.write( " |