document.write( "Question 890364: The current in a stream moves at a speed of 5 km/h. A boat travels 39 km upstream and 39 km downstream in a total time of 12 hours. What is the speed of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #538925 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! d = r*t \n" ); document.write( "t = d/r \n" ); document.write( "39/(b+5) + 39/(b-5) = 12 \n" ); document.write( "13/(b+5) + 13/(b-5) = 4 \n" ); document.write( "15(b+5) + 13(b-5) = 4(b^2-5) \n" ); document.write( "26b = 4b^2 - 20 \n" ); document.write( "2b^2 - 13b - 10 = 0 \n" ); document.write( "Solve for b \n" ); document.write( " \n" ); document.write( " |