document.write( "Question 433951: A boat travels 45 miles downstream in the same time it takes to travel 30 miles upstream. If the speed of the boat in still water is 12 mph what's the rate of the current? \n" ); document.write( "
Algebra.Com's Answer #300776 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Boat speed = 12 mph \n" ); document.write( "current speed = x mph \n" ); document.write( "wind speed \n" ); document.write( "speed against current 12-x \n" ); document.write( "speed with current 12+x \n" ); document.write( "Distance against current 30 mph \n" ); document.write( "Distance with current 45 mph \n" ); document.write( "t=d/r time upstream = time downstream \n" ); document.write( "30/(12-x)=45/(12+x) \n" ); document.write( "30(12+x)=45(12-x) \n" ); document.write( "360+30x =540-45 x \n" ); document.write( "45x+30x =180 \n" ); document.write( "75x=180 \n" ); document.write( "/75 \n" ); document.write( "x=2.4 mph current speed \n" ); document.write( " \n" ); document.write( " |