document.write( "Question 1084998: You and a friend decide to row down river, have a picnic and then row back home. The picnic spot is 20 miles from home. It takes you 2 hours to row with the current to the picnic spot and 3 hours and 20 minutes to row back after the picnic. Determine the rate of the current and the rate at which you rowed.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #699003 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let r be your rowing speed and c be the speed of the river. Then \n" ); document.write( "20/(r+c)=2 \n" ); document.write( "20/(r-c)=10/3 \n" ); document.write( "So: \n" ); document.write( "2r+2c=20 \n" ); document.write( "10r-10c=60 \n" ); document.write( "Solve for r and c. ☺☺☺☺ \n" ); document.write( " |