document.write( "Question 170051: Please help me with:\r
\n" );
document.write( "\n" );
document.write( "The speed of the current in a river is 2mph. Jay travels 20 miles upstream and then 20 miles downstream in a total time of 5 1/3 hours. Find the speed of the boat.\r
\n" );
document.write( "\n" );
document.write( "Let s be the speed of the boat.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #125510 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The speed of the current in a river is 2mph. Jay travels 20 miles upstream and then 20 miles downstream in a total time of 5 1/3 hours. Find the speed of the boat. \n" ); document.write( "Let s be the speed of the boat. \n" ); document.write( "--------------------------------------- \n" ); document.write( "Upstream DATA: \n" ); document.write( "distance = 20 miles ; rate = s-2 mph ; time = d/r = 20/(s-2) hrs. \n" ); document.write( "--------------------------- \n" ); document.write( "Downstream DATA: \n" ); document.write( "distance = 20 miles ; rate = s+2 mph ; time = d/r = 20(s+2) hrs. \n" ); document.write( "--------------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "time + time = 16/3 hrs \n" ); document.write( "20/(s-2) + 20/(s+2) = 16/3 \n" ); document.write( "60(s+2) + 60(s-2) = 16(s^2 - 4) \n" ); document.write( "120s = 16s^2 - 64 \n" ); document.write( "16s^2 - 120s - 64 = 0 \n" ); document.write( "2s^2 - 15s - 8 = 0 \n" ); document.write( "s = [15 +- sqrt(225 -4*2*-8)]/4\r \n" ); document.write( "\n" ); document.write( "s = [15 +- sqrt(289)]/4 \n" ); document.write( "s = [15 +- 17]/4 \n" ); document.write( "Positive solution: \n" ); document.write( "s = 8 mph (speed of the boat) \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |