Question
Solve a pair of substitution systems of equations
Original question: My topic in class was about solving systems of equations by substitution. Can someone help me solve these equations with it? y = 6x + 7 y = 12x + 5 and x = 2y + 1 y + 3z + 5 = 0 x - 3z = 0
Expert Verified Solution
Key concept: Substitution is one of those methods that feels basic, but it stays useful because it keeps the algebra organized. Once one equation is already solved for a variable, the rest becomes straight replacement and cleanup.
Step by step
You actually have two separate systems here.
System 1
Since both equal , set them equal to each other: Solve: Now substitute back:
So the first system has solution
System 2
From , Set this equal to : So Substitute into : Multiply by 2: Then and Better to use with :
So the second system has solution
Pitfall alert
A common mistake is treating both groups of equations as one big system. They are separate problems, so solve each set on its own. Another easy error is mixing up the variable you are substituting into; keep track of whether you are replacing , , or .
Try different conditions
If the first system had been and , the same substitution step would work, but the final numbers would change. For the three-variable system, if one equation were replaced by a linearly dependent version, you might get infinitely many solutions instead of a single ordered triple.
Further reading
substitution method, system of equations, ordered triple
FAQ
What is the solution to y=6x+7 and y=12x+5?
Set the two expressions for y equal to each other. The solution is x = 1/3 and y = 9.
How do you solve x=2y+1, y+3z+5=0, and x-3z=0?
Use x=3z from the third equation, substitute into x=2y+1, then use y+3z+5=0. The solution is (x, y, z)=(-3, -2, -1).