document.write( "Question 1083006: The average speed of an express train is 40 km/h faster than the average speed of a bus. To
\n" ); document.write( "travel 1200km, the bus requires 50% more time than the train. Determine the average
\n" ); document.write( "speeds of the train and the bus
\n" ); document.write( "

Algebra.Com's Answer #697013 by ikleyn(52798)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let B be average speed of the bus, in kilometers per hour.\r\n" );
document.write( "\r\n" );
document.write( "Then the average speed of the train is (B+40) km/h, according to the condition.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The bus covers 1200 km in \"1200%2FB\" hours.\r\n" );
document.write( "The train covers 1200 km in \"1200%2F%28B%2B40%29\" hours.\r\n" );
document.write( "\r\n" );
document.write( "The condition says that to travel 1200 km, the bus requires 50% more time than the train. It means that\r\n" );
document.write( "\r\n" );
document.write( "\"1200%2FB\" = \"1.5%2A%281200%2F%28B%2B40%29%29\".\r\n" );
document.write( "\r\n" );
document.write( "It is your equation to find the unknown B.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify it step by step, first canceling 1200 in both sides:\r\n" );
document.write( "\r\n" );
document.write( "\"1%2FB\" = \"1.5%2F%28B+%2B+40%29\"  ---->\r\n" );
document.write( "\r\n" );
document.write( "B + 40 = 1.5*B  (after cross multiplying)  ---->\r\n" );
document.write( "\r\n" );
document.write( "0.5B = 40  ---->  B = \"40%2F0.5\" = 80 km/h.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus the bus speed is 80 km/h.\r\n" );
document.write( "\r\n" );
document.write( "Then the train speed is (B+40) = 80 + 40 = 120 km/h.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Check.  Bus' time = {{1200/80}}} = 15 hours.\r\n" );
document.write( "\r\n" );
document.write( "        Train's time = \"1200%2F120\" = 10 hours.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The bus' speed = 80 km/h.  The train' speed = 120 km/h.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );