document.write( "Question 754526: A young shinobi can row 2 miles against the current in his native river in 15 minutes. He can row 2 miles with the current in 10 minutes. How fast is the current moving? \n" ); document.write( "
Algebra.Com's Answer #459162 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A young shinobi can row 2 miles against the current in his native river in 15 minutes. He can row 2 miles with the current in 10 minutes. How fast is the current moving? \n" ); document.write( "*** \n" ); document.write( "let c=speed of current \n" ); document.write( "let x=speed of canoe in still water \n" ); document.write( "(x+c)=speed of canoe downstream \n" ); document.write( "(x-c)=speed of canoe upstream \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( "2/(x-c)=15/60=1/4 \n" ); document.write( "2/(x+c)=10/60=1/6 \n" ); document.write( ".. \n" ); document.write( "x-c=8 \n" ); document.write( "x+c=12 \n" ); document.write( "subtract: \n" ); document.write( "-2c=-4 \n" ); document.write( "c=2 \n" ); document.write( "speed of current=2 mph \n" ); document.write( " |