document.write( "Question 357749: The trip of the Amazon River in canoes and back to the mouth of the Amazon took 12 hours. Going upstream, the canoes traveled at 5km/h, but downstream they traveled 10 km/h faster. how far upstream did they go? \n" ); document.write( "
Algebra.Com's Answer #255369 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let distance be x miles \n" ); document.write( "upstream speeed = 5km/h \n" ); document.write( "down stream speed= 15km/h \n" ); document.write( ".. \n" ); document.write( "time upstream + time downstream = total time \n" ); document.write( ".. \n" ); document.write( "speed = distance/speed \n" ); document.write( ".. \n" ); document.write( "x/5 + x/15 = 12 \n" ); document.write( "3x+x /15 =12 \n" ); document.write( "4x/15=12 \n" ); document.write( "*15 \n" ); document.write( "4x=15*12 \n" ); document.write( "4x=180 \n" ); document.write( "x= 45 miles \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |