document.write( "Question 996259: A boat can travel 29 mph in still water. If it travels 342 miles with the current in the same length of time it travels 180 miles against the current, what is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #614758 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the rate of the current r. \n" ); document.write( "We also know that rate times time equals distance. Thus, rt=d and t = d/r. \n" ); document.write( "With the current, the boat's speed is 29 + r. \n" ); document.write( "Against, it is 29 - r. \n" ); document.write( "Since the times are equal, their d/r are equal...so \n" ); document.write( "342/(29+r) = 180/(29-r) \n" ); document.write( "Now cross-multiply and get \n" ); document.write( "342(29-r) = 180(29+r) \n" ); document.write( "9918-342r=5220+180r and \n" ); document.write( "522r = 4698 and \n" ); document.write( "r = 9 mph \n" ); document.write( " |