How do you solve the system #-7x-6y=4, x=3y+8#?

1 Answer
Dec 12, 2016

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 similar variables on one side:
−7x − 6y = 4
x – 3y = 8
Then algebraically combine them. You can use multiplicative factors to an entire equation if the coefficients are not already equal. In this case multiplying the second equation by ‘2’ will allow us to eliminate the 'y' coefficients.

Simply subtract the second equation from the first to get a single equation in only the 'x' variable.
−7x − 6y = 4
2x – 6y = 16
-9x = -12 ; x = 4/3

Substitute this value back into one equation to solve for 'y', then use the other equation to check the final values for correctness.

-6y = 7(4/3) + 4 ; y = (28/3 + 4)/(-6) ; y = (40/3)/(-6) ; y = -40/18 = -20/9

CHECK:
(4/3) – 3(-20/9) = 8 ; 4/3 + 20/3 = 8 ; 24/3 = 8 ; 8 = 8 CORRECT!