
Tracy G. answered 02/11/13
I love math! We work through it together :)
This is a system of equations with two variables. We want to end up with a solution set that looks like this (x, y) where x an y are numerical values. This is a simple substitution problem where the goal will be to define our variables x & y such that we can then plug them into the original equation and solve for one of them, then repeat the process and solve for the other.
x + 3y = -4 (Call this Equation 1)
4x + 5y = 5 (Call this Equation 2)
In the equations above, we have two variables in two equations. The variables are x and y. We can define the value of the variable x in Equation 1 by subtracting 3y from both sides
x + 3y = -4 (Equation 1)
- 3y -3y
x = -3y - 4 ("new" Equation 1)
By defining the variable x in Equation 1, I can say, "hey look, now I can put the value of x into the second equation anywhere I find an x.
4x + 5y = 5 ( Equation 2)
4(-3y -4) + 5y = 5 (Plug in Equation 1 wherever there is an "x")
-12y -16 + 5y = 5 (distribute the 4 across the binomial)
-7y -16 = 5 (combine like terms)
+16 +16 (add 16 to both sides)
-7y = 21 (Divide both sides by -7)
-7
y = -3
Now, take this value of y = -3 and plug it back into equation 1 to solve for x.
x + 3y = -4
x + 3(-3) = -4
x -9 = -4 (Add 9 to both sides)
+9 +9
x = 5
The solution set for this system of equations with two variables is (5, -3)