document.write( "Question 1056977: A van full of storm chasers is driving along a straight road at 61 miles per hour in hopes of filming a tornado. The tornado, 5 miles away, is traveling along the same road and moving directly towards them, traveling at 36 miles per hour. If neither the van nor the tornado changes course, how long will it be before they meet?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #672044 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A van full of storm chasers is driving along a straight road at 61 miles per hour in hopes of filming a tornado. \n" ); document.write( " The tornado, 5 miles away, is traveling along the same road and moving directly towards them, traveling at 36 miles per hour. \n" ); document.write( " If neither the van nor the tornado changes course, how long will it be before they meet? \n" ); document.write( ": \n" ); document.write( "let t = time for this to occur \n" ); document.write( "When they meet the sum of their distances traveled will = 5 mi \n" ); document.write( "Write a dist equation; dist = speed * time \n" ); document.write( "61t + 36t = 5 \n" ); document.write( "97t = 5 \n" ); document.write( "t = 5/97 hrs \n" ); document.write( "convert that to minutes \n" ); document.write( " |