document.write( "Question 405959: A boat traveled downstream a distance of 95 miles and then came right back. If the speed of the current was 8 mph and the total trip took 6 hours and 20 min, find the average speed of the boat relative to the water \n" ); document.write( "
Algebra.Com's Answer #286726 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A boat traveled downstream a distance of 95 miles and then came right back. \n" ); document.write( " If the speed of the current was 8 mph and the total trip took 6 hours and \n" ); document.write( "20 min, find the average speed of the boat relative to the water \n" ); document.write( ": \n" ); document.write( "Let s = boat speed in still water \n" ); document.write( "then \n" ); document.write( "(s+8) = speed (relative to land) downstream \n" ); document.write( "and \n" ); document.write( "(s-8) = speed upstream \n" ); document.write( ": \n" ); document.write( "Change 6 hr 20 min to 6 \n" ); document.write( ": \n" ); document.write( "Write a time equation: time = dist/speed \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "change to an improper fraction \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Multiply by 3(s+8)(s-8), results: \n" ); document.write( "95*3(s-8) + 95*3(s+8) = 19(s+8)(s-8) \n" ); document.write( ": \n" ); document.write( "95(3s-24) + 95(3s+24) = 19(s^2-64) \n" ); document.write( ": \n" ); document.write( "285s - 2280 + 285s + 2280 = 19s^2 - 1216 \n" ); document.write( ": \n" ); document.write( "570s = 19s^2 - 1216 \n" ); document.write( ": \n" ); document.write( "A quadratic equation \n" ); document.write( "19s^2 - 570s - 1216 = 0 \n" ); document.write( "divide by 19 \n" ); document.write( "s^2 - 30s - 64 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(s+2)(s-32) = 0 \n" ); document.write( "The positive solution \n" ); document.write( "s = 32 mph is the boat speed relative to the water \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Confirm this by finding the time for each half of the trip \n" ); document.write( "95/40 = 2.375 hrs \n" ); document.write( "95/24 = 3.958 hrs \n" ); document.write( "------------------ \n" ); document.write( "total = 6.333 hrs which is 6 hr 20 min \n" ); document.write( " \n" ); document.write( " |