Skip to main content
Logo image

Chapter 4 Simplifying Expressions and Solving Equations

Section 4.1 Read the Instructions

An important aspect of mathematics is the attention to detail and precision required to do it well. However, for many students (and even many teachers) the importance of that precision is often overlooked in favor of repetitive execution. The most prevalent example of imprecision in language for mathematics at this level is the word "solve." Unfortunately, this word is used as a placeholder for a wide range of mathematical procedures.
Here are some examples:
  • Solve \(5 + 8\text{.}\)
  • Solve \(5x + 8x\text{.}\)
  • Solve \(5x + 8 = 23\text{.}\)
  • Solve \(x^2 + 6x + 9\text{.}\)
Only one of these reflects the proper usage of the word "solve." Do you know which one it is? Can you come up with a description of what that word means?
When one word comes to represent so many different activities, it becomes extremely confusing to know what’s being asked of you. But by taking the time to be precise with our language, we can create mental categories to help us keep information organized. Here are the same calculations, but given with proper instructions.
  • Calculate \(5 + 8\text{.}\)
  • Simplify \(5x + 8x\text{.}\)
  • Solve \(5x + 8 = 23\text{.}\)
  • Factor \(x^2 + 6x + 9\text{.}\)
There are even more words that can be used as instructions. Evaluate, compute, estimate, round, rewrite, verify, prove, plot, sketch, and graph are just some of them. Some of these are similar to each other, and some are very different.
The purpose of this section is to help you to make sense of some of these words to create some of the mental structures that will help you think through the ideas more effectively. As usual, we will start with a couple definitions.

Definition 4.1. Expression.

