document.write( "Question 795251: A boat makes a trip downstream in 1 hour. It makes the upstream trip in the same current in 1.5 hours. The speed of the boat is still water would've been 4 miles per hour. What is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #480910 by Cromlix(4381) You can put this solution on YOUR website! Speed of current = x \n" ); document.write( "Speed of boat with current = 4 + x \n" ); document.write( "Speed of boat against current = 4 - x \n" ); document.write( "1 *(4 + x) = 1.5 * (4 - x) \n" ); document.write( "4 + x = 6 - 1.5x \n" ); document.write( "Collect like terms: \n" ); document.write( "x + 1.5x = 6 - 4 \n" ); document.write( "2.5x = 2 \n" ); document.write( "x = 2/2.5 \n" ); document.write( "x = 0.8 mph. \n" ); document.write( "The speed of the current = 0.8 mph \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |