Loading...
Methods of Solving Systems of Linear Inequalities in Two Variables
A
B
C
D
. . . .

Substitution Method

To solve a system of two linear equations in two variables using the substitution method, solve for one variable in either of the given equations. Then substitute the obtained expression for that variable in the other equation.

Example 1

Solve the system of linear equations using the substitution method.

{   x+3y=11 2x+  y=7


Solution

The coefficient of the variable x in the first equation is 1; thus, it is easier to solve for x in terms of y using the first equation.

Using the first equation, solve for x in terms of y.

x=113y     equation ( a )

Substitute 113y for x in the second equation and solve for y.

2( 113y )+y =7
226y+y =7
5y+22 =7
5y =722
5y =15
y = 15 5
y =3

Thus, y=3. To solve for x, substitute 3 for y in equation (a).

x=113( 3 )=119=2

Therefore, x=2 and y=3.



Checking

Substitute 2 for x and 3 for y in the given equations of the system.

x+3y =11
2+3(3) = ? 11
2+9 = ? 11
11 =11       True
2x+y =7
2(2)+3 = ? 7
4+3 = ? 7
7 =7       True

Since both equations are satisfied, the solution is (2,3).

Always remember that you also need to solve for the value of the other variable. You should give not just one number, but an ordered pair.