document.write( "Question 589485: On a canoe trip, Rita paddled upstream (aginst the current) at an avarage speed of 2mph relative to the riverbank. On the return trip downstream (with the current), her avarage speed was 3mph. Find her speed in still water and the speed of the river's current.
\n" );
document.write( "I don't understand at all how to do these so help ASAP would be great. (ps, we're supposed to use a system of linear equations to solve) Thancks in advance :( \n" );
document.write( "
Algebra.Com's Answer #374861 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! On a canoe trip, Rita paddled upstream (against the current) at an average speed of 2mph relative to the riverbank. \n" ); document.write( "On the return trip downstream (with the current), her average speed was 3mph. \n" ); document.write( " Find her speed in still water and the speed of the river's current. \n" ); document.write( ": \n" ); document.write( "Let s = speed in still water \n" ); document.write( "let c = speed of the river current \n" ); document.write( "then \n" ); document.write( "(s-c) = effective speed against the current \n" ); document.write( "(s+c) = effective speed with the current \n" ); document.write( ": \n" ); document.write( "We have two effective speed equations, \n" ); document.write( "s - c = 2 \n" ); document.write( "s + c = 3 \n" ); document.write( "------------adding eliminates c, find s \n" ); document.write( "2s + 0 = 5 \n" ); document.write( "s = 5/2 \n" ); document.write( "s = 2.5 mph is the speed in still water \n" ); document.write( ": \n" ); document.write( "then using the \"with\" equation \n" ); document.write( "2.5 + c = 3 \n" ); document.write( "c = 3 - 2.5 \n" ); document.write( "c = .5 mph is the speed of the current \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "You can confirm this in the \"against\" equation \n" ); document.write( "2.5 - .5 = 2 \n" ); document.write( ": \n" ); document.write( "I tried to make this understandable to you. Did I succeed?\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |