SOLUTION: SOLVE USING DETERMINANTS and CRAMER'S RULE A team of rowers can row 4 kilometers downstream in 8 minutes, but it takes 12 minutes for the team to row the same distance upstream

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: SOLVE USING DETERMINANTS and CRAMER'S RULE A team of rowers can row 4 kilometers downstream in 8 minutes, but it takes 12 minutes for the team to row the same distance upstream      Log On


   



Question 208210: SOLVE USING DETERMINANTS and CRAMER'S RULE
A team of rowers can row 4 kilometers downstream in 8 minutes, but it takes 12 minutes for the team to row the same distance upstream. How fast can the team row in still water, and what is the rate of the current?

Answer by pjalgeb(9) About Me  (Show Source):
You can put this solution on YOUR website!
Given:
4 km. = distance travelled
8 minutes = time it takes to row downstream

12 minutes = time it takes to row upstream

Required:
Find x (Speed in still water) and y (Rate of the current).

Solution:

Rates per hour:
8%2F60 = 2%2F15 hours
12%2F60 = 1%2F5 hours


Distance = Speed * Time

Speed(Kph) Time(h) Distance(K)
_______________________________________________
Downstream | x+y : 2/15 : (x+y)(2/15) |
Upstream | x-y : 1/5 : (x-y)(1/5) |
_______________________________________________
Since the distances are the same(4km) then we can have the following Equations:
%28x%2By%29%282%2F15%29+=+4
2x%2F15+%2B+2y%2F15+=+4
2x%2F15 + 2y%2F15 = 4) * 15
2x + 2y = 60 --> Equation 1


%28x-y%29%281%2F5%29+=+4
x%2F5+-+y%2F5+=+4
x%2F5 - y%2F5 = 4) * 5)
x - y = 20 --> Equation 2

Now we have two equations with two unknowns:
2x + 2y = 60 --> Equation 1
x - y = 20 --> Equation 2

The augmented 2x2 matrix for the above system of equations is:
| 2 2 | 60 |
| 1 -1 | 20 |

Using Cramer's Rule:
x+=+Dx%2FD
y+=+Dy%2FD


First we solve for D, Dx and Dy:
D = | 2 2 | = 2(-1) - 2(1) = - 2 - 2 = - 4
| 1 -1 |
since D is not 0 then we can proceed:

Dx = | 60 2 | = 60(-1) -2(20) = -60 - 40 = -100
| 20 -1 |

Dy = | 2 60 | = 2(20) - 60(1) = 40 - 60 = -20
| 1 20 |


Now we can solve for x and y:

x+=+Dx%2FD+=+-100%2F-4++=+25+
y+=+Dy%2FD+=+-20%2F-4+++=+5+

ANSWER:
The team can row 25 kph in still water and the current has a rate of 5 kph.