document.write( "Question 415075: a motor boat took 3 hours to make a downstream trip with a 4 mph current. The return trip against the same current took 5 hours. Find the speed of the boat in still water. \n" ); document.write( "
Algebra.Com's Answer #291035 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let speed in still water = x
\n" ); document.write( "current speed = 4
\n" ); document.write( "..
\n" ); document.write( "upstream speed = x-4
\n" ); document.write( "downstream speed = x+4
\n" ); document.write( "..
\n" ); document.write( "upstream time = 4 hours
\n" ); document.write( "downstream time = 3 hours
\n" ); document.write( "..
\n" ); document.write( "Distance = same
\n" ); document.write( "4(x-4)=3(x+4)
\n" ); document.write( "4x-16=3x+12
\n" ); document.write( "4x-3x=12+16
\n" ); document.write( "x= 28 miles distance
\n" ); document.write( "
\n" );