document.write( "Question 103532: two people in a canoe travel 6 mi upstream against a 2mi/h current. They then returned to the same point downstream. If the entire trip took 4 hours, how fast can they paddle in still water? \n" ); document.write( "
Algebra.Com's Answer #75360 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! distance(d)=rate(r) times time(t) or d=rt; r=d/t and t=d/r\r \n" ); document.write( "\n" ); document.write( "Let r=rate (speed) in still water.\r \n" ); document.write( "\n" ); document.write( "distance upstream = distance downstream=6 mi \n" ); document.write( "time to travel upstream + time to travel downstream=4 hrs\r \n" ); document.write( "\n" ); document.write( "(Note: When travelling against the current, you must subtract the speed of the current from your speed in still water. Likewise, when travelling with the current, you must add the speed of the current to your speed in still water)\r \n" ); document.write( "\n" ); document.write( "time to travel upstream=6/(r-2) \n" ); document.write( "time to travel downstream=6/(r+2)\r \n" ); document.write( "\n" ); document.write( "So, our equation to solve is: \n" ); document.write( "6/(r-2)+6/(r+2)=4 multiply both sides by (r-2)(r+2) or (r^2-4)\r \n" ); document.write( "\n" ); document.write( "6(r+2)+6(r-2)=4(r^2-4) get rid of parens\r \n" ); document.write( "\n" ); document.write( "6r+12+6r-12=4r^2-16 subtract 4r^2 from and add 16 to both sides\r \n" ); document.write( "\n" ); document.write( "6r+6r+12-12-4r^2+16=0 collect like terms\r \n" ); document.write( "\n" ); document.write( "-4^r2+12r+16=0 multiply each term by -1\r \n" ); document.write( "\n" ); document.write( "4r^2-12r-16=0 quadratic in standard form and it can be factored \n" ); document.write( "(2r+2)(2r-8)=0 \n" ); document.write( "2r+2=0 \n" ); document.write( "r=-1---------------------disregard negative speed in this problem \n" ); document.write( "and \n" ); document.write( "2r-8=0 \n" ); document.write( "r=4 mph----------------------speed in still water\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "time upstream=6/(4-2)=3 hrs \n" ); document.write( "time downstream=6(4+2)=1 hr \n" ); document.write( "3 hrs+1 hr=4 hr \n" ); document.write( "4 hr=4 hr\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps----ptaylor \n" ); document.write( " |