document.write( "Question 785024: Suppose a boat travels 1 hour downstream and then returns in 1 hour 20 minutes. If the speed of the current is 3 kph, find the speed of the boat and the distance it traveled downstream. \n" ); document.write( "
Algebra.Com's Answer #477358 by mananth(16946)![]() ![]() You can put this solution on YOUR website! boat speed x km/h \n" ); document.write( "current speed 3 km/h \n" ); document.write( ".. \n" ); document.write( "against currentspeed x- 3 \n" ); document.write( "withcurrent x+ 3 \n" ); document.write( ".. \n" ); document.write( "Against current 1.2 hours \n" ); document.write( "with current x+y 1 hours \n" ); document.write( "Distance is same. D=r*t \n" ); document.write( "1.2 ( x - 3 ) = 1 ( x + 3 ) \n" ); document.write( "1.2 x - 3.6 = 1 x + 3 \n" ); document.write( "1.2 x - 1 x = 3.6 + 3 \n" ); document.write( "0.2 x = 6.6 \n" ); document.write( "/ 0.2 \n" ); document.write( "x = 33 km/h \n" ); document.write( "boat speed = 33 km/h \n" ); document.write( "you can calculate distance. d=rt \n" ); document.write( " |