document.write( "Question 426820: A boat goes upstream 600 m, moving 30 m/min through the water. The boat travels back downstream to the starting point, this time only going 20 m/min through the water. The total time spent is 75 minutes. How fast was the current flowing? \n" ); document.write( "
Algebra.Com's Answer #297159 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A boat goes upstream 600 m, moving 30 m/min through the water. The boat travels back downstream to the starting point, this time only going 20 m/min through the water. The total time spent is 75 minutes. How fast was the current flowing? \n" ); document.write( "--------------- \n" ); document.write( "b = boat's speed relative to the water \n" ); document.write( "c = current \n" ); document.write( "------------- \n" ); document.write( "Upstream + downstream = 75 mins \n" ); document.write( "600/(30 - c) + 600/(20 + c) = 75 \n" ); document.write( "One equation and one variable \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(c-20)*(c+10) = 0 \n" ); document.write( "c = 20 m/min \n" ); document.write( " |