SOLUTION: Use the elimination method to solve system equation: 6x-y=36 6y=6x-66

Algebra ->  Systems-of-equations -> SOLUTION: Use the elimination method to solve system equation: 6x-y=36 6y=6x-66      Log On


   



Question 286296: Use the elimination method to solve system equation:
6x-y=36
6y=6x-66

Found 2 solutions by oberobic, richwmiller:
Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
The 'elimination' method could just as well be called the 'addition' method: you manipulate the equations until you add them to eliminate one unknown. Then use substitution to find the other unknown.
.
6x - y = 36
6y = 6x - 66
.
The second equation must be rearranged.
Subtract 6x from both sides.
-6x + 6y = -66
.
The terms 6x and -6x would eliminate the 'x' values, allowing you to solve the 'y' values.
.
6x - y = 36
-6x + 6y = -66
.
Adding them.
.
5y = -30
y = -6
.
Substituting y = -6.
.
6x -(-6) = 36
6x + 6 = 36
6x = 30
x = 5
.
Check by substituting x=5 and y=-6 into the second equation.
.
6y = 6x - 66
6(-6) = 6(5) -66
-36 = 30-66
-36 = -36
Correct.
.
Answer:
x = 5
y = -6
.
Done.

Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!

Wrong category this is a linear system
rearrange the second in x y order
6x-y=36
6x-6y=66
subtract first from second
6x-6y=66
6x-y=36
-5y=30
y=-6
6x-(-6)=36
6x+6=36
6x=30
x=5
(5,-6)