document.write( "Question 856429: A boat can travel 48 mph in still water. If it travels 156 miles with the current in the same length of time it travels 132 miles against the current, what is the speed of the current? \n" ); document.write( "
Algebra.Com's Answer #515934 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Boat speed = 48 mph \n" ); document.write( "current speed = x mph \n" ); document.write( " \n" ); document.write( "speed against current 48 - x \n" ); document.write( "speed with current 48 + x \n" ); document.write( " \n" ); document.write( "Distance against current 132 miles \n" ); document.write( "Distance with current 156 miles \n" ); document.write( " \n" ); document.write( "t=d/r time against = time with current - \n" ); document.write( "132 / ( 48 - x )= 156 / ( 48 + x ) \n" ); document.write( "132 ( 48 + x )= 156 ( 48 -x ) \n" ); document.write( "6336 + 132 x = 7488 - -156 x \n" ); document.write( "156 x 132 x 7488 + -6336 \n" ); document.write( "288 x = 1152 \n" ); document.write( "/ 288 \n" ); document.write( "x = 4 mph current speed \n" ); document.write( " \n" ); document.write( " |