How to Solve Systems of Equations

How to Solve Systems of Equations (Video & Practice Questions)
How to Solve Systems of Equations Video

An equation is a statement that two mathematical expressions are equal. Expressions represent quantities and can be strictly numerical or contain some combination of numerical terms and terms containing variables. For instance, \(6 + 3\) is a numerical expression, and \(2x – 7\) is an expression that contains a variable.

Equations are like sentences, and they can be evaluated as true or false. For example, \(2 × 5 = 10\) is a true statement because the quantity \(2\times 5\) is equal to the quantity 10. On the other hand, \(25 = 4\times 5\) is a false statement, because the quantity 25 is not equal to the quantity \(4\times 5\).

When equations contain variables, the job of solving is to discover the value(s) of the variables that make the equation true. For example, \(x = 10\) is only true when \(x\) has the value of 10, while \(2x = 10\) is only true when \(x\) has the value of 5.

Typically, equations are approached from the standpoint of “balancing,” “performing inverse operations,” and “isolating the variable.”

Solving Systems of Equations

Here’s an example of how the process of solving equations might be approached.

Infographic showing how to solve 3 b plus 6 equals 24

Equations as Scenarios

Expressions often represent quantities that are related in a certain way. Some common examples are\(l\), \(x\), and \(w\), which often represent the area of a rectangle, and \(\sqrt{(x_2 – x_1)^2 + (y_2 – y_1)^2} \), which often represents the distance between two points on the coordinate plane. Sometimes, we need to create our own equations based on given information.

Example: Max is Ruby’s little brother. Ruby is half of three times Max’s age, and the sum of their ages is 25 years. How old is each sibling?

Let the expression \(a\) represent Max’s age. Then Ruby’s age is represented by the expression \(\frac{3a}{2}\) and the equation we need to solve is \(a+ \frac{3a}{2} = 25\). In other words, Max’s age plus Ruby’s age is 25.

Infographic showing how equations can be scenarios

Sometimes, there are multiple ways to visualize an equation. Sometimes, the order we use depends on how we see the terms. For example, let’s look at a couple of different ways we can visualize and solve \(\frac{3x}{4} = 30 \):

Infograph showing how to divide 3 x divided by 4

Visualizing the problem this way will lead you down two different paths to solving it:

Infographic showing how to solve 3 x over 4 equals 30

Finally, let’s look at a couple of different ways we can visualize and solve \(\frac{3}{4x} = 30:\)

Infographic showing how to solve 3 x over 4 equals 30

Hey guys! Welcome to this video over systems of equations.

A system of equations is a group of two or more equations, and each of the equations within the group have at least one unknown variable.

When given a system of equations, the goal is to find the value for each of the unknown variables.

In this video, we will discuss two tools to help you solve for the unknown variables: substitution, and elimination.

Substitution

Substitution is a way of solving the system by getting rid of all of the variables, except for one, then solving for that equation.

The best time to use substitution is when you have a variable that has a coefficient of 1 or -1. The reason why is, because if it has a coefficient of 1 or -1, then you don’t need to undo multiplication or division, you just need to undo addition or subtraction in order to isolate a variable.

There are three steps that you need to follow in order to be able to solve the system using substitution.

  1. Solve for your \(x\) or \(y\) in one equation.
  2. Plug your \(x\) or \(y\) in that you solved for into the other equation, then solve.
  3. Use the number that you get when you solve to solve for the other variable, or variables, depending on how many equations that you have.

 
So let’s get started!

Example

\(4x+3y=2\)
\(x-9y=-19\)

 
In this example, we can see that our second equation has a variable with 1 as the coefficient. So, that lets us know to solve for \(x\). Now, you can actually solve for any of the variables. It will just always be easier to solve for one that has a coefficient of 1 or -1.

Now, to do this we just add \(9y\) to both sides.

\(x= 9y -19\)

 
So, we’ve done what our first step tells us to do and we solved for one of our variables. Step two now tells us to plug in the variable that we have solved for into our other equation, then solve. So we’re going to plug our \(x\) into \(4x+3y = 2\). Because we know that \(x=9y -19\), we’ll plug this into our \(x\)-value here and then solve.

\(4(9y-19)+3y=2\)

 
Now that we have it down to one variable, we are able to solve for the value of that variable, so in this case, \(y\).

Let’s rewrite this by multiply our 4 by everything inside our parentheses.

\(36y – 76 + 3y = 2\)

 
Now we can add our 76 to both sides. You can do this multiple ways. If you wanted to add your \(y\)s together first, then do that. I’m just doing what is easier in my mind.

Once I add my 76 to both sides and add my \(y\)s together, I get \(39y= 78\).

Now, I divide both sides by 39.

\(y=2\)

 
Use the number that you get when you solve to solve for the other variable, or variables.

