document.write( "Question 265461: To get to his parents' house, John must travel at a speed of 60 mph on land and then use a motorboat that travels at a speed of 20 mph in still water. John goes by land to a dock and then travels on a river against a current of 4 mph. He reaches his parent's home in 4.5 hours. The return trip takes him 3.5 hours. How far do his parents live from his house? \n" ); document.write( "
Algebra.Com's Answer #195239 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
To get to his parents' house, John must travel at a speed of 60 mph on land and then use a motorboat that travels at a speed of 20 mph in still water.
\n" ); document.write( " John goes by land to a dock and then travels on a river against a current of 4 mph.
\n" ); document.write( "He reaches his parent's home in 4.5 hours.
\n" ); document.write( "The return trip takes him 3.5 hours.
\n" ); document.write( " How far do his parents live from his house?
\n" ); document.write( ":
\n" ); document.write( "Let c = car distance
\n" ); document.write( "Let b = boat distance
\n" ); document.write( ":
\n" ); document.write( "Write a time equation for each way, time = dist/speed
\n" ); document.write( "\"c%2F60\" + \"b%2F%28%2820-4%29%29\" = 4.5
\n" ); document.write( "and
\n" ); document.write( "\"c%2F60\" + \"b%2F%28%2820%2B4%29%29\" = 3.5
\n" ); document.write( ":
\n" ); document.write( "Which is:
\n" ); document.write( ":
\n" ); document.write( "\"c%2F60\" + \"b%2F16\" = 4.5; use elimination on these two equations
\n" ); document.write( "\"c%2F60\" + \"b%2F24\" = 3.5
\n" ); document.write( "-----------------------------------subtraction eliminates c/60 & we have:
\n" ); document.write( "\"b%2F16\" - \"b%2F24\" = 1
\n" ); document.write( "Multiply by 48, results
\n" ); document.write( "3b - 2b = 48
\n" ); document.write( "b = 48 mi by boat
\n" ); document.write( ":
\n" ); document.write( "Find the time to travel 48 mi up stream
\n" ); document.write( "\"48%2F16\" = 3 hrs
\n" ); document.write( "then
\n" ); document.write( "4.5 - 3 = 1.5 hrs by car
\n" ); document.write( ":
\n" ); document.write( "Find the distance by car:
\n" ); document.write( "60*1.5 = 90 mi by car
\n" ); document.write( ":
\n" ); document.write( "Total dist: 90 + 48 = 138 miles from his house to his parents house.
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check solution by finding the time on the return trip
\n" ); document.write( "90/60 + 48/24 =
\n" ); document.write( "1.5 + 2 = 3.5 hrs
\n" ); document.write( "
\n" );