2.1: Systems of Equations
( \newcommand{\kernel}{\mathrm{null}\,}\)
Back when studying linear equations, we found the intersection of two lines. Doing so allowed us to solve interesting problems by finding a pair of values that satisfied two different equations. While we did not call it this at the time, we were solving a system of equations. To start out, we will review an example of the type of problem we've solved before.
Example
A small business produces soap and lotion gift baskets. Labor, utilities, and other fixed expenses cost $6,000 a month. Each basket costs $8 to produce, and sells for $20. How many baskets does the company need to sell each month to break even?
Solution
In business terms, "break even" means for revenue (money brought in) to equal costs. While this problem can be approached in several ways, we will approach here by first creating two linear functions, one for the costs, and another for revenue.
Let's define
Each sale brings in $20, so the revenue,
To find the break-even point, we are looking for the number of baskets where the revenue will equal the costs. In other words, if we were to graph the two linear functions, we are looking for the point that lies on both lines; the solution is the point that satisfies both equations.
In this case we could probably solve the problem from the graph itself, but we can also solve it algebraically by setting the equations equal:
The break even point is at 500 baskets. The company must sell 500 baskets a month, at which point their revenue of $10,000 will cover their total costs of $10,000.
The example above illustrates one type of system of equations, one where both equations are given in functional form. When the equations are written this way, it is easy to solve the system using substitution, by setting the two outputs equal, and solving for the input. However, many system of equations problems are not written this way.
Example
A company produces a basic and premium version of its product. The basic version requires 20 minutes of assembly and 15 minutes of painting. The premium version requires 30 minutes of assembly and 30 minutes of painting. If the company has staffing for 3,900 minutes of assembly and 3,300 minutes of painting each week. If the company wants to fully utilize all staffed hours, how many of each item should they produce?
Solution
Notice first that this problem has two variables, or two unknowns - the number of basic products to make, and the number of premium products to make. There are also two constraints - the hours of assembly and the hours of painting available. This is going to give us two equations in two unknowns, what we call a 2 by 2 system of equations.
We will start by defining our variables:
Now we can create our equations based on the constraints. Each basic product requires 20 minutes of assembly, so producing
Using the same approach for painting gives the equation
Together, these form our system of equations. They are sometimes written as a pair with a curly bracket on the left to indicate that they should be considered as connected equations.
As before, our goal is to find a pair of values,
While it may not be clear, the equation
We typically do not do this, since it often makes the system harder to solve then when using other techniques. To dive into this further, let's first clarify what it means to find a solution to a system of linear equations.
Definition: System of Linear Equations
A system of linear equations consists of two or more linear equations made up of two or more variables such that all equations in the system are considered simultaneously.
A solution to a system is a set of numerical values for each variable in the system that will satisfy all equations in the system at the same time.
Not every system will have exactly one solution, but we'll look more closely at that later. To check to see if an ordered pair is a solution to a system of equations, you would:
- Substitute the ordered pair into each equation in the system.
- Determine whether true statements result from the substitution in both equations; if so, the ordered pair is a solution.
Example
Determine whether the ordered pair
Solution
Substitute the ordered pair
The ordered pair
There are three common methods for solving systems of linear equations with two variables. The first is solving by graphing. In the first example above we graphed both equations, and the solution to the system was the intersection of the lines.
Example
Solve the following system of equations by graphing.
Solution
Solve the first equation for
Solve the second equation for
Graph both equations on the same set of axes. The lines appear to intersect at the point
The solution to the system is the ordered pair
Exercise
Solve the following system of equations by graphing.
- Answer
-
The solution to the system is the ordered pair
.
While this method can work well enough when the solution values are both integers, it is not very useful when the intersection is not at a clear point. Additionally, it requires solving both equations for
Solving a System by Substitution
Another method for solving a system of equations is the substitution method, in which we solve one of the equations for one variable and then substitute the result into the second equation to solve for the second variable.
Solving a system using substitution
- Solve one of the two equations for one of the variables in terms of the other.
- Substitute the expression for this variable into the second equation, then solve for the remaining variable.
- Substitute that solution into either of the original equations to find the value of the first variable. If possible, write the solution as an ordered pair.
- Check the solution in both equations.
The problem we did in Example 1 was technically done by substitution, but it was made easier since both equations were already solved for one variable,
Example
Solve the following system of equations by substitution.
Solution
First, we will solve the first equation for
Now we can substitute the expression
Now, we substitute
Our solution is
We can check the solution by substituting
Exercise
Solve the following system of equations by substitution.
- Answer
-
Substitution can always be used, but is an especially good choice when one of the variables in one of the equations has a coefficient of 1 or -1, making it easy to solve for that variable without introducing fractions. This is fairly common in many applications.
Example
Julia has just retired, and has $600,000 in her retirement account that she needs to reallocate to produce income. She is looking at two investments: a very safe guaranteed annuity that will provide 3% interest, and a somewhat riskier bond fund that averages 7% interest. She would like to invest as little as possible in the riskier bond fund, but needs to produce $40,000 a year in interest to live on. How much should she invest in each account?
Solution
Notice there are two unknowns in this problem: the amount she should invest in the annuity and the amount she should invest in the bond fund. We can start by defining variables for the unknowns:
Our first equation comes from noting that together she is going to invest $600,000:
Our second equation will come from the interest. She earns 3% on the annuity, so the interest earned in a year would be
Together, these two equations form our system. The first equation is an ideal candidate for the first step of substitution - we can easily solve the equation for
Then we can substitute this expression for a in the second equation and solve.
Now substitute this back into the equation
In order to reach her goal, Julia will have to invest $550,000 in the bond fund, and $50,000 in the annuity.
Solving a System by the Addition Method
A third method of solving systems of linear equations is the addition method, also called the elimination method. In this method, we add two terms with the same variable, but opposite coefficients, so that the sum is zero. Of course, not all systems are set up with the two terms of one variable having opposite coefficients. Often we must adjust one or both of the equations by multiplication so that one variable will be eliminated by addition.
Solving a System by the Addition Method
- Write both equations with
and -variables on the left side of the equal sign and constants on the right. - Write one equation above the other, lining up corresponding variables. If one of the variables in the top equation has the opposite coefficient of the same variable in the bottom equation, add the equations together, eliminating one variable. If not, use multiplication by a nonzero number so that one of the variables in the top equation has the opposite coefficient of the same variable in the bottom equation, then add the equations to eliminate the variable.
- Solve the resulting equation for the remaining variable.
- Substitute that value into one of the original equations and solve for the second variable.
- Check the solution by substituting the values into the other equation.
Often using the addition method will require multiplying one or both equations by a constant so terms will eliminate. Using these approaches, we can revisit the equation from Example 2.
Example
In Example 2, we set up the system below. Solve it.
Solution
Adding the equations would not eliminate a variable, but we notice that the coefficients on
Adding these equations gives
Substituting
The solution is
Checking our answer in the second equation:
Exercise
Solve the system of equations by addition.
- Answer
-
Example
Solve the given system of equations in two variables by addition.
Solution
One equation has
Then, we add the two equations together.
Substitute
The solution is
Exercise
Solve the system of equations by addition.
- Answer
-
Dependent and Inconsistent Systems
Up until now, we have only considered cases where there is exactly one solution to the system. We can categorize systems of linear equations by the number of solutions. A consistent system of equations has at least one solution. A consistent system is considered to be an independent system if it has a single solution, such as the examples we just explored. The two lines have different slopes and intersect at one point in the plane.
A consistent system is considered to be a dependent system if the equations have the same slope and the same y-intercepts. In other words, the lines coincide so the equations represent the same line. Every point on the line represents a coordinate pair that satisfies the system. Thus, there are an infinite number of solutions.
Another type of system of linear equations is an inconsistent system, which is one in which the equations represent two parallel lines. The lines have the same slope and different y-intercepts. There are no points common to both lines; hence, there is no solution to the system.
Types of Linear Systems
- An independent system has exactly one solution pair
. The point where the two lines intersect is the only solution. - An inconsistent system has no solution. Notice that the two lines are parallel and will never intersect.
- A dependent system has infinitely many solutions. The lines are coincident. They are the same line, so every coordinate pair on the line is a solution to both equations.

