document.write( "Question 19998: It took 3 hours to row a boat 18 km against the current. The return trip with the current took 1.5 hours. Find the speed of the rowboat in still water. \n" ); document.write( "
Algebra.Com's Answer #9721 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
3(t-18)=1.5(t+18)
\n" ); document.write( "3t-54=1.5t+27
\n" ); document.write( "3t=1.5t+81
\n" ); document.write( "1.5t=81
\n" ); document.write( "t=54
\n" ); document.write( "Therefore, the speed of the boat in still water is 54km
\n" ); document.write( "
\n" );