document.write( "Question 497587: traveling downstream a certain boat went 9km/h. traveling upstream it only went 1km/h. what is the speed of the current? how fast would the boat go if there were no current? \n" ); document.write( "
Algebra.Com's Answer #336762 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! traveling downstream a certain boat went 9km/h. traveling upstream it only went 1km/h. what is the speed of the current? how fast would the boat go if there were no current? \n" ); document.write( "==================================== \n" ); document.write( "Let s = the speed of the boat \n" ); document.write( "Let c = the speed of the current \n" ); document.write( "Downstream: s + c = 9 \n" ); document.write( "Upstream: s - c = 1 \n" ); document.write( "Subtract the 2nd from the 1st: \n" ); document.write( "2c = 8 \n" ); document.write( "c = 4 \n" ); document.write( "The speed of the current = 4 km/h \n" ); document.write( "If no current, s = 9 - 4 = 5 km/h \n" ); document.write( " |