document.write( "Question 67435: The Jones family drove to Disneyland at 50 miles per hour and returned on the same route at 40mph. Find the distance to Disneyland if the total driving time was 7.2 hours.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #47977 by tom_from_nam(1)![]() ![]() ![]() You can put this solution on YOUR website! First, we know the formula d = v x t, thus t = d/v. \n" ); document.write( "The driving time from the Jones' house to Disneyland will equal d / 50 with d as the distance between their house and Disneyland. \n" ); document.write( "Similarly, the driving time from Disneyland back to their house is d / 40. \n" ); document.write( "According to the problem, we also know that the total time for driving to Disneyland and back is 7.2 hours. \n" ); document.write( "Therefore, we can set up an equation with d being the unknown as follows: \n" ); document.write( " (d/50) + (d/40) = 7.2 \n" ); document.write( "Multiplying both sides by 200, we get: 4d + 5d = 1440 \n" ); document.write( " Simplifying: 9d = 1440 \n" ); document.write( " Dividing both sides by 9, we get: d = 160 \n" ); document.write( "So the distance to Disneyland is 160 miles. \n" ); document.write( " \n" ); document.write( " |