document.write( "Question 1068185: On a windy day, a boat traveled 210 km in 15 hours. When travelling against the wind, it took 21hours for the boat to travel back. What was the rate of the boat in still air and what was the velocity of the wind that hindered the speed of the boat? \n" ); document.write( "
Algebra.Com's Answer #683405 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
On a windy day, a boat traveled 210 km in 15 hours.
\n" ); document.write( " When travelling against the wind, it took 21 hours for the boat to travel back.
\n" ); document.write( " What was the rate of the boat in still air and what was the velocity of the wind that hindered the speed of the boat?
\n" ); document.write( ":
\n" ); document.write( "let s = the normal speed of the boat on a windless day
\n" ); document.write( "let w = the rate of the wind
\n" ); document.write( "then
\n" ); document.write( "(s+w) = the effective speed with the wind
\n" ); document.write( "and
\n" ); document.write( "(s-w) = the effective speed against the wind
\n" ); document.write( ":
\n" ); document.write( "Write distance equation for each way. dist = time * speed
\n" ); document.write( "15(s+w) = 210
\n" ); document.write( "21(s-w) = 210
\n" ); document.write( "simplify both equations, divide the first by 15, divide the second by 21
\n" ); document.write( "s + w = 14
\n" ); document.write( "s - w = 10
\n" ); document.write( "-------------addition eliminates w find s
\n" ); document.write( "2s + 0 = 24
\n" ); document.write( "s = 24/2
\n" ); document.write( "s = 12 km/h is the speed of the boat
\n" ); document.write( ":
\n" ); document.write( "Find the rate of the wind using the 1st simplified equation
\n" ); document.write( "12 + w = 14
\n" ); document.write( "w = 14 - 12
\n" ); document.write( "w = 2 km/hr is the rate of the wind
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this in the statement
\n" ); document.write( "\" On a windy day, a boat traveled 210 km in 15 hours.\"
\n" ); document.write( "15(12 + 2) =
\n" ); document.write( "15(14) = 210 km
\n" ); document.write( "
\n" );