document.write( "Question 640168: A Coast Guard ship made a trip to NYC and back. The trip there took 3 hours and the return trip took 4 hours and the return trip took 4 hours. It averaged 6 knots on the return trip. Find the average speed of the trip there. \n" ); document.write( "
Algebra.Com's Answer #403050 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+d+\" = distance to NYC
\n" ); document.write( "Let \"+s+\" = the speed in knots for trip to NYC
\n" ); document.write( "given:
\n" ); document.write( "trip to NYC:
\n" ); document.write( "\"+d+=+s%2A3+\"
\n" ); document.write( "trip back:
\n" ); document.write( "\"+d+=+6%2A4+\"
\n" ); document.write( "\"+d+=+24+\"
\n" ); document.write( "By substitution:
\n" ); document.write( "\"+24+=+s%2A3+\"
\n" ); document.write( "\"+s+=+8+\"
\n" ); document.write( "The speed of the trip there is 8 knots
\n" ); document.write( "
\n" );