document.write( "Question 1111884: A bus and truck left town A at 10:00 am and went along the road between towns A and B at a constant speed. At the same time, a car set off from B along the same road at a constant speed. The car first met the truck 30 minutes later and then after 10 more minutes, it met the bus. The truck reached B, immediately turned back, and on it's way to A, met the bus 2 hours since it left A. When will the truck get back to A? \n" ); document.write( "
Algebra.Com's Answer #726940 by ikleyn(52909)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A bus and truck left town A at 10:00 am and went along the road between towns A and B at a constant speed.
\n" ); document.write( "At the same time, a car set off from B along the same road at a constant speed.
\n" ); document.write( "The car first met the truck 30 minutes later and then after 10 more minutes, it met the bus.
\n" ); document.write( "The truck reached B, immediately turned back, and on it's way to A, met the bus 2 hours since it left A.
\n" ); document.write( "When will the truck get back to A?
\n" ); document.write( "~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        First step is to translate the words into Math equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let C = speed of the car (in units of length per MINUTE),\r\n" );
document.write( "\r\n" );
document.write( "    T = speed of the truck;   B = speed of the bus  (in the same units).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(1)  The car first met the truck 30 minutes           ====>  30*C + 30*T = D,  the distance between A and B.\r\n" );
document.write( "\r\n" );
document.write( "(2)  Then after 10 more minutes, the car met the bus  ====>  40*C + 40*B = D.\r\n" );
document.write( "\r\n" );
document.write( "(3)  The truck reached B, immediately turned back, and on it's way to A, met the bus 2 hours since it left A. \r\n" );
document.write( "                                                      ====>  120*T + 120*B = 2D.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Stretch your mind as strong as you can to understand all and each of these equations.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "        Thus the major part IS DONE - the setup is completed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "You have this system of equations\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( " 30*C +  30*T = D      \r\n" );
document.write( " 40*C +  40*B = D      \r\n" );
document.write( "120*T + 120*B = 2D.    \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Or, equivalently\r\n" );
document.write( "\r\n" );
document.write( "120*C + 120*T = 4D      (1)\r\n" );
document.write( "120*C + 120*B = 3D      (2)\r\n" );
document.write( "120*T + 120*B = 2D.     (3)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Add all three equations (1), (2) and (3)\r\n" );
document.write( "\r\n" );
document.write( "240C + 240T + 240B = 9D.      (4)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Divide by 2 both sides of (4) to get\r\n" );
document.write( "\r\n" );
document.write( "120C + 120T + 120B = 4.5D     (5)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Subtract eq(2) from (5) (both sides).  You will get\r\n" );
document.write( "\r\n" );
document.write( "120T = 4.5D - 3D = 1.5D  ====>  D/T =  \"120%2F1.5\" = 80.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It means that the truck needs 80 minutes to cover the distance between A and B.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In the problem, the truck covers the distance D twice.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It requires 2*80 = 160 minutes = 2 hours and 40 minutes\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is time for the truck to be on the way.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "When will the truck get back to A ? - at 10:00 am + 2 hours and 40 minutes = 12:40, or 40 minutes after noon.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        ***********************
\n" ); document.write( "        * * * S O L V E D * * *
\n" ); document.write( "        ***********************\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );