document.write( "Question 363474: In a given river,the current is 6miles per hour. A certain riverboat can travel 18 miles per hour in still water. How far upstream(against the current) can the boat travel if a round trip is to take 10 hours? \n" ); document.write( "
Algebra.Com's Answer #259166 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the distance be x \n" ); document.write( "upstream speed = 12 mph \n" ); document.write( ".. \n" ); document.write( "downstream speed = 24 mph \n" ); document.write( "t=d/r \n" ); document.write( ".. \n" ); document.write( "x/12+x/24=10 \n" ); document.write( "2x+x /24 =10 \n" ); document.write( "3x=240 \n" ); document.write( "x=80 miles \n" ); document.write( " |