SOLUTION: 2r - 3s =-3 3r+2s=28 solve by the elimination method

Algebra ->  Expressions-with-variables -> SOLUTION: 2r - 3s =-3 3r+2s=28 solve by the elimination method      Log On


   



Question 433708: 2r - 3s =-3
3r+2s=28
solve by the elimination method

Found 3 solutions by Alan3354, rwm, blwinbbbles:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
2r - 3s = -3
3r + 2s = 28
--------------
Multiply by whatever it takes to get the coefficients of either x or y to match.
4r - 6s = -6 Eqn 1 x 2
9r + 6s = 84 Eqn 2 x 3
------------- Add
13r = 78
r = 6
-----
Sub for r in either equation to find s.

Answer by rwm(914) About Me  (Show Source):
You can put this solution on YOUR website!
r=6 s=5
multiply the first by 3 and the second by 2
2r - 3s =-3
6r-9s=-9
3r+2s=28
6r+4s=56
6r-9s=-9
6r+4s=56
subtract
-9s-4s=-9-56
-13s=-65
s=5
2r-3s=-3
2r-3*5=-3
2r-15=-3
2r=12
r=6

Answer by blwinbbbles(106) About Me  (Show Source):
You can put this solution on YOUR website!
In order to use the elimination method we will have to manipulate the equations.
We have
1)2r-3s= -3 and
2)3r+2s= 28
We must pick one of the variable to eliminate so let's pick r..we have to make the r's in each equation the opposite value of each other in order to eliminate them. So the lowest common number they (the r values)have is 6..mulitply equation 1 by (-3) and equation 2 by (2) resulting in the following:
1) -6r + 9s = 9
2) 6r + 4s = 56
Now add them together and you get
13s = 65 divide both sides by 13
s = 5
Now we do the same for s..again the lowest common number is 6 so multiply equation 1 by (2) and equation 2 b (3) resulting in the following:
1) 4r - 6s = -6
2) 9r + 6s = 84
Add them together and you get
13r = 78 divide both sides by 13
r = 6
You now know s=5 and r=6 and you have solved the problem by elimination
Hope this helps