document.write( "Question 316631: If a boat travels downstream for one hour and travels twelve miles and returns upstream to the starting point and the trip requires four hours how fast is the current \n" ); document.write( "
Algebra.Com's Answer #226637 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let speed of current be x mph\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "speed downstream = 12 mph \n" ); document.write( "speed in still water = 12-x \n" ); document.write( "speed upstream = 12-2x \n" ); document.write( ".. \n" ); document.write( "time taken down stream = 1 hour \n" ); document.write( "time taken upstream = 3 hours \n" ); document.write( ".. \n" ); document.write( "distance = speed * time \n" ); document.write( "distance upstream + distance down stream = total distance \n" ); document.write( ".. \n" ); document.write( "12+3(12-2x)=24 \n" ); document.write( "12+36-6x=24 \n" ); document.write( "12+36-24=6x \n" ); document.write( "24=6x \n" ); document.write( "x=4 mph \n" ); document.write( " |