document.write( "Question 350731: A boat travels 60 km upstream (against the current) in 5 hours. the boat travels the same distance downstream in 3 hours. What is the rate of the boat in still water? What is the rate of the current? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #250713 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let rate of boat in still water = x \n" ); document.write( "let rate of current be y \n" ); document.write( ".. \n" ); document.write( "Speed = distance / time \n" ); document.write( ".. \n" ); document.write( "speed upstream = x-y \n" ); document.write( "speed downstream = x+y \n" ); document.write( ".. \n" ); document.write( "time upstream = 60/x-y =5 \n" ); document.write( "60/5 = x-y \n" ); document.write( "x-y =12...............1 \n" ); document.write( "time downstream = 60/x+y = 3 \n" ); document.write( "x+y =20...............2 \n" ); document.write( "add equation 1 & 2 \n" ); document.write( "2x = 12+20 \n" ); document.write( "2x = 32 \n" ); document.write( "x=16 mph rate of boat. \n" ); document.write( "x-y =12 \n" ); document.write( "so y=4 rate of current \n" ); document.write( " |