document.write( "Question 330404: a canoe can travel 12 miles upstream in the same amount of time it takes to travel 30 miles downstream. if the speed of the current is 6 miles per hour, what was the speed of the canoe in still water? \n" ); document.write( "
Algebra.Com's Answer #236798 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let speed of canoe in still water be x \n" ); document.write( "speed of current = 6mph \n" ); document.write( ".. \n" ); document.write( "speed with current = x+6 mph \n" ); document.write( "speed against current = x-6 mph \n" ); document.write( ".. \n" ); document.write( "time = distance /rate \n" ); document.write( "12/x-6 = 30/x+6 (upstream / down stream times are same ) \n" ); document.write( "12(x+6)=30(x-6) \n" ); document.write( "12x+72=30x-180 \n" ); document.write( "-18x=-252 \n" ); document.write( "x=14 mph \n" ); document.write( " |