document.write( "Question 1170346: the speed of the boat in still water is 15 miles per hour. it takes the same amount of time for the boat to travel 10 miles downstream as it does to travel 5 miles upstream. find the speed of the current.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795215 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=speed of current \n" ); document.write( "15+x downstream and takes 10/(15+x) units are mi/mi/hr or hr \n" ); document.write( "15-x upstream and takes 5/(15-x) hr \n" ); document.write( "Those two are equal because they are both the same time \n" ); document.write( "Cross-multiply, 150-10x =75+5x \n" ); document.write( "75=15x \n" ); document.write( "x=5 mph \n" ); document.write( "downstream and 20 mph and takes 30 min \n" ); document.write( "upstream and 10 mph and takes 30 min \n" ); document.write( " \n" ); document.write( " |