document.write( "Question 910315: A boat can travel 60 km/h in calm water. The boat travels 200 km against the current and then returns to the location where it started. If the trip takes 10 total hours, what is the speed of the current?\r
\n" ); document.write( "\n" ); document.write( "I started with t = dr to r = t/d
\n" ); document.write( "(1/60) x 10 = 10/600
\n" ); document.write( "10/200 = 10/600
\n" ); document.write( "cross multiply = 6000/2000=3
\n" ); document.write( "I don't know if 3 would be the answer or if I have to do more, or if its the answer I don't know if its the right answer.
\n" ); document.write( "

Algebra.Com's Answer #552426 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
rate(r) * time(t) = distance(d)
\n" ); document.write( "let r be the speed of the current and t1 + t2 = 10 and d = 200, then
\n" ); document.write( "let t1 be time with current and t2 time against current, then we have
\n" ); document.write( "t1 + t2 = 10
\n" ); document.write( "time with current is
\n" ); document.write( "t1 = 200 / (60+r)
\n" ); document.write( "time against current is
\n" ); document.write( "t2 = 200 / (60-r)
\n" ); document.write( "now we can add the two times
\n" ); document.write( "200/(60+r) + 200/(60-r) = 10
\n" ); document.write( "our lowest common denominator is (60+r)*(60-r)
\n" ); document.write( "200*(60-r) + 200*(60+r) = 10 * (60+r) * (60-r)
\n" ); document.write( "we can divide both sides of = by 10
\n" ); document.write( "20*(60-r) + 20*(60+r) = 3600 - r^2
\n" ); document.write( "simplify and combine like terms
\n" ); document.write( "1200 -20r + 1200 +20r = 3600 - r^2
\n" ); document.write( "2400 = 3600 -r^2
\n" ); document.write( "r^2 = 1200
\n" ); document.write( "r = square root of (1200) = 34.6 mph
\n" ); document.write( "speed of current is 34.6 mph\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );