document.write( "Question 280810: A motorboat traveling with the current can go 36 miles in 2 hours. against the current it takes 3 hours to go to the same distance. Find the rate of the motorboat in calm water. \n" ); document.write( "
Algebra.Com's Answer #204075 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! d = r*t is the basic distance equation. \n" ); document.write( "s = speed of the motor boat in calm water \n" ); document.write( "c = speed of current \n" ); document.write( "s + c = speed of the boat traveling with the current \n" ); document.write( "s - c = speed of the boat traveling against the current \n" ); document.write( ". \n" ); document.write( "traveling with the current the boat went 36 miles in 2 hrs \n" ); document.write( "d = 36 \n" ); document.write( "r = s+c \n" ); document.write( "t = 2 \n" ); document.write( "36 = (s+c)*2 \n" ); document.write( ". \n" ); document.write( "traveling against the current the boat can return 36 miles in 3 hrs \n" ); document.write( "d = 36 \n" ); document.write( "r = s-c \n" ); document.write( "t = 3 \n" ); document.write( "36 = (s-c)*3 \n" ); document.write( ". \n" ); document.write( "We've got two unknowns and we've got two unknowns, so this can be approached as a system of linear equations. \n" ); document.write( ". \n" ); document.write( "2s + 2c = 36 \n" ); document.write( "3s - 3c = 36 \n" ); document.write( ". \n" ); document.write( "Multiply the first equation by 3 and the second by 2 to enable elimination. \n" ); document.write( ". \n" ); document.write( "3(2s + 2c) = 3(36) = 6s + 6c = 108 \n" ); document.write( "2(2s - 2c) = 2(36) = 6s - 6c = 72 \n" ); document.write( ". \n" ); document.write( "6s + 6c = 108 \n" ); document.write( "6s - 6c = 72 \n" ); document.write( ". \n" ); document.write( "adding them to eliminate the 6c and -6c. \n" ); document.write( ". \n" ); document.write( "12s = 180 \n" ); document.write( ". \n" ); document.write( "divide by 12 \n" ); document.write( ". \n" ); document.write( "s = 15 = speed of the boat in calm water \n" ); document.write( ". \n" ); document.write( "substituting back into our first equation \n" ); document.write( ". \n" ); document.write( "36 = (s+c)*2 \n" ); document.write( "2s + 2c = 36 \n" ); document.write( "2(15) + 2c = 36 \n" ); document.write( "2c = 6 \n" ); document.write( "c = 3 = speed of the current \n" ); document.write( ". \n" ); document.write( "checking... \n" ); document.write( ". \n" ); document.write( "traveling with the current, the boat's speed = 15+3 = 18 \n" ); document.write( "to travel 36 miles, it would take 2 hr, which is what the problem stated. \n" ); document.write( ". \n" ); document.write( "traveling against the current, the boat's speed = 15 -3 = 12 \n" ); document.write( "again we can see that to travel the 36 miles it would take 3 hrs, which is also what was stated. \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "s = 15 = speed of the boat in calm water \n" ); document.write( "c = 3 = speed of the current \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |