document.write( "Question 270193: 2 cars start at an interstate and travels in the same direction at average speeds of 40 miles per hour and 55 miles per hour. How much time must elapse before the 2 cars are 5 miles apart? \n" ); document.write( "
Algebra.Com's Answer #197961 by drk(1908) ![]() You can put this solution on YOUR website! This is an RTD problem. Here is a table based on the given information. \n" ); document.write( "cars. . . . . . . . .rate . . . . . . . .time . . . . . . . . . .distance \n" ); document.write( "A. . . . . . . . . . . 40. . . . . . . . . .t. . . . . . . . . . . . . .40t \n" ); document.write( "B . . . . . . . . . . .55. . . . . . . . . .t. . . . . . . . . . . . . .55t \n" ); document.write( "totals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 \n" ); document.write( "Looking at column 3, we get \n" ); document.write( "55t - 40t = 5 \n" ); document.write( "15t = 5 \n" ); document.write( "t = 1/3 hr \n" ); document.write( "This is 20 minutes. \n" ); document.write( " |