document.write( "Question 695477: The speed of a stream is 3 km/h. A boat travels 4 km upstream in the
\n" );
document.write( "same time it takes to travel 10 km downstream. What is the speed of
\n" );
document.write( "the boat. \n" );
document.write( "
Algebra.Com's Answer #428499 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The speed of a stream is 3 km/h. A boat travels 4 km upstream in the \n" ); document.write( "same time it takes to travel 10 km downstream. What is the speed of \n" ); document.write( "the boat. \n" ); document.write( "** \n" ); document.write( "let x=speed of the boat in still water \n" ); document.write( "x-3=speed upstream \n" ); document.write( "x+3=speed downstream \n" ); document.write( "travel time=distance/speed (same for upstream and downstream) \n" ); document.write( "4/(x-3)=10/(x+3) \n" ); document.write( "10x-30=4x+12 \n" ); document.write( "6x=42 \n" ); document.write( "x=6 \n" ); document.write( "speed of the boat in still water=6 km/hr \n" ); document.write( " |