document.write( "Question 106504: Over a distance of 120 km, the average speed of a train is 40km/h faster than that of a car. If the train covers the distance in 30min less time, find its average speed.\r
\n" );
document.write( "\n" );
document.write( "an equation for this pls?\r
\n" );
document.write( "\n" );
document.write( "thanks =D \n" );
document.write( "
Algebra.Com's Answer #77580 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"speed of train\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "from car ... t=d/r ... t=120/(x-40)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "from train ... r=d/t ... x=120/((120/(x-40))-30) \n" ); document.write( " |