document.write( "Question 151181: a motorboat can go 8 miles downstream in 20 minutes. It takes the same motorboat 30 minutes to go back upstream the same 8 miles. find the speed of the current. \n" ); document.write( "
Algebra.Com's Answer #111124 by nerdybill(7384) You can put this solution on YOUR website! \n" ); document.write( "a motorboat can go 8 miles downstream in 20 minutes. It takes the same motorboat 30 minutes to go back upstream the same 8 miles. find the speed of the current. \n" ); document.write( ". \n" ); document.write( "Let m = speed of motorboat \n" ); document.write( "and c = speed of current \n" ); document.write( ". \n" ); document.write( "When going downstream, current speed is added to boat speed -- and, the total speed is \"8 miles downstream in 20 minutes\" \n" ); document.write( ". \n" ); document.write( "To convert to \"miles per hour\" we multiply by 60 mins per 1 hour: \n" ); document.write( "(8 miles/20 mins) * (60 mins/1 hour) = 24 mph \n" ); document.write( ". \n" ); document.write( "This gives us our first equation (1): \n" ); document.write( "m+c = 24 \n" ); document.write( ". \n" ); document.write( "When going upstream, the boat speed is reduced by the current -- and, the total speed is \"8 miles in 30 minutes\". \n" ); document.write( "To convert to \"miles per hour\" we multiply by 60 mins per 1 hour: \n" ); document.write( "(8 miles/30 mins) * (60 mins/1 hour) = 16 mph \n" ); document.write( ". \n" ); document.write( "This gives us our second equation (2): \n" ); document.write( "m-c = 16 \n" ); document.write( "m = 16+c \n" ); document.write( ". \n" ); document.write( "Plug the above into equation 1 and solve for c: \n" ); document.write( "m+c = 24 \n" ); document.write( "16+c+c = 24 \n" ); document.write( "16+2c = 24 \n" ); document.write( "2c = 8 \n" ); document.write( "c = 4 mph\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |