document.write( "Question 167196: Two trains depart simultaneously from a station, traveling in opposite directions. One averages 8 km/h more than the other, and after a 1/2 hour they are 100 km apart. Determine the speed of each train. \n" ); document.write( "
Algebra.Com's Answer #123132 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x/2+(x+8)/2=100 \n" ); document.write( "(x+x+8)/2=100 \n" ); document.write( "2x+8=2*100 \n" ); document.write( "2x+8=200 \n" ); document.write( "2x=200-8 \n" ); document.write( "2x=192 \n" ); document.write( "x=192/2 \n" ); document.write( "x=96 kmh is the speed of the slower train. \n" ); document.write( "96+8=104 kmh is the speed of the faster train. \n" ); document.write( "Proof: \n" ); document.write( "96/2+104/2=100 \n" ); document.write( "48+52=100 \n" ); document.write( "100=100 \n" ); document.write( " |