document.write( "Question 344640: a cabin is traveling with the current went 48 miles in 2 hours. against the current, it took 3 hours to travel the same distance. find the rate of the current \n" ); document.write( "
Algebra.Com's Answer #246585 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let cabin speed be x mph \n" ); document.write( "current speed = y mph \n" ); document.write( ".. \n" ); document.write( "speed downstream = x+y \n" ); document.write( "distance = speed * time \n" ); document.write( "48 = (x+y)*2 \n" ); document.write( "/2 \n" ); document.write( "24=x+y...................1 \n" ); document.write( "... \n" ); document.write( "speed upstream = x-y \n" ); document.write( "3*(x-y)=48 \n" ); document.write( "/3 \n" ); document.write( "x-y=12...................2add 1&2 \n" ); document.write( "2x= 24+12 \n" ); document.write( "2x=36 \n" ); document.write( "/2 \n" ); document.write( "x=18 mph \n" ); document.write( ".. \n" ); document.write( "x+y=24 \n" ); document.write( "x=18 \n" ); document.write( "y=6 mph speed of current \n" ); document.write( " |