document.write( "Question 763340: Alvin can go upstream at a rate of 20 miles per hour and downstream at a rate of 30 miles per hour. One day while Alvin was on the river, he received a call telling him he needs to turn around and come home. So he turned around and went back to his starting point. If his entire trip took 10 hours, how far did he travel on the river? \n" ); document.write( "
Algebra.Com's Answer #464702 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Alvin can go upstream at a rate of 20 miles per hour and downstream at a rate of 30 miles per hour. One day while Alvin was on the river, he received a call telling him he needs to turn around and come home. So he turned around and went back to his starting point. If his entire trip took 10 hours, how far did he travel on the river?
\n" ); document.write( "***
\n" ); document.write( "let x=travel time upstream
\n" ); document.write( "10-x=travel time downstream
\n" ); document.write( "distance=speed*travel time (same for both directions)
\n" ); document.write( "..
\n" ); document.write( "20x=30(10-x)
\n" ); document.write( "20x=300-30x
\n" ); document.write( "50x=300
\n" ); document.write( "x=6
\n" ); document.write( "distance=20x=120
\n" ); document.write( "how far did he travel on the river? 120 miles
\n" ); document.write( "
\n" );