Independent System

Inconsistent System

Dependent System
We can use substitution or addition to identify inconsistent systems. Recall that an inconsistent system consists of parallel lines that have the same slope but different y-intercepts. They will never intersect. When searching for a solution to an inconsistent system, we will come up with a false statement, such as
Example
Solve the following system of equations.
Solution
We can approach this problem in two ways. Because one equation is already solved for
Clearly, this statement is a contradiction (a false statement) because
Recall that a dependent system of equations in two variables is a system in which the two equations represent the same line. Dependent systems have an infinite number of solutions because all of the points on one line are also on the other line. After using substitution or addition, the resulting equation will be an identity, such as
Example
Find a solution to the system of equations using the addition method.
Solution
With the addition method, we want to eliminate one of the variables by adding the equations. In this case, let’s focus on eliminating
Multiply both sides of the equation by - 3,
We can see that there will be an infinite number of solutions that satisfy both equations. In some cases, realizing there are an infinite number of solutions is enough, and we can stop there. In other cases, we will want to describe the set of solutions.
One way is to simply say it's the set of points that satisfy
Exercise
Solve the systems:
a.
b.
- Answer
-
a. No solution. The system is inconsistent.
b. The system is dependent so there are infinite solutions of the form
Systems with 3 variables in 3 unknowns
In systems of two variables, a solution was an ordered pair
Example
Determine whether the ordered triple
Solution
We will check each equation by substituting in the values of the ordered triple for
|
|
|
|
The ordered triple
We can utilize the techniques we learned in the last section to solve
Given a linear system of three equations, solve for three unkowns
1. Pick any pair of equations and solve for one variable.
2. Pick another pair of equations and solve for the same variable.
3. You have created a system of two equations in two unknowns. Solve the resulting two-by-two system.
4. Back-substitute known variables into any one of the original equations and solve for the missing variable.
Example
Find a solution to the following system. The equations are numbered so we can refer to them more easily.
Solution
There will always be several choices as to where to begin, but the most obvious first step here is to eliminate
The second step is multiplying equation (1) by
In equations (4) and (5), we have created a new two-by-two system. We can solve for
Choosing one equation from each new system, we obtain the upper triangular form:
Next, we back-substitute
Finally, we can back-substitute
The solution is the ordered triple
Exercise
Solve the system of equations in three variables.
- Answer
-
Many problems in real life depend on more than two unknowns.
Example
Chad is trying to plan a meal to meet specific nutritional goals. He wants to construct a dish containing rice, tofu, and peanuts that will provide 30g of protein, 14g of fat, and 50g of carbohydrates. How much of each ingredient should he use?
Solution
First off, we're assuming any other ingredients used in the recipe aren't contributing significantly enough to the nutrition to be considered. To answer this question, we'll first need to know the nutritional content for the ingredients. Looking these up:
White rice: 1 cup provides: 0g fat, 44g carbohydrates, 4g protein
Tofu: 1 cup provides: 10g fat, 5g carbohydrates, 20g protein
Peanuts: 1 cup provides: 72g fat, 31g carbohydrates, 35g protein
Now we can define our variables. We are interested in the amount of each ingredient to use, so we'll define our variables as the quantity of each ingredient:
Now for each nutrient, we can create an equation. Since 1 cup of rice provides 44g carbohydrates,
Doing the same for fat and protein gives the full system:
Now we can solve the system.
Step 1. Notice that the section equation already does not involve the variable
Step 2. Since
Step 3. Add equations (1) and (2), writing the result as row 2.
Step 4. Multiply equation (2) by 2 and equation (3) by 43
Step 5. Add equations (2) and (3), writing the result in row 3
Step 6. Solve for
Step 7. Back substitute the value for
Step 8. Back substitute the values for
To meet his nutritional goals, Chad should use 0.979 cups of rice, 1.273 cups of tofu, and 0.0176 cups of peanuts.
This particular system was rather unpleasant to solve. In the rest of the chapter we will learn some other techniques for solving complex systems.
Important Topics of this Section
Solving systems
Graphing
Elimination
Addition
Setting up systems of equations
Inconsistent and dependent systems
Solving 3 by 3 systems

