document.write( "Question 292393: A person drives to a tennis match at 48mph and returns home at 54mph. If the total driving time was 17 hours, how far away is the match? \n" ); document.write( "
Algebra.Com's Answer #211205 by oberobic(2304) ![]() You can put this solution on YOUR website! x = driving time to the match \n" ); document.write( "y = driving time from the match \n" ); document.write( "x + y = 17 \n" ); document.write( "So x = 17-y and y = 17-x \n" ); document.write( "Using the distance formula d = rt, we know the rates, but not the times or distances. \n" ); document.write( "But we know the distance is same both ways (or at least we can assume it is). \n" ); document.write( "Substituting what we know about the time... \n" ); document.write( "48x = d \n" ); document.write( "54(17-x) = d \n" ); document.write( "So, \n" ); document.write( "48x = 54(17-x) \n" ); document.write( "divide both sides be 6 \n" ); document.write( "8x = 9(17-x) \n" ); document.write( "expand \n" ); document.write( "8x = 153 - 9x \n" ); document.write( "add 9x to both sides \n" ); document.write( "17x = 153 \n" ); document.write( "divide through by 17 \n" ); document.write( "x = 153/17 = 9 \n" ); document.write( "x = 9, which is the time driving to the match \n" ); document.write( "y = 17-9 = 8, which is the time driving home \n" ); document.write( ". \n" ); document.write( "How far away is the match? \n" ); document.write( "Well, we can use that to check our answer. \n" ); document.write( "d = 48 miles/hr * 9 hr = 432 miles \n" ); document.write( "d = 54 miles/hr * 8 hr = 432 miles \n" ); document.write( "Correct! \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "The match is 432 miles away. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |