document.write( "Question 890419: A river tour bus can travel 10 miles upstream in the same time it takes to travel 15 miles downstream. If the rivers current is 2mph what is the boats average speed in still water?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #538963 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A river tour bus can travel 10 miles upstream in the same time it takes to travel 15 miles downstream. If the rivers current is 2mph what is the boats average speed in still water? \n" ); document.write( "*** \n" ); document.write( "let x=speed of boat in still water \n" ); document.write( "x+2=speed of boat downstream \n" ); document.write( "x-2=speed of boat upstream \n" ); document.write( ".. \n" ); document.write( "travel time=distance/speed \n" ); document.write( " \n" ); document.write( "15(x-2)=10(x+2) \n" ); document.write( "15x-30=10x+20 \n" ); document.write( "5x=50 \n" ); document.write( "x=10 \n" ); document.write( "boats average speed in still water=10 mph \n" ); document.write( " |