document.write( "Question 262765: Drive home from Dallas at 60 mph and returned home at speed of 45 mph. If the total driving time was 21 hours, how far is it from your home to Dallas? I have tried the D=r*t formula but I can't seem to plug it together correctly. Can you show me the correct equation by steps? Thank you \n" ); document.write( "
Algebra.Com's Answer #193546 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! This is an RTD problem. creating a table from above, we get \n" ); document.write( "driving . . . . . rate . . . . . .time . . . . . distance \n" ); document.write( "from D . . . . . .60 . . . . . . .T . . . . . . . . 60T \n" ); document.write( "home . . . . . . .45 . . . . . .21 - T . . . . . 945 - 45T \n" ); document.write( "total . . . . . . . . . . . . . . . . 21. . . . . . . . . . . . . . \n" ); document.write( "It appears that the distances are equal, so we get \n" ); document.write( "60T = 945 - 45T \n" ); document.write( "and then \n" ); document.write( "105T = 945 \n" ); document.write( "T = 9. \n" ); document.write( "We need distances, so \n" ); document.write( "60(9) = 540 miles \n" ); document.write( "45 (21-9) = 45(12) = 540 miles. \n" ); document.write( " |