document.write( "Question 880566: Don williams uses his small motorboat to go 5 miles upstream to his favorite fishing spot. Against the current, the trip takes 5/12 hour. With the current the trip takes 1/4 hour. How fast can the boat travel in still water. What is the speed of the current.
\n" );
document.write( "In still water the boats speed is mph
\n" );
document.write( "The speed of the current is mph \n" );
document.write( "
Algebra.Com's Answer #531590 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Don williams uses his small motorboat to go 5 miles upstream to his favorite fishing spot. \n" ); document.write( " Against the current, the trip takes 5/12 hour. \n" ); document.write( " With the current the trip takes 1/4 hour. \n" ); document.write( " How fast can the boat travel in still water. \n" ); document.write( " What is the speed of the current. \n" ); document.write( ": \n" ); document.write( "let s = speed in still water \n" ); document.write( "let c = rate of the current \n" ); document.write( "then \n" ); document.write( "(s-c) = effective speed up-stream \n" ); document.write( "and \n" ); document.write( "(s+c) = effective speed down-stream \n" ); document.write( ": \n" ); document.write( "Write a distance equation for each way; dist = time * speed \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Get rid of those annoying fractions, mult the 1st eq by 12, the 2n by 4 \n" ); document.write( "5(s-c) = 60 \n" ); document.write( "s + c = 20 \n" ); document.write( ": \n" ); document.write( "5s - 5c = 60 \n" ); document.write( "simplify, divide by5, add to the 2nd equation \n" ); document.write( "s - c = 12 \n" ); document.write( "s + c = 20 \n" ); document.write( "--------------adding eliminates c, find s \n" ); document.write( "2s = 32 \n" ); document.write( "s = 16 mph is the boat speed in still water \n" ); document.write( ": \n" ); document.write( "find the speed of the current \n" ); document.write( "16 + c = 20 \n" ); document.write( "c = 20 - 16 \n" ); document.write( "c = 4 mph is the current \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check these solutions in the original equation \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |