document.write( "Question 900400: A kayaker travels downstream 15 miles and then travels back upstream to a point which is 1 mile short of where he originally departed from. The entire trip takes 3 hours. in still water the kayaker paddles at a rate of 10 miles per hour. how fast is the current of the stream? \n" ); document.write( "
Algebra.Com's Answer #545942 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A kayaker travels downstream 15 miles and then travels back upstream to a point which is 1 mile short of where he originally departed from. The entire trip takes 3 hours. in still water the kayaker paddles at a rate of 10 miles per hour. how fast is the current of the stream? \n" ); document.write( "------ \n" ); document.write( "Downstream DATA: \n" ); document.write( "distance = 15 miles ; rate = 10+c mph ; time = d/r = 15/(10+c) hrs \n" ); document.write( "---------------------------- \n" ); document.write( "Upstream DATA: \n" ); document.write( "distance = 14 miles ; rate = 10-c mph ; time = d/r = 14/(10-c) hrs \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "time + time = 3 hrs. \n" ); document.write( "15/(10+c) + 14/(10-c) = 3 hrs \n" ); document.write( "------- \n" ); document.write( "15*(10-c) + 14(10+c) = 3(100-c^2) \n" ); document.write( "------------------ \n" ); document.write( "150-15c + 140+14c = 300 - 3c^2 \n" ); document.write( "------ \n" ); document.write( "290 - c = 300 - 3c^2 \n" ); document.write( "---- \n" ); document.write( "3c^2 -c -10 = 0 \n" ); document.write( "3c^2 -6c + 5c -10 = 0 \n" ); document.write( "3c(c-2) + 5(c -2) = 0 \n" ); document.write( "(c-2)(3c+5) = 0 \n" ); document.write( "Positive solution:: c = 2 mph (speed of the current) \n" ); document.write( "------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------------ \n" ); document.write( " |