document.write( "Question 1120780: A boat is rowed 10 miles downstream in two hours, then rowed the same distance
\n" );
document.write( "upstream in 10/3 hours. Find the rate of the boat in still water and the rate of the current.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #736463 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A basic type of problem that is easily solved with basic algebra. \n" ); document.write( "You are looking for two unknown numbers -- the rate of the boat and the speed of the current. So define variables to represent those two numbers. \n" ); document.write( "let b = boat speed \n" ); document.write( "let c = current speed \n" ); document.write( "Then observe that the effective speed upstream will be b-c (the current is opposing the boat) and the effective downstream speed will be b+c (the current is aiding the boat). So \n" ); document.write( "upstream speed = b-c \n" ); document.write( "downstream speed = b+c \n" ); document.write( "Then distance is rate times time, so write equations that say the upstream and downstream distances are each 10 miles. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Multiply the second equation by 5 and add the two equations to eliminate c: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Add these two equations to solve for b; then use that value in either of the original equations to solve for c. \n" ); document.write( "Note that there are many different ways to set up the problem for solving. Here is a completely different approach that seems to make the work easier. \n" ); document.write( "The 10 miles upstream take 10/3 hours, so the effective upstream rate b-c is 10/(10/3) = 3mph. \n" ); document.write( "The 10 miles downstream take 2 hours, so the effective downstream rate is b+c = 5mph. \n" ); document.write( "Now the problem can be solved very easily by inspection: b+c=5 and b-c+3; clearly b=4 and c=1. \n" ); document.write( " |