document.write( "Question 455372: The question is: A river has a current of 3mph. A boat goes 35 miles upstream in the same time as it goes 45 miles downstream. Find the speed of the boat in still water?
\n" );
document.write( " I tried the following: d=rt let upstream = u and downstream =d so
\n" );
document.write( "45=3u+d - (35=3u+d) Please help i don't believe I'm doing this correctly.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #312648 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Going upstream: \n" ); document.write( "d = rt \n" ); document.write( "r = speed of boat in still water - 3 mph current \n" ); document.write( "d = 35 (given) \n" ); document.write( "35 = (s-3)*t \n" ); document.write( "Going downstream: \n" ); document.write( "d = rt \n" ); document.write( "r = speed of boat in still water + 3 mph current \n" ); document.write( "d = 45 (given) \n" ); document.write( "45 = (s+3)*t \n" ); document.write( "We also are told t is the same for both trips. \n" ); document.write( "But we are not told what t is. \n" ); document.write( "So, we can turn the equations around to be in the form: t = \n" ); document.write( "Then since t = t, we can solve. \n" ); document.write( ". \n" ); document.write( "35/(s-3) = t \n" ); document.write( "45/(s+3) = t \n" ); document.write( "So, \n" ); document.write( "35/(s-3) = 45/(s+3) \n" ); document.write( "Cross multiply \n" ); document.write( "35*(s+3) = 45*(s-3) \n" ); document.write( "35s + 105 = 45s - 135 \n" ); document.write( "Subtract 35s from both sides \n" ); document.write( "105 = 10s -135 \n" ); document.write( "Add 135 to both sides \n" ); document.write( "240 = 10s \n" ); document.write( "10s = 240 \n" ); document.write( "Divide both sides by 10 \n" ); document.write( "s = 24 \n" ); document.write( ". \n" ); document.write( "Always check your answers! \n" ); document.write( "In this case, if you plug s=24 into the equations, will the t's be equal? \n" ); document.write( "35/(24-3) = 35/21 = 5/3 \n" ); document.write( "45/(24+3) = 45/27 = 5/3 \n" ); document.write( "Yes! \n" ); document.write( ". \n" ); document.write( "So the speed of the boat in still water is 24 mph. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |