document.write( "Question 375325: A boat travels 80 miles upstream in a river with a current of 6 miles per hour; then it travels back down to its starting point. The total time of the trip was 4 hours. Find the speed of the boat in still water. what is the equation too? \n" ); document.write( "
Algebra.Com's Answer #266875 by Jk22(389)![]() ![]() You can put this solution on YOUR website! let \n" ); document.write( "v>0 speed of the boat in still water, tup, time upstream \n" ); document.write( " \n" ); document.write( "upstream travel : 80 = (v-6)*tup \n" ); document.write( "downstream : 80 = (v+6)*tdown \n" ); document.write( " \n" ); document.write( "tup+tdown = 80/(v-6)+80/(v+6) = 4 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "80(v+6)+80(v-6) = 4(v^2-36) \n" ); document.write( " \n" ); document.write( "40v = v^2 - 36 => v^2 - 40v - 36 = 0 = (v - 20)^2 - 400 - 36 \n" ); document.write( " \n" ); document.write( "(v-20)^2 = 436 = 218*2 = 109*4 \n" ); document.write( " \n" ); document.write( "v = 20 + 2Sqrt(109) mph \n" ); document.write( " \n" ); document.write( " |