How do you solve the following system: #-5x + 3y= 6, 4x + 2y = 10 #?
2 Answers
Complex linear systems can be solved in matrix form using Cramer's Rule. Simple ones like this one can be arranged according to their factors and solved algebraically.
Explanation:
Arrange the equations so that the factors align, with all of the unknowns on one side:
Then algebraically combine them. You can use multiplicative factors to an entire equation if the coefficients are not already equal. Then we can simply subtract one equation from the other to get a single equation in only the 'x' variable.
(1)
(2)
Substitute this value back into one equation to solve for 'y', then use the other equation to check the final values for correctness.
CHECK:
Explanation:
Let's use elimination:
Our first step is to change one of our varables to match another. I'm going to multiply
.........................................................
divide by
Now we can solve for
subtract
divide by
Just to double check our work, let's solve the first equation, replacing
We were right!