So now all we have to do is take our \(y\)-value and plug it into one of our original equations. It doesn’t matter which one! You can plug it into the first or the second, but I am going to plug it into the second equation, just because.

So that gives you:

\(x -9(2) = -19\)
\(x – 18 = -19\)
\(x=-1\)

 
And we’re done! We have found the value of both of our variables using substitution.

Now, let’s take a look at how to solve for a system using elimination.

Elimination

The reason this tool is called elimination is because you add together the two equations in order to eliminate one of your variables.

Example 1

\(3x – 4y = -27\)
\(7x + 4y = 57\)

 
We can tell just by looking at it, that our \(y\)s will cancel out. So once we add the two equations together. We have \(10x = 30\).

And we can divide both sides by 10: \(x=3\)

We can take our \(x\)-value and plug it into either of our original equations. I’ll plug it into our first one here. So, we have:

\(3(3) – 4y = -27\)

 
So, and then I’ll rewrite this:

\(9 – 4y = -27\)

 
Now, we need to move our 9 to the other side by subtracting 9.

\(-4y=-36\)

 
Then we divide both sides by our -4 here.

\(y=9\)

 
So now we’ve solved and found both of our variables. That was a good example to learn how elimination works, but it may not always be that our terms cancel so easily.

Like in this example:

Example 2

\(9x – 3y = -57\)
\(2x + 6y = 34\)

 
None of our terms cancel right off the bat, so we’ll need to do a little manipulation in order to get them to do what we want them to do.

So, what could we do to get our terms to cancel? Well, there are a couple of things, but the easiest, as it appears to me, is to multiply our first equation by 2. That will allow us to cancel our \(y\)s, because we will be adding a \(-6\) and a \(+6\). So, let’s do that.

We have this equation (\(9x – 3y = -57\)) all being multiplied by 2, so let’s rewrite that and we get:

\(2(9x – 3y = -57)\)
\(18x – 6y = -114\)

 
Now, we need to take this and add it to our other equation so we can get our \(y\)s to cancel out. So that would give us \(20x = -80\).

Now, we need to divide both of our sides by 20, which gives us \(x=-4\).

So, now that we know that \(x=-4\), we can plug in our \(-4\) where our \(x\)s are in either one of the original equations.

I’ll plug it into the second one. So we have:

\(2(-4) + 6y = 34\)

 
And I’ll simplify this and rewrite it.

\(-8 + 6y =34\)

 
Now I’ll move and my 8 to both sides: \(6y=42\).

Now we divide both sides by 6 here: \(y=7\)

So our final answer to this problem is this:

\(x=-4 \text{ and } y=7\)

 
I hope that this video on how to solve a system of equations using substitution and elimination has been helpful.

See you guys next time!

Frequently Asked Questions

Q

How do you solve systems of equations?

A

A system of equations refers to a set or collection of equations that share the same variables. The goal of solving systems of equations is to identify the location where the lines intersect when the equations are graphed. The \((x,y)\) ordered pair of this intersection point is considered the solution of the system.

There are generally four methods for solving systems of equations: substitution, elimination, graphing, and matrices. The method that you select depends on the structure of the equations. For example, if the equations are already in slope-intercept form \((y=mx+b)\), then the graphing method is a convenient option.

Q

What are the four methods for solving systems of equations?

A

When solving systems of equations, you have a few options as far as which method you choose. The method that you select will depend on the structure of the equations.

Selecting the strategy that is most convenient and efficient is of course the goal. The more you work with systems, the more trained your eye will become in selecting the best method.

The four methods to choose from include substitution, elimination, graphing, and matrices. Each approach is quite different, but every strategy will ultimately arrive at the same goal, which is to locate the \((x,y)\) ordered pair where the lines intersect.

Q

Why do we use systems of equations?

A

Systems of equations have many useful real-world applications. For example, whenever you are given two unknown values, as well as information that connects the two unknown values, a system of equations can be set up in order to solve for the two unknowns.

Let’s say the admission fee to an amusement park is $20 for children and $30 for adults. Let’s also say that 215 people entered the park today, and that the total admission fees collected today was $3,500. We can solve for the number of children and adult tickets sold by setting up a system of equations.

We have two unknown values, and we have enough information connecting the two values to set up our equations. To solve this problem, we first need to select a strategy (substitution, elimination, graphing, or matrices).

Solving systems of equations is a skill that has many valuable applications. This is why the process of solving systems is considered a major branch of algebra.

Q

What is the difference between an equation and a system of equations?

A

A linear equation can be graphed by plugging in values for \(x\) and then calculating the corresponding \(y\)-values. These \(x\)– and \(y\)-coordinates can be graphed and will eventually form a line.

When there is more than one equation, and they share the same variables, the equations are called a “system”.

An example of a system of equations would be:

\(y=2x+5\)
\(3y=4x-8\)

Q

What careers use systems of equations?

