document.write( "Question 739883: A barge can travel 45 miles downstream in the same time it takes to travel 30 miles upstream. If the speed of the barge in still water is 15 miles per hour, what is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #451374 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A barge can travel 45 miles downstream in the same time it takes to travel 30 miles upstream. If the speed of the barge in still water is 15 miles per hour, what is the speed of the current? \n" ); document.write( "*** \n" ); document.write( "let x=speed of current \n" ); document.write( "15+x=speed of barge downstream \n" ); document.write( "15-x=speed of barge upstream \n" ); document.write( "travel time=distance/speed (same both ways) \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "75x=225 \n" ); document.write( "x=3 \n" ); document.write( "speed of current=3 mph \n" ); document.write( " |