document.write( "Question 450118: A man can row at 6km/h in still water. He rows 8km up a river and then back again, taking 3 hours for the total trip. If the current of the stream is flowing at (x)km/h:
\n" );
document.write( "1) Write down an expression for the speed at which he rows upstream.
\n" );
document.write( "2) Write down an expression for the speed at which he rows downstream.
\n" );
document.write( "3) Calculate the speed at which the river was flowing. \n" );
document.write( "
Algebra.Com's Answer #313106 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 8/(6+x)+8/(6-x)=3 \n" ); document.write( "8(6-x)+8(6+x)=3(36-x2) \n" ); document.write( "48-8x+48+8x=108-x2 \n" ); document.write( "108-96=x2 \n" ); document.write( "x2=12 \n" ); document.write( "x=√12=2√3 \n" ); document.write( "The river was flowing at 2√3 kph.. \n" ); document.write( " \n" ); document.write( " |