document.write( "Question 892198: bob is traveling in a canoe that can go downstream at 6 km/h and upstream at 2 km/h. If she starts upstream and wishes to return to the starting point in exactly 4 hours. How far should he travel upstream? \n" ); document.write( "
Algebra.Com's Answer #540362 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! bob is traveling in a canoe that can go downstream at 6 km/h and upstream at 2 km/h. If she starts upstream and wishes to return to the starting point in exactly 4 hours. How far should he travel upstream? \n" ); document.write( "*** \n" ); document.write( "let x=hours Bob travels upstream \n" ); document.write( "4-x=hours Bob travels downstream \n" ); document.write( "distance=speed*travel time \n" ); document.write( "2x=6(4-x) \n" ); document.write( "2x=24-6x \n" ); document.write( "8x=24 \n" ); document.write( "x=3 \n" ); document.write( "2x=6 \n" ); document.write( "How far should he travel upstream? 6 km \n" ); document.write( " |