document.write( "Question 715206: Hi. I continually have difficulty solving distance problems involving multiple variables. Here is my question. Thank you so much.\r
\n" );
document.write( "\n" );
document.write( " A railroad and a highway intersect at right angles. A train is 10 miles from the intersection at the same moment that a car is 6 miles from the intersection. Both are traveling at 30 mph. How long until they are 4 miles apart?\r
\n" );
document.write( "\n" );
document.write( "There are two answers:
\n" );
document.write( "First time = _______ minutes
\n" );
document.write( "Second time = ______ minutes \n" );
document.write( "
Algebra.Com's Answer #439294 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A railroad and a highway intersect at right angles. A train is 10 miles from the intersection at the same moment that a car is 6 miles from the intersection. Both are traveling at 30 mph. How long until they are 4 miles apart? \n" ); document.write( "---- \n" ); document.write( "Draw the picture so you can see what is happening with the distances: \n" ); document.write( "Train DATA: \n" ); document.write( "rate = 30 mph ; time = t hours ; distance = 30t miles \n" ); document.write( "--- \n" ); document.write( "Car DATA: \n" ); document.write( "rate = 30 mph ; time = t hour ; distance = 30t miles \n" ); document.write( "----- \n" ); document.write( "Distance train is from the intersection: 10-30t miles \n" ); document.write( "Distance car is from the intersection: 6-30t miles \n" ); document.write( "----- \n" ); document.write( "Use Pythagoras: \n" ); document.write( "(10-30t)^2 + (6-30t)^2 = 4^2 \n" ); document.write( "100 - 600t + 900t^2 + 36 - 360t + 900t^2 = 16 \n" ); document.write( "------- \n" ); document.write( "1800t^2 -960t + 120 = 0 \n" ); document.write( "------- \n" ); document.write( "Divide thru by 120 to get: \n" ); document.write( "15t^2 - 8t + 1 = 0 \n" ); document.write( "(3t-1)(5t-1) = 0 \n" ); document.write( "---- \n" ); document.write( "t = 1/3 hr = 20 min \n" ); document.write( "Or \n" ); document.write( "t = 1/5 hr = 12 min \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |