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

thumb_up100%(1 rated)

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

y=6x+7y=6x+7 y=12x+5y=12x+5

Since both equal yy, set them equal to each other: 6x+7=12x+5.6x+7=12x+5. Solve: 7=6x+57=6x+5 2=6x2=6x x=13.x=\frac13. Now substitute back: y=6(13)+7=2+7=9.y=6\left(\frac13\right)+7=2+7=9.

So the first system has solution (13,9).\boxed{\left(\frac13,9\right)}.

System 2

x=2y+1x=2y+1 y+3z+5=0y+3z+5=0 x3z=0x-3z=0

From x3z=0x-3z=0, x=3z.x=3z. Set this equal to 2y+12y+1: 3z=2y+1.3z=2y+1. So 2y=3z1,2y=3z-1, y=3z12.y=\frac{3z-1}{2}. Substitute into y+3z+5=0y+3z+5=0: 3z12+3z+5=0.\frac{3z-1}{2}+3z+5=0. Multiply by 2: 3z1+6z+10=03z-1+6z+10=0 9z+9=09z+9=0 z=1.z=-1. Then x=3z=3,x=3z=-3, and y=2(1)+?y=2(-1)+? Better to use x=2y+1x=2y+1 with x=3x=-3: 3=2y+1-3=2y+1 2y=42y=-4 y=2.y=-2.

So the second system has solution (x,y,z)=(3,2,1).\boxed{(x,y,z)=(-3,-2,-1)}.

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 xx, yy, or zz.

Try different conditions

If the first system had been y=6x7y=6x-7 and y=12x+5y=12x+5, 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).

chat