A

The exciting thing about learning how to solve systems of equations is that the skill can be applied to almost any career! Anytime you are faced with a scenario where you have two unknown values, and enough information to compare the two values, setting up and solving a system of equations will allow you to identify the amount of each value.

This is often useful in the field of finance, business, and sales. Specifically careers that involve calculations with costs, revenue, and profit.

Q

How are systems of equations used in real life?

A

This skill has applications in many areas of our daily lives. For example, we can use a system of equations to determine how many calories we burn using different machines at the gym. If we use the rowing machine for 30 minutes and the treadmill for 20 minutes, and we burn a total of 430 calories, this can be set up as equation #1: \(30r+20w=430\). If we go to the gym the following day and use the rowing machine for 50 minutes and the treadmill for 10 minutes, burning a total of 600 calories, this can be set up as equation #2: \(50r+10w=600\).

We have two unknown values (how many calories we burn per minute on each machine), and we have enough information comparing both of the values. This means that we can solve the problem by setting up and solving a system of equations.

Q

How do you solve systems of equations by substitution?

A

Solving systems of equations by substitution follows three basic steps.

  1. Solve one equation for one of the variables.
  2. Substitute this expression into the other equation, and solve for the missing variable.
  3. Substitute this answer into one of the equations in order to solve for the other variable.

Q

How do you do elimination in algebra?

A

Systems of equations can be solved using elimination. This method follows three basic steps.

  1. Manipulate the equations so that one variable will cancel out when the equations are added or subtracted.
  2. Add or subtract the equations so that one variable is eliminated. Solve for the remaining variable.
  3. Plug the solved variable back into one of the original equations in order to solve for the other variable.

For example, the following system can be solved by elimination.

\(3x-4y=-5\)
\(5x+8y=-1\)

Step 1

In this case, we can multiply the first equation by 2 so that the \(y\)-variables will cancel out when the equations are added. In this case, \(3x-4y=-5\) becomes \(6x-8y=-10\).

Step 2

Add or subtract the equations so that one variable is eliminated. Solve for the remaining variable.

\(6x-8y=-10\)
\(5x+8y=-1\)

When the equations are added, the result is \(11x=-11\). Now we can solve for \(x\) by dividing both sides of the equation by 11.

\(x=-1\)

Step 3

Let’s plug –1 in for \(x\) in the first equation.

\(3x-4y=-5\)

The equation now becomes \(3(-1)-4y=-5\), which simplifies to \(y=\frac{1}{2}\).

This means \(x=-1\) and \(y=\frac{1}{2}\), which means that the solution to the system of equations is the ordered pair \((-1, \frac{1}{2})\).

If the two original equations were graphed, this ordered pair is where the two lines would intersect.

Q

Can you subtract systems of equations?

A

When solving a system of equations using the elimination method, the equations can be added or subtracted in order to eliminate a variable. For example, if you notice that both equations have the same variable with the same sign, then elimination using subtraction is likely the most efficient method.

System of Equations Practice Problems

Question #1:

 
Use the substitution method to solve the following system of equations:

\(y=3x+2\)
\(y=5x+6\)
\((-1,-1)\)
\((1,11)\)
\((-2,-4)\)
\((4,-2)\)
Answer:

To solve this system using the substitution method, we start by noting that both equations are already solved for \(y\):

\(y = 3x + 2\)
\(y = 5x + 6\)

Because both expressions equal \(y\), we can set them equal to each other. Substitute \(3x + 2\) for \(y\) in the second equation:

\(3x + 2 = 5x + 6\)

Next, solve this equation for \(x\). Subtract \(5x\) from both sides:

\(3x + 2 – 5x = 6\)

This simplifies to \(-2x + 2 = 6\). Now subtract 2 from both sides:

\(-2x = 4\)

Then, divide both sides by –2 to get \(x = -2\).

With the value of \(x\) found, substitute \(-2\) back into either original equation to find \(y\). Using the first equation:

\(y = 3(-2) + 2\)
\(y = -6 + 2\)
\(y = -4\)

Therefore, the solution to the system is the ordered pair \((-2,-4)\).

Question #2:

 
Use the elimination method to solve the following system of equations:

\(2x-3y=-9\)
\(x+4y=23\)
\((0,3)\)
\((7,4)\)
\((5,3)\)
\((3,5)\)
Answer:

We can multiply the second equation by –2 so that the \(x\)-variables are eliminated when the two equations are combined.

\(-2x+4y=23\)
\(-2x-8y=-46\)

Combine the two equations to eliminate \(x\). Then solve the resulting equation for \(y\).

\(2x – 3y = -9\)
\(-2x – 8y = -46\)

\(-11y = -55\)

Divide both sides of the equation by \(-11\) and simplify to find \(y = 5\).

Now we can substitute the \(y\)-value into either of the original equations to find the \(x\)-value. Substituting \(y=5\) into the second equation, we get:

\(x+4(5)=23\)
\(x+20=23\)
\(x+20-20=23-20\)
\(x=3\)

The answer as an ordered pair is \((3,5)\).

Question #3:

 
Use the elimination method to solve the following system of equations:

\(x+\frac{1}{3}y=7\)
\(3x-y=9\)
\((6,5)\)
\((5,6)\)
\((8,-3)\)
\((1,-6)\)
Answer:

We can multiply the first equation by \(3\) so that the \(y\)-variables are eliminated when the two equations are combined. After multiplying, the first equation becomes:

\(3(x + \tfrac{1}{3}y) = 21\)
\(3x + y = 21\)

The second equation remains (\(3x – y = 9\)).

Combine the two equations to eliminate \(y\), then solve the resulting equation for \(x\). Adding the equations gives:

\((3x + y) + (3x – y) = 21 + 9\)
\(6x = 30\)

Divide both sides of the equation by \(6\) and simplify to get \(x = 5\).

Now we can substitute the \(x\)-value into either of the original equations to find the \(y\)-value. Substituting \(x = 5\) into the first equation, we get:

\(5 + \tfrac{1}{3}y = 7\)

Subtract 5 from both sides of the equation:

\(\tfrac{1}{3}y = 2\)

Multiply both sides by \(3\) to solve for \(y\), which results in \(y = 6\).

The answer is the ordered pair \((5,6)\).

Question #4:

 
The sum of two numbers is 75. Four times the smaller number equals the larger number. What are the two numbers?

12 and 48
10 and 10
30 and 45
15 and 60
Answer:

Let \(x\) be the smaller number and \(y\) be the larger number. The sum of the two numbers is 75, so we can write the equation \(x + y = 75\).

Since the larger number is four times the smaller number, we also have \(y = 4x\).

We can solve this system of linear equations to find each number.

Since the second equation is solved for \(y\), we will use the substitution method by substituting its value into the first equation. Replacing \(y\) with \(4x\) gives:

\(x + 4x = 75\)

Now, solve the equation for \(x\). Combine like terms on the left-hand side:

\(5x = 75\)

Divide both sides of the equation by 5:

\(x = 15\)

Next, substitute the value of \(x\) into either of the original equations to find the value of \(y\). Substituting \(x = 15\) into the first equation, we have:

\(15 + y = 75\)

Subtract 15 from both sides of the equation:

\(y = 60\)

Since \(x = 15\) and \(y = 60\), the two numbers are 15 and 60.

Question #5:

 
A local fast-food restaurant sells hotdogs for $2.75 each and hamburgers for $4.50 each. During a given lunch rush, the restaurant sells a combined total of 225 hotdogs and hamburgers for a combined revenue of $881.25. How many hotdogs and how many hamburgers did the restaurant sell during the lunch rush?

100 hot dogs and 125 hamburgers
75 hot dogs and 150 hamburgers
150 hot dogs and 75 hamburgers
85 hot dogs and 140 hamburgers
Answer:

Let \(x\) be the number of hot dogs sold and \(y\) be the number of hamburgers sold. The restaurant sold a combined total of 225 items, so we can write the equation \(x + y = 225\).

The revenue generated by the hot dog sales is \(2.75x\), and the revenue generated by the hamburger sales is \(4.50y\). Since the combined revenue is $881.25, we have the equation \(2.75x + 4.50y = 881.25\).

So, we have the following system of equations:

\(x + y = 225\)
\(2.75x + 4.50y = 881.25\)

We will use the elimination method by manipulating the equations so that one variable will cancel out when the equations are added or subtracted. We can multiply the first equation by –2.75 so that the \(x\)-variables are eliminated when the two equations are combined.

After multiplying, the equation becomes:

\(-2.75x – 2.75y = -618.75\)

Now combine the two equations to eliminate \(x\), then solve the resulting equation for \(y\). Adding the equations gives:

\(-2.75x – 2.75y + 2.75x + 4.50y\) \(\:= -618.75 + 881.25\)

This simplifies to \(1.75y = 262.50\).

Divide both sides of the equation by \(1.75\) and simplify to get \(y = 150\).

Now we can substitute the \(y\)-value into either of the original equations to find the \(x\)-value. Substituting \(y = 150\) into the first equation, we get:

\(x + 150 = 225\)

Subtract 150 from both sides of the equation to get \(x = 75\).

So, the restaurant sold 75 hot dogs and 150 hamburgers.

658153

 

by Mometrix Test Preparation | Last Updated: January 28, 2026

TAKE 50% OFF ALL OUR
TAKE 50% OFF ALL OUR
TAKE 50% OFF ALL OUR
TAKE 50% OFF ALL OUR
TAKE 50% OFF ALL OUR
0
d
0
hrs
0
mins
0
secs