document.write( "Question 243046: 2 trains, A and B travelling at a constant speeds left 2 different stations 640km apart. Train A started at noon and train B at 1pm. Travelling on parallel tracks towards each other, they passed each other at 4pm. If train A travelled at a speed of x km/h and train B was 20km/h slower than train A,\r
\n" );
document.write( "\n" );
document.write( "(i) write an expression, in terms of x, for the speed of Train B\r
\n" );
document.write( "\n" );
document.write( "(ii)write an expression, in terms of x, for the distance covered by train A just before it passed train B \n" );
document.write( "
Algebra.Com's Answer #178060 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Fundamentally, this is a distance equation, so w start with D = RT as our basic distance equation.\r \n" ); document.write( "\n" ); document.write( "Train A setup: \n" ); document.write( "D = 640 - distance travelled by Train B \n" ); document.write( "R = x \n" ); document.write( "T = 4 hrs when it passes Train B coming from the opposite direction.\r \n" ); document.write( "\n" ); document.write( "Train B setup: \n" ); document.write( "D = 640 - distance travelled by Train A \n" ); document.write( "R = x - 20 \n" ); document.write( "T = 3 hrs when it passes Train A coming from the opposite direction\r \n" ); document.write( "\n" ); document.write( "(i) Speed of Train B = x - 20\r \n" ); document.write( "\n" ); document.write( "(ii) Distance travelled by Train A = 4x\r \n" ); document.write( "\n" ); document.write( "Since the moment they pass each other they have covered the 640 km distance. We can take our solution farther by substituting what we know.\r \n" ); document.write( "\n" ); document.write( "4x + 3(x-20) = 640 \n" ); document.write( "4x + 3x - 60 = 640 \n" ); document.write( "7x = 700 \n" ); document.write( "x = 100\r \n" ); document.write( "\n" ); document.write( "So Train A is going 100 km/hr.\r \n" ); document.write( "\n" ); document.write( "We are told Train B is going 20 km/hr slower, so it is going 80.\r \n" ); document.write( "\n" ); document.write( "We can check the solution by substituting these values. And we can calculate answers to questions that have not (yet) been asked.\r \n" ); document.write( "\n" ); document.write( "Train A ran 100 km/hr for 4 hrs, so it had travelled 400 km at the moment it passed Train B. \n" ); document.write( "Train B ran 80 km/hr for 3 hrs, so it travelled 240 km at the moment it passed Train A. \n" ); document.write( "When they pass each other, their combined distance travelled logically has to be 640, which it is.\r \n" ); document.write( "\n" ); document.write( "So, we're done. \n" ); document.write( " |