What is the final step of completing a solve by substitution problem?

1 Answer
Aug 20, 2016

I'm not sure where exactly you mean "final" in the solving process. So, I've prepared a couple of problems that I will work through slowly and carefully, showing all the steps to the final answer.

Example 1: Solve the following system of equations-2x+y=5,3x+2y=9

Since we want to solve with substitution, we must solve for one variable in one of the equations. I think it would be easiest to solve for y in the first equation.

y=52x

We can now substitute into the other equation:

3x+2(52x)=9

3x+104x=9

x=1

x=1

We must now find the value of y. This is found by inserting x=1 into one of the equations and solving for y.

y=52x

y=52(1)

y=3

Hence, our solution set is {1,3}.

Example 2: Find all real values of x and y that satisfy the following system of equations: 3y=2x2+2,2x23y2=4

Once again, as with the last example, we need to solve for one of the variables in one of the equations. It looks easiest to isolate the y in the first equation, however solving this equation won't be as neat as solving the previous one.

y=23x2+23

We can now substitute into equation #2.

2x23(23x2+23)2=4

2x23(49x489x2+49)=4

2x243x4+83x243=4

43x4+143x2+83=0

Solve using a graphing calculator. If it's a standard one, like a TI84, use y1=43x4+143x2+83=0 and y2=0, and press "calc" followed by "intersect".

This will give you real roots of 2 and 2. All that is left to do is solve for y.

y=23(2)2+23 AND 23(2)2+23

y=83+23 AND 83+23

y=2 AND 2

Hence, our solution set is {2,2} and {2,2}.

Use the following practice exercises to develop your comfort with the skills dealt with in this answer.

Practice exercises:

  1. Find the real values of x and y that satisfy the following systems of equations.

a) 2x3y=4,x+2y=9

b) 3x+y=2,x2=y

c) 2x23y2=10,x22x+3y=5

Hopefully this helps, and good luck!