document.write( "Question 363778: The current of a river is 2 miles per hour. It takes a motorboat a total of 3 hours to travel 8 miles upstream and return 8 miles downstream. What is the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #259436 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Distance = Speed * Time \n" ); document.write( "Let s = speed of motorboat in still water \n" ); document.write( " t = distance / speed\r \n" ); document.write( "\n" ); document.write( " 8/(s+2) + 8/(s-2) = 3 \n" ); document.write( "Multiply both sides by (s+2) (s-2) \n" ); document.write( " 8 (s-2) + 8 (s+2) = 3(s+2) (s-2) \n" ); document.write( " 8s-16 + 8s+16 = 3 (s^2-4) \n" ); document.write( " 16S = 3s^2 -12 \n" ); document.write( " \n" ); document.write( " Subtract 16s from both sides \n" ); document.write( " 0 = 3s^2 -16s -12 \n" ); document.write( " = (3s+2) (s-6)\r \n" ); document.write( "\n" ); document.write( " s-6 =0 \n" ); document.write( " S = 6 \r \n" ); document.write( "\n" ); document.write( "The speed of the motorboat is 6 miles per hour. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |