document.write( "Question 224610: A boat travel 30 miles upstream against the current in the same amount of time it take to travel 42 miles downstream with the current. If the rate of the current is 4MPH, what is the rate of the boat in still water? \n" ); document.write( "
Algebra.Com's Answer #167811 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! d=rt or t=d/r \n" ); document.write( "t=30/(r-4) \n" ); document.write( "t=42/(t+4) \n" ); document.write( "Since the times are equal then: \n" ); document.write( "30/(r-4)=42/(r+4) \n" ); document.write( "42(r-4)=30(r+4) \n" ); document.write( "42r-168=30r+120 \n" ); document.write( "42r-30r=120+168 \n" ); document.write( "12r=288 \n" ); document.write( "r=288/12 \n" ); document.write( "r=24 mph. is the boat's speed in still water. \n" ); document.write( "Proof: \n" ); document.write( "30/(24-4)=42/(24+4) \n" ); document.write( "30/20=42/28 \n" ); document.write( "1.5=1.5 \n" ); document.write( " |