document.write( "Question 437893: It takes George 8 minutes longer to drive to work than it does to get home using the same route. If his average speed going to work is 45 mph and his average speed going home is 54 mph, how far does George live from work ?\r
\n" );
document.write( "\n" );
document.write( "I have absolutely no idea where to begin with this one. It seems like it would be something along the lines of: let h represent the time to get home. 45(8h)=54 but it doesn't make sense. It also seems like the solution to solve this is to have a variable on both sides. Not sure... Thank you \n" );
document.write( "
Algebra.Com's Answer #302925 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let t = the time required to drive home (in hours) \n" ); document.write( "Then t + 8/60 = the time required to drive to work (in hours) \n" ); document.write( "The distance, d, is the same for both drives \n" ); document.write( "distance = speed x time \n" ); document.write( "So for the drive to work, we have \n" ); document.write( "d = 45*(t + 8/60) [1] \n" ); document.write( "And for the drive home: \n" ); document.write( "d = 54*t [2] \n" ); document.write( "Since the problem asks for d, we can solve [2] for t and subsitute in [1]. \n" ); document.write( "Then we are left with an equation in d only: \n" ); document.write( "t = d/54 \n" ); document.write( "d = 45(d/54 + 8/60) \n" ); document.write( "Solve for d: \n" ); document.write( "d = 5/6d + 45*8/60 -> 1/6d = 6 -> d = 36 miles \n" ); document.write( "Therefore, the distance is 36 miles \n" ); document.write( "Check: \n" ); document.write( "Drive time to work = 36 mi/45mph = 0.8 hrs = 48 min \n" ); document.write( "Drive time from work = 36 mi/54 mph = 2/3 hr = 40 min \n" ); document.write( "The drive to work takes 8 more mins. \n" ); document.write( " |