document.write( "Question 312649: A boat travels upstream 20 km against a current of 3 km/h and returns with the same current. write an expression for the total time for the round trip. \n" ); document.write( "
Algebra.Com's Answer #223526 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A boat travels upstream 20 km against a current of 3 km/h and returns with the same current.
\n" ); document.write( " write an expression for the total time for the round trip.
\n" ); document.write( ":
\n" ); document.write( "let s = boat speed in still water
\n" ); document.write( ":
\n" ); document.write( "Time = dist/speed
\n" ); document.write( ":
\n" ); document.write( "f(s) = \"20%2F%28s%2B3%29\" + \"20%2F%28s-3%29\"
\n" ); document.write( "
\n" );