A mathematical expression is a meaningful collection of mathematical symbols that represents a value.
Whether or not something is meaningful depends on your level of knowledge. And the number of symbols that are meaningful should grow over time in the same way that your vocabulary grows over time. At this point, you should recognize that "\(5 + \strut\)" is not meaningful, but you might not be able to determine whether "\(2 \sin \pi - 1\)" is if you’ve never seen trigonometry (and maybe even if you have).
Numbers (such as 5 and and monomials (such as and are expressions. Expressions may also consist of calculations (such as \(5 + 8\)) or polynomials (such as \(x^2 - 8x + 12\)). Between these last two examples, there is an important distinction. There is a shorter way to write \(5 + 8\) with fewer symbols (namely, as the number 13), but we cannot do the same with \(x^2 - 8x + 12\text{.}\)

Definition 4.2. Simplify.

To simplify an expression means to find the simplest mathematical expression that represents the same quantity.
This is a broad category for a lot of mathematical concepts. For example, the process of combining like terms is one way to simplify an expression, since we can reasonably see that \(5x + 8x\) is not as simple as \(13x\text{.}\) We can also use this word for arithmetic calculations such as \(8 + 6 \cdot 7 - 12\text{.}\) You will sometimes see words like calculate or compute for these types of problems.
We didn’t bring any attention to it, but in the last section we demonstrated the presentation format for problems where the goal is simplification.
\begin{equation*} \begin{aligned} \text{(Original Expression)} \amp = \text{(Manipulated Expression 1)} \amp \eqnspacer \amp \text{Explanation 1} \\ \amp = \text{(Manipulated Expression 2)} \amp \amp \text{Explanation 2} \\ \amp = \cdots \\ \amp = \text{(Final Expression)} \amp \amp \text{Final explanation} \end{aligned} \end{equation*}
You can think of this as a long line of small manipulations. It’s helpful to go over to the right before going down so that you can more easily visualize the idea that the top expression on the left side is the thing that is equal to all of the expressions on the right. But it’s not strictly necessary to do that. The more important thing is to recognize that each new line is a continuation from the previous one, and not an entirely new equation.

Activity 4.1. Simplifying an Expression.

If you look back at the section on combining like terms, you will see the above presentation in all of the presented work throughout the section. The examples exist not only to show you the ideas, but also to model how you write things.
Try it!
Simplify the expression \((3x + 7y) - (4x + 5y)\) using a complete presentation.
Solution.
\begin{equation*} \begin{aligned} (3x + 7y) - (4x + 5y) \amp = 3x + 7y - 4x - 5y \amp \amp \text{Distributive property} \\ \amp = 3x - 4x + 7y - 5y \amp \amp \text{Rearrange the terms} \\ \amp = (3x - 4x) + (7y - 5y) \amp \amp \text{Group the terms} \\ \amp = (3-4)x + (7-5)y \amp \amp \text{Factor out the $x$ and the $y$} \\ \amp = -x + 2y \amp \amp \text{Arithmetic} \end{aligned} \end{equation*}
The reason the distinction in presentation is important is because the types of things you’re allowed to do when simplifying an expression are different from the things you can do when solving an equation.

Definition 4.3. Equation.

A mathematical equation is a statement of the form \(A = B\text{,}\) where \(A\) and \(B\) are mathematical expressions. The statement \(A = B\) means that both \(A\) and \(B\) represent the same mathematical quantity.
The equal sign can be read as "represents the same quantity as," so that \(A = B\) can be read as "\(A\) represents the same quantity as \(B\text{.}\)"
If we think of expressions as phrases, then equations are sentences. The important distinction here is that equations make a declaration that is either true or false, where as expressions are just ideas. For example, "the dog" is just an expression. If we say "the dog" without any context, the response is, "What about it?" But we can turn it into a complete thought, such as "the dog is brown," which is going to be either true or false. We won’t know whether it’s true or false until we pick a particular dog to look at.
In the same way, is a mathematical expression. It just represents a number, like 5. It’s not until we put it into a mathematical equation (such as \(2x = 10\)) that we can start to analyze the truth value. Depending on the specific value of the equation might be true or it might not be true. If \(x = 4\) then the equation is not true, but if \(x = 5\) then the equation is true.

Definition 4.4. Solve and Solution of an Equation.

To solve an equation means to find the value (or values) of the variable (or variables) that make the equation true. A solution of an equation is a specific value of the variable (or specific values of the variables) that make the equation true.
We’re not going to spend a lot of time discussing truth values and just rely on your intuition. The quation \(2 + 3 = 5\) is true and the equation \(7 - 4 = 2\) is false. We can apply the same ideas to equations with variables. It’s true that if \(x = 2\) then \(3x - 1 = 5\text{,}\) and it’s false that when \(x = 2\text{,}\) \(3x - 1 = 7\text{.}\) This means that \(x = 2\) is a solution of the equation \(3x - 1 = 5\text{,}\) but is not a solution of the equation \(3x - 1 = 7\text{.}\)
When working with equations, the key idea is that we have to maintain the equality. If we perform an arithmetic operation on one side of the equation, then we must do it to the other side. As you get further in mathematics, the types of manipulations become more complex, and there are other types of properties that you have to keep in mind when working with equations.
The presentation format when working with equations looks like the following:
\begin{equation*} \begin{array}{ccc} \text{(Original Equation)} \\ \text{(Manipulated Equation 1)} \amp \eqnspacer \amp \text{Explanation 1} \\ \text{(Manipulated Equation 2)} \amp \amp \text{Explanation 2} \\ \cdots \\ \text{(Final Equation)} \amp \amp \text{Final explanation} \end{array} \end{equation*}
When reading the meaning of this, what we’re saying is that if the original equation is true, then the first manipulated equation is true because of the reason in explanation 1. Then the next equation is true because of the next manipulation, and so forth.

Activity 4.2. Solving an Equation.

If you look back at the section about algebraic presentation, we used the same structure there that we’re advocating here.
Try it!
Solve the equation \(5x - 7 = 7x + 11\) using a complete presentation.
Solution.
\begin{equation*} \begin{aligned} 5x - 7 \amp = 7x + 11 \\ 5x \amp = 7x + 18 \amp \amp \text{Add $7$ to both sides} \\ -2x \amp = 18 \amp \amp \text{Subtract $7x$ from both sides} \\ x \amp = -9 \amp \amp \text{Divide both sides by $-2$} \end{aligned} \end{equation*}

Section 4.2 Worksheets

PDF Version of these Worksheets
 1 
external/worksheets/04-Worksheets.pdf

Worksheet Worksheet 1

1.
Simplify the expression \(2(7a - 4b) - 4(2a - b)\) using a complete presentation. Show the distribution step, the rearrangement step, the grouping step, and the arithmetic step.
2.
Look through your presentation on the previous problem. Which steps do you think can most safely be skipped in terms of demonstrating your understanding? In terms of avoiding errors? Explain your reasoning.
3.
Simplify the expression \(3(x^2 - 2x + 4) - 2(2x^2 + 5)\) using a complete presentation. Show only the steps that you think are the important.

Worksheet Worksheet 2

1.
Determine whether \(p = -3\) is a solution of the equation \(-2p - 4 = -2\text{.}\)
2.
Solve the equation \(7x = x + 24\) using a complete presentation.
3.
Consider the following presentation for solving the equation from the previous problem.
\begin{equation*} \begin{aligned} 7x \amp = x + 24 \\ 7x - x \amp = x + 24 - x \amp \eqnspacer \amp \text{Subtract $x$ from both sides} \\ 7x - x \amp = x - x + 24 \amp \amp \text{Rearrange the terms} \\ 7x - x \amp = (x - x) + 24 \amp \amp \text{Group the terms} \\ (7 - 1)x \amp = (1 - 1)x + 24 \amp \amp \text{Factor out the $x$} \\ 6x \amp = 0x + 24 \amp \amp \text{Arithmetic} \\ 6x \amp = 24 \amp \amp \text{Simplify} \\ \frac{6x}{6} \amp = \frac{24}{6} \amp \amp \text{Divide both sides by $6$} \\ x \amp = 4 \amp \amp \text{Arithmetic} \end{aligned} \end{equation*}
The work above is all technically correct. Why do you think this would be considered a problematic presentation?

Worksheet Worksheet 3

1.
Determine whether \(q = -2\) is a solution of the equation \(3q + 1 = -q - 7\text{.}\)
2.
Solve the equation \(3(y + 4) - 2 = 2y - 7\) using a complete presentation.
3.
Solve the equation \(3(2n - 1) + 5 = 4n - 8\) using a complete presentation.
4.
Simplify the expression \(4(a^2 - 2ab + 3b^2) - 3(a^2 + 4ab) - 3(ab + 2b^2)\text{.}\)

Worksheet Worksheet 4

1.
Verify that \(y = 4\) and \(y = -4\) are both solutions of the equation \(-y^2 + 6 = -10\text{.}\)
2.
For the previous problem, what mistake do you think would be common for students to make?
3.
Solve the equation \(5t + 8 = -3t + 15\) using a complete presentation.
4.
Solve the equation \(-2(s -3) + 2 = 2s + 8\) using a complete presentation.

Worksheet Worksheet 5

1.
Solve the equation \(5(2a + 7) - 3a + 4 = 3(a - 3) - (2a + 1)\) using a complete presentation.
2.
There is no value of that makes the equation \(3x + 5 = 5(x + 1) - 2x\) false. This means that every choice of the variable will result in a true equation. Attempt to solve the equation using the normal method. Describe what your equation looks like and why it makes sense to conclude that all values of make the equation true.
3.
There is no value of that makes the equation \(-2x + 3 = -2(2x + 1) + 2x\) true. This means that every choice of the variable will result in a false equation. Attempt to solve the equation using the normal method. Describe what your equation looks like and why it makes sense to conclude that all values of make the equation false.

Section 4.3 Deliberate Practice: Solving Equations for a Variable (Part 2)

Algebra is a skill, which means it requires practice to become proficient. But it will take more than rote repetition to get there. Deliberate practice is the thoughtful repetition of a task. For each of these sections, you will be given a list of specific skills or ideas to focus on as you practice thinking through the problems.
Focus on these skills:
  • Write the original equation.
  • Line up your equal signs.
  • Be careful with negative signs and the distributive property.
  • Present your work legibly.

Worksheet Worksheet

Instructions: Solve the equation for the variable.
1.
Solve \(-8n + 4(1 + 5n) = -6n - 13\) for the variable \(n\text{.}\)
2.
Solve \(8x + 4(4x - 3) = 4(6x - 4) + 4\) for the variable \(x\text{.}\)
3.
Solve \(-3(v - 1) + 8(v - 3) = 6v + 7 - 5v\) for the variable \(v\text{.}\)
4.
Solve \(4m - 40 = 7(-2m + 3)\) for the variable \(m\text{.}\)
5.
Solve \(-47 + p = -5(8p + 10)\) for the variable \(p\text{.}\)
6.
Solve \(9(x - 9) - 3 = -4(2x + 4)\) for the variable \(x\text{.}\)
7.
Solve \(-2(2 + a) + 1 = 3(2 - 3a)\) for the variable \(a\text{.}\)
8.
Solve \(4(-8y + 5) = -15y - 26\) for the variable \(y\text{.}\)
9.
Solve \(-7(5 + x) = -56 - 6x\) for the variable \(x\text{.}\)
10.
Solve \(6m + 2(13m - 5) + 2 = -2(4 - 16m)\) for the variable \(m\text{.}\)

Section 4.4 Closing Ideas

We spent a lot of time in this section discussing how mathematics is presented. One of the main challenges of this is that there are no formal rules that tell you how much or how little writing is required. How much work you show depends on the audience that will be reading the work.
Let’s take another look at the example from the worksheet of the very long presentation:
\begin{equation*} \begin{aligned} 7x \amp = x + 24 \\ 7x - x \amp = x + 24 - x \amp \eqnspacer \amp \text{Subtract $x$ from both sides} \\ 7x - x \amp = x - x + 24 \amp \amp \text{Rearrange the terms} \\ 7x - x \amp = (x - x) + 24 \amp \amp \text{Group the terms} \\ (7 - 1)x \amp = (1 - 1)x + 24 \amp \amp \text{Factor out the $x$} \\ 6x \amp = 0x + 24 \amp \amp \text{Arithmetic} \\ 6x \amp = 24 \amp \amp \text{Simplify} \\ \frac{6x}{6} \amp = \frac{24}{6} \amp \amp \text{Divide both sides by $6$} \\ x \amp = 4 \amp \amp \text{Arithmetic} \end{aligned} \end{equation*}
As was noted in that problem, there is nothing wrong with the algebra in this presentation. And if someone asked you to show all of the work, this is what it would look like. But in practice, we would never do this. Why? Because in the context of solving an equation, it’s natural to assume that the reader already understands how to combine like terms. The focus of the problem is on the steps needed to solve the equation, and not the steps required to combine like terms.
A more normal level of presentation for that problem would be something like this:
\begin{equation*} \begin{aligned} 7x \amp = x + 24 \\ 6x \amp = 24 \amp \eqnspacer \amp \text{Subtract $x$ from both sides} \\ x \amp = 4 \amp \amp \text{Divide both sides by $6$} \end{aligned} \end{equation*}
Notice how each step in the presentation is focused on the actual steps of solving the equation, and all the little steps are not shown. This is because the presentation is being tailored to match the goal of the problem.
Reading the instructions of a problem should give you a sense of what the problem is asking you to do, and from that information you can also make decisions about what steps are important and which ones are less so.

Section 4.5 Going Deeper: Inequalities

In this section, we talked about the difference between equations and expressions. But there’s another type of mathematical statement that is like an equation, but instead of declaring that two quantities represent the same value, we want one to be greater than or less than the other. These statements are known as inequalities.

Definition 4.5. Inequality.

A mathematical inequality is a statement of the form \(A \gt B\text{,}\) \(A \lt B\text{,}\) \(A \geq B\text{,}\) or \(A \leq B\text{,}\) where $A$ and $B$ are mathematical expressions. Each statement has an associated interpretation:
  • \(A \gt B\) means that \(A\) represents a quantity that is greater than the quantity that \(B\) represents.
  • \(A \lt B\) means that \(A\) represents a quantity that is less than the quantity that \(B\) represents.
  • \(A \geq B\) means that \(A\) represents a quantity that is greater than or equal to the quantity that \(B\) represents.
  • \(A \leq B\) means that \(A\) represents a quantity that is less than or equal to the quantity that \(B\) represents.
We often call the first two symbols strict inequalities, emphasizing that we are interested in the more stringent condition. Interestingly, we don’t have a formal name for the other two. You will sometimes see them called non-strict, inclusive, or weak inequalities, but there’s no consensus term among mathematicians.
Manipulating inequalities is almost identical manipulating equations, though there is one very important distinction. When multiplying or dividing, the axioms only allow for doing this with positive values. You should compare this definition with Definition 1.1.

Definition 4.6. Axioms of Inequality.

Let \(a\text{,}\) \(b\text{,}\) and \(c\) be real numbers. The axioms of inequality state that
  1. If \(a \gt b\text{,}\) then \(b \lt a\text{.}\)
  2. If \(a \gt b\text{,}\) then \(a + c \gt b + c\text{.}\)
  3. If \(a \lt b\text{,}\) then \(a - c \lt b - c\text{.}\)
  4. If \(a \gt b\) and \(c \gt 0\text{,}\) then \(ac \gt bc\text{.}\)
  5. If \(a \gt b\) and \(c \gt 0\text{,}\) then \(\frac{a}{c} \gt \frac{b}{c}\text{.}\)
You might remember from your previous experiences that when you multiply or divide by a negative number, that you’re supposed to flip the inequality. But that’s not listed here! What’s happening is that this property is not an axiom. We can actually show that this property is a logical consequence of the listed properties. We will show how the negative sign appears in a simple calculation and let you try to prove the general property on your own.
\begin{equation*} \begin{aligned} a \amp \gt b \\ a + ((-a) + (-b)) \amp \gt b + ((-a) + (-b)) \amp \eqnspacer \amp \text{Add $(-a) + (-b)$ to both sides} \\ -b \amp \gt -a \amp \amp \text{Combine like terms} \\ -a \amp \lt -b \amp \amp \text{The axioms of equality} \end{aligned} \end{equation*}
To prove the general case, note that if \(c \lt 0\text{,}\) then \(-c \gt 0\) so that you can multiply both sides by \(-c\) in the first step using the axioms of inequality. From there, you’ll need to make a similar manipulation to the one above.
We can expand our definition of what it means to solve an equation so that it applies to inequalities. You should compare this definition with Definition 4.4.

Definition 4.7. Solve and Solution of an Inequality.

To solve an inequality means to find the value (or values) of the variable (or variables) that make the inequality true. A solution of an inequality is a specific value of the variable (or specific values of the variables) that make the inequality true.
With the exception of worrying about the direction of the inequality, solving inequalities is identical to solving equations. In fact, if you go back to any of the problems from previous sections and replace the equal sign with any of the inequality symbols, the algebraic steps will be identical and you would only need to check whether any of the steps involved multiplying or dividing by a negative number. For example, here is "Try It" exercise \#2, except using instead of in the original problem.
\begin{equation*} \begin{aligned} 5x - 7 \amp \gt 7x + 11 \\ 5x \amp \gt 7x + 18 \amp \eqnspacer \amp \text{Add $7$ to both sides} \\ -2x \amp \gt 18 \amp \amp \text{Subtract $7x$ from both sides} \\ x \amp \lt -9 \amp \amp \text{Divide both sides by $-2$} \end{aligned} \end{equation*}
Notice that the change happened right at the step where we divided by -2. It doesn’t happen before that step, and it doesn’t happen on its own line after that step. It also does not happen because the 9 is negative. It happens because the algebraic manipulation called for dividing by a negative number. Furthermore, if you use the improper presentation from the first section of the book, inequalities lead to some rather unusual and nonsensical mathematical statements. We put such a heavy emphasis on presentation in order to avoid many of the errors that can arise from these things.
A key distinction is that solutions to inequalities are usually not a single value, but (usually) an infinite collection of values. For example, the inequality \(x > 0\) is true when \(x = 1, 2, 3, \ldots\text{.}\) But we have to remember that we’re thinking about all possible values, so we have to include decimals such as \(0.1, 0.01, 0.001, 0.0001, \ldots\text{.}\)
The second collection of values hints at a very unusual feature about numbers. There is no smallest solution to the inequality \(x > 0\text{.}\) Another way of saying this is that there is no smallest positive number. For any positive number you can think of, there’s always another that’s less than your number but still positive. If you’ve never really thought about why this happens, it’s worth taking some time to think about it.
It turns out that this simple notion is connected to a number of profoundly interesting mathematical ideas. Here are just a few questions that this one idea leads to:
  • There are infinitely many numbers between 0 and 1 and infinitely many numbers between 0 and 0.00000001. Since the first gap is bigger than the second gap, does it make sense to say that the infinity of values in the first interval is larger than the infinity of values in the second? (It turns out that these two infinities are the same size, but that isn’t the same as saying that all infinities are the same!)
  • What happens to the value of \(\frac{1}{x}\) as we let \(x\) take the values \(0.1, 0.01, 0.001, 0.0001, \ldots\text{?}\) It looks like it’s getting larger and larger. Does it make sense to say that \(\frac{1}{0} = \infty\text{?}\) (It turns out that it doesn’t, but the exact reason this idea fails is a bit subtle.)
  • Does it make sense to have a number where there are infinite number of zeros before the 1? (It turns out that such a mathematical object can make sense if you think about it the right way, but it’s no longer what we would call a number. Instead, it’s what me might call a surreal number. And no, this is not a joke.)
We won’t go into further detail about any of these topics here, as it goes way beyond the scope of this course. But it is interesting to reflect on how some very basic questions can lead to very profound mathematical ideas.