document.write( "Question 601729: Two trains are traveling between city A and city B on parallel tracks. The first train will leave at 10:30 AM traveling at a velocity if 35 mph toward city B. The second train will leave city B at 2:30 PM traveling at a velocity of 60 mph toward city A. The two cities are 350 miles apart.\r
\n" );
document.write( "\n" );
document.write( "Write the parametric equations that describe this situation.
\n" );
document.write( "How long does each train travel before they pass eachother?
\n" );
document.write( "Which train will reach its destination first? \n" );
document.write( "
Algebra.Com's Answer #379968 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two trains are traveling between city A and city B on parallel tracks. \n" ); document.write( "The first train will leave at 10:30 AM traveling at a velocity if 35 mph toward city B. \n" ); document.write( "--- \n" ); document.write( "1st train DATA: \n" ); document.write( "rate = 35 mph ; time = x hrs ; distance = 35x miles \n" ); document.write( "------------------------------------------------------------ \n" ); document.write( "The second train will leave city B at 2:30 PM traveling at a velocity of 60 mph toward city A. \n" ); document.write( "--- \n" ); document.write( "2nd train DATA: \n" ); document.write( "rate = 60 mph ; time = x-4 hrs ; distance = 60(x-4) miles \n" ); document.write( "----- \n" ); document.write( "The two cities are 350 miles apart. \n" ); document.write( "Write the parametric equations that describe this situation. \n" ); document.write( "How long does each train travel before they pass each other? \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "distance + distance = 350 \n" ); document.write( "35x + 60(x-4) = 350 \n" ); document.write( "35x + 60x - 240 = 350 \n" ); document.write( "95x = 590 \n" ); document.write( "x = 6.21 hrs. = 6 hr 12 minutes \n" ); document.write( "=======================================\r \n" ); document.write( "\n" ); document.write( "Which train will reach its destination first? \n" ); document.write( "Train A takes 350/35 = 10 hrs \n" ); document.write( "10 hrs from 10:30AM is 8:30 PM \n" ); document.write( "------- \n" ); document.write( "Train B takes 350/60 = 5.83 hrs = 5 hr + 50 minutes \n" ); document.write( "5.83 hrs from 2:30 PM is 8:20 PM \n" ); document.write( "---- \n" ); document.write( "Train B will get to A before train A gets to B. \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |