0% found this document useful (0 votes)
272 views4 pages

Solving Systems of Linear Equations

A system of linear equations is a set of two or more linear equations. There are three possibilities when graphing two linear equations in two variables: 1) The lines are parallel and intersect at zero points. 2) The lines intersect at exactly one point. 3) The lines are the same and intersect at infinitely many points. There are several methods to solve systems of linear equations analytically, including graphing, substitution, and linear combination (elimination).

Uploaded by

samson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
272 views4 pages

Solving Systems of Linear Equations

A system of linear equations is a set of two or more linear equations. There are three possibilities when graphing two linear equations in two variables: 1) The lines are parallel and intersect at zero points. 2) The lines intersect at exactly one point. 3) The lines are the same and intersect at infinitely many points. There are several methods to solve systems of linear equations analytically, including graphing, substitution, and linear combination (elimination).

Uploaded by

samson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Solving Systems of Linear Equations

A
system of
linear equations
is just a set of two or more linear equations.

In two variables
(x  and  y)
, the graph of a system of two equations is a pair of lines in the plane.

There are three possibilities:

The lines intersect at zero points. (The lines are parallel.)

The lines intersect at exactly one point. (Most cases.)

The lines intersect at infinitely many points. (The two equations represent the same line.)

Zero solutions:

y = −2x + 4

y = −2x − 3

 
One solution:
 
y = 0.5x + 2

y = −2x − 3

Infinitely many solutions:

y = −2x − 4

y + 4 = −2x

There are a few different methods of solving systems of linear equations:

. The Graphing Method


.
This is useful when you just need a rough answer, or you're pretty sure the
intersection happens at integer coordinates. Just graph the two lines, and see where they intersect!

See the second graph above.  The solution is where the two lines intersect, the point
(−2, 1)
.

2. The Substitution Method


.
First, solve one linear equation for
y
in terms of
x
. Then substitute that
expression for
y
in the other linear equation. You'll get an equation in
x
. Solve this, and you have the
x
-coordinate of the intersection. Then plug in
x
to either equation to find the corresponding
y
-

coordinate. (If it's easier, you can start by solving an equation for
x
in terms of
y
, also – same
difference!)

Example 1:
3x + 2y = 16
Solve the system
{
  7x + y = 19

Solve the second equation for


y
.

y = 19 − 7x

Substitute
19 − 7x
for
y
in the first equation and solve for
x
.

3x + 2(19 − 7x) = 16

3x + 38 − 14x = 16

−11x = −22

x = 2

Substitute
2
for
x
in
y = 19 − 7x
and solve for
y
.

y = 19 − 7(2)

y = 5

The solution is
(2, 5)
.

3. The Linear Combination Method


, aka
The Addition Method
, aka
The Elimination Method.
Add
(or subtract) a multiple of one equation to (or from) the other equation, in such a way that either the
x
-terms or the
y
-terms cancel out. Then solve for
x
(or
y
, whichever's left) and substitute back to get
the other coordinate.

Example 2:

4x + 3y = −2
Solve the system
{
8x − 2y = 12

Multiply the first equation by


−2
and add the result to the second equation.

−8x − 6y = 4

   8x − 2y = 12
− −−−−− −−−−−
          − 8y = 16

Solve for
y
.

y = −2

Substitute for
y
in either of the original equations and solve for
x
.
4x + 3(−2) = −2

 
4x − 6 = −2

4x = 4

x = 1

The solution is
(1, −2)
.

You might also like