SOLUTION: 2 LINEAR EQUATIONS IN 2 UNKNOWNS or SIMULTANEOUS LINEAR EQUATIONS IN 2 UKNOWNS a swimmer going downstream takes 1 hour and 20 minutes to travel a certain distance. it takes the

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: 2 LINEAR EQUATIONS IN 2 UNKNOWNS or SIMULTANEOUS LINEAR EQUATIONS IN 2 UKNOWNS a swimmer going downstream takes 1 hour and 20 minutes to travel a certain distance. it takes the       Log On


   



Question 1122280: 2 LINEAR EQUATIONS IN 2 UNKNOWNS or SIMULTANEOUS LINEAR EQUATIONS IN 2 UKNOWNS
a swimmer going downstream takes 1 hour and 20 minutes to travel a certain distance. it takes the swimmer 4 hours to make the return trip against the current. if the river flows at the rate of 1.5 miles per hour, find the rate of the swimmer in still water and the distance traveled one way.

Found 2 solutions by josgarithmetic, ikleyn:
Answer by josgarithmetic(39618) About Me  (Show Source):
You can put this solution on YOUR website!
------------------------------------------------------------
a swimmer going downstream takes 1 hour and 20 minutes to travel a certain distance. it takes the swimmer 4 hours to make the return trip against the current. if the river flows at the rate of 1.5 miles per hour, find the rate of the swimmer in still water and the distance traveled one way.
-----------------------------------------------------------------

DOWNSTREAM: %28r%2B1.5%29%2A%281%261%2F3%29=d

UPSTREAM: %28r-1.5%29%284%29=d


system%28%28r%2B3%2F2%29%284%2F3%29=d%2C%28r-3%2F2%29%2A4=d%29------solve for r by equating the two expressions of d. Use r to then solve for d any way you want.

Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.
Let u be the rate of the swimmer in still water, in miles per hour,

and let d be the distance traveled one way.


Then the effective speed (rate) of the swimmer downstream is  (u+1.5)  miles per hour, while 

     the effective speed (rate) of the swimmer upstream   is  (u-1.5)  miles per hour.


The equation for the effective rate downstream is

    u + 1.5 = d%2F%28%284%2F3%29%29,       ({{4/3}}} = 4%2F3 hours =  1 hour and 20 minutes)
or

    u + 1.5 = %283d%29%2F4.


The equation for the effective rate upstream is

    u - 1.5 = d%2F4.       


Thus you have this system of 2 equations in 2 unknowns

    u + 1.5 = %283d%29%2F4,     (1)

    u - 1.5 = d%2F4.       (2)


Subtract eq(2) from eq(1). You will get


    1.5 - (-1.5) = 3d%2F4 - d%2F4,    or    3 = 2d%2F4 = d%2F2,


which implies   d = 6.   Thus the one way distance is 6 miles.


Now from eq(2),  u = d%2F4 + 1.5 = 6%2F4 + 1.5 = 3 miles per hour.


Answer.  One way distance is 6 miles.  The swimmer rate in still water is 3 miles per hour.


Check.   Time to swim downstream is 6%2F%283%2B1.5%29 = 6%2F4.5 = 4%2F3 hours.   ! Correct !

         Time to swim upstream   is 6%2F%283-1.5%29 = 6%2F1.5 = 4 hours.    ! Correct !

Solved.