document.write( "Question 134378: when lucy swims with the current, she swims 18km in 2 hours. against the current she can swim only 14km in the same time. how fast can lucy swim in still water? what is the rate of the current? \n" ); document.write( "
Algebra.Com's Answer #98289 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Using the basic formula for distance, i.e. d = r*t where d = distance travelled, r = the rate of travel (speed), and t = the time taken to cover the distance, d. We can write two equations:
\n" ); document.write( "\"d%5B1%5D+=+r%5B1%5Dt%5B1%5D\" for Lucy's swim with the current.
\n" ); document.write( "\"d%5B2%5D+=+r%5B2%5D%2At%5B2%5D\" for Lucy's swim against the current.
\n" ); document.write( "We can express both \"r%5B1%5D\" and \"r%5B2%5D\" in terms of the speed of the current (C) and in terms of Lucy's swimming speed in still water (R):
\n" ); document.write( "\"r%5B1%5D+=+R%2BC\" Lucy's speed when swimming with the current is her speed in still water (R) plus the speed of the current (C).
\n" ); document.write( "\"r%5B2%5D+=+R-C\" Lucy's speed when swimming against the current is her speed in still water (R) minus the speed of the current (C).
\n" ); document.write( "For the first leg of the trip:
\n" ); document.write( "\"18+=+r%5B1%5D%2A2\" Substitute \"R%2BC+=+r%5B1%5D\"
\n" ); document.write( "\"18+=+%28R%2BC%29%2A2\" Divide both sides by 2.
\n" ); document.write( "\"9+=+R%2BC\"
\n" ); document.write( "For the second leg of the trip:
\n" ); document.write( "\"14+=+r%5B2%5D%2A2\" Substitute \"R-C+=+r%5B2%5D\"
\n" ); document.write( "\"14+=+%28R-C%29%2A2\" Divide both sides by 2.
\n" ); document.write( "\"7+=+R-C\"
\n" ); document.write( "So now you have two equations with two unknowns, R and C. Add these two equations to eliminate one of these variables (C):
\n" ); document.write( "\"9+=+R%2BC\" Add these equations.
\n" ); document.write( "\"7+=+R-C\"
\n" ); document.write( "-------------
\n" ); document.write( "\"16+=+2R\" Divide both sides by 2.
\n" ); document.write( "\"R+=+8\"Km/hr. This is Lucy's speed in still water.
\n" ); document.write( "Substitute this value of R into either one of the two equations we just added together:
\n" ); document.write( "\"9+=+R%2BC\"
\n" ); document.write( "\"9+=+8%2BC\" Subtract 6 from both sides.
\n" ); document.write( "\"1+=+C\" or \"C+=+1\"Km/hr. This is the speed of the current.
\n" ); document.write( "
\n" );