document.write( "Question 798793: A fairy leaves a harbor and travels at an average speed of 16 mph. Because of the fog the fairy returns traveling at an average speed of 12 mph. The total time for the trip was 7 hours. How far is the island from the harbor? \n" ); document.write( "
Algebra.Com's Answer #482504 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A fairy leaves a harbor and travels at an average speed of 16 mph.
\n" ); document.write( " Because of the fog the fairy returns traveling at an average speed of 12 mph.
\n" ); document.write( " The total time for the trip was 7 hours.
\n" ); document.write( " How far is the island from the harbor?
\n" ); document.write( ":
\n" ); document.write( "I think you mean \"ferry\", but anyway;
\n" ); document.write( "let d = the one way distance to the island
\n" ); document.write( "write a time equation, time = dist/speed
\n" ); document.write( ":
\n" ); document.write( "\"d%2F16\" + \"d%2F12\" = 7
\n" ); document.write( "multiply eq by 48
\n" ); document.write( "3d + 4d = 48(7)
\n" ); document.write( "7d = 48(7)
\n" ); document.write( "divide both sides by 7
\n" ); document.write( "d = 48 miles to the island
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check by finding the time each way
\n" ); document.write( "48/16 = 3 hrs
\n" ); document.write( "48/12 = 4
\n" ); document.write( "----------
\n" ); document.write( "total: 7 hrs
\n" ); document.write( "
\n" );