2.3 Solving Equations Using the Subtraction and Addition Properties of Equality
The topics covered in this section are:
- Determine whether a number is a solution of an equation
- Model the Subtraction Property of Equality
- Solve equations using the Subtraction Property of Equality
- Solve equations using the Addition Property of Equality
- Translate word phrases to algebraic equations
- Translate to an equation and solve
When some people hear the word algebra, they think of solving equations. The applications of solving equations are limitless and extend to all careers and fields. In this section, we will begin solving equations. We will start by solving basic equations, and then as we proceed through the course we will build up our skills to cover many different forms of equations.
2.3.1 Determine Whether a Number is a Solution of an Equation
Solving an equation is like discovering the answer to a puzzle. An algebraic equation states that two algebraic expressions are equal. To solve an equation is to determine the values of the variable that make the equation a true statement. Any number that makes the equation true is called a solution of the equation. It is the answer to the puzzle!
SOLUTION OF AN EQUATION
A solution to an equation is a value of a variable that makes a true statement when substituted into the equation.
The process of finding the solution to an equation is called solving the equation.
To find the solution to an equation means to find the value of the variable that makes the equation true. Can you recognize the solution of $x+2=7$?. If you said $5$, you’re right! we say $5$ is a solution to the equation $x+2=7$ because when we substitute $5$ for $x$ the resulting statement is true.
$x+2=7$
$5+2$ $\stackrel{?}{=}$ $7$
$7=7$✓
Since $5+2=7$ is a true statement, we know that $5$ is indeed a solution to the equation.
The symbol $\stackrel{?}{=}$ asks whether the left side or the equation is equal to the right side. Once we know, we can change to an equal sign $(=)$ or not-equal sign $(\neq)$.
HOW TO: Determine whether a number is a solution to an equation.
- Substitute the number for the variable in the equation.
- Simplify the expressions on both sides of the equation.
- Determine whether the resulting equation is true.
- If it is true, the number is a solution.
- If it is not true, the number is not a solution.
Example 1
Determine whether $x=5$ is a solution of $6x-17=16$.
Solution
$6x-17=16$ | |
Substitute $5$ for $x$. | $6 \cdot 5 – 17$ $\stackrel{?}{=}$ $16$ |
Multiply. | $30-17$ $\stackrel{?}{=}$ $16$ |
Subtract. | $13 \neq 16$ |
So $x=5$ is not a solution to the equation $6x-17=16$.
Example 2
Determine whether $y=2$ is a solution of $6y-4=5y-2$.
Solution
$6y-4=5y-2$ | |
Substitute $2$ for $y$. | $6(2)-4$ $\stackrel{?}{=}$ $5(2)-2$ |
Multiply. | $12-4$ $\stackrel{?}{=}$ $10-2$ |
Subtract. | $8=8$✓ |
Since $y=2$ results in a true equation, we know that $2$ is a solution to the equation $6y-4=5y-2$.
2.3.2 Model the Subtraction Property of Equality
We will use a model to help you understand how the process of solving an equation is like solving a puzzle. An envelope represents the variable – since its contents are unknown – and each counter represents one.
Suppose a desk has an imaginary line dividing it in half. We place three counters and an envelope on the left side of desk, and eight counters on the right side of the desk as in the figure below. Both sides of the desk have the same number of counters, but some counters are hidden in the envelope. Can you tell how many counters are in the envelope?
What steps are you taking in your mind to figure out how many counters are in the envelope? Perhaps you are thinking “I need to remove the $3$ counters from the left side to get the envelope by itself. Those $3$ counters on the left match with $3$ on the right, so I can take them away from both sides. That leaves five counters on the right, so there must be $5$ counters in the envelope.” The figure below shows this process.
What algebraic equation is modeled by this situation? Each side of the desk represents an expression and the center line takes the place of the equal sign. We will call the contents of the envelope $x$, so the number of counters on the left side of the desk is$x+3$. On the right side of the desk are $8$ counters. We are told that $x+3$ is equal to $8$ so our equation is $x+3=8$.
$x+3=8$
Let’s write algebraically the steps we took to discover how many counters were in the envelope.
$x+3=8$ | |
First, we took away three from each side. | $x+3-3=8-3$ |
Then we were left with five. | $x=5$ |
Now let’s check our solution. We substitute $5$ for $x$ in the original equation and see if we get a true statement.
$x+3=8$
$5+3$ $\stackrel{?}{=}$ $8$
$8=8$✓
Our solution is correct. Five counters in the envelope plus three more equals eight.
MANIPULATIVE MATHEMATICS
Doing the Manipulative Mathematics activity, “Subtraction Property of Equality” will help you develop a better understanding of how to solve equations by using the Subtraction Property of Equality.
Example 3
Write an equation modeled by the envelopes and counters, and then solve the equation:
Solution
On the left, write $x$ for the contents of the envelope, add the $4$ counters, so we have $x+4$. | $x+4$ |
On the right, there are $5$ counters. | $5$ |
The two sides are equal. | $x+4=5$ |
Solve the equation by subtracting $4$ counters from each side. |
We can see that there is one counter in the envelope. This can be shown algebraically as:
$x+4=5$
$x+4-4=5-4$
$x=1$
Substitute $1$ for $x$ in the equation to check.
$x+4=5$
$1+4$ $\stackrel{?}{=}$ $5$
$5=5$✓
2.3.3 Solve Equations Using the Subtraction Property of Equality
Our puzzle has given us an idea of what we need to do to solve an equation. The goal is to isolate the variable by itself on one side of the equations. In the previous examples, we used the Subtraction Property of Equality, which states that when we subtract the same quantity from both sides of an equation, we still have equality.
SUBTRACTION PROPERTY OF EQUALITY
For any numbers $a, b$, and $c$, if
$a=b$
then
$a-c=b-c$
Think about twin brothers Andy and Bobby. They are $17$ years old. How old was Andy $3$ years ago? He was $3$ years less than $17$, so his age was $17-3$, or $14$. What about Bobby’s age $3$ years ago? Of course, he was $14$ also. Their ages are equal now, and subtracting the same quantity from both of them resulted in equal ages $3$ years ago.
$a=b$
$a-3=b-3$
HOW TO: Solve an equation using the Subtraction Property of Equality.
- Use the Subtraction Property of Equality to isolate the variable.
- Simplify the expressions on both sides of the equation.
- Check the solution.
Example 4
Solve: $x+8=17$.
Solution
We will use the Subtraction Property of Equality to isolate $x$.
$x+8=17$ | |
Subtract 8 from both sides. | $x+8-8=17-8$ |
Simplify. | $x=9$ |
$x+8=17$ | |
$9+8=17$ | |
$17=17$✓ |
Since $x=9$ makes $x+8=17$ a true statement, we know $9$ is the solution to the equation.
Example 5
Solve: $100=y+74$.
Solution
To solve an equation, we must always isolate the variable-it doesn’t matter which side it is on. To isolate $y$, we will subtract $74$ from both sides.
$100=y+74$ | |
Subtract 74 from both sides. | $100-74=y+74-74$ |
Simplify. | $26=y$ |
Substitute $26$ for $y$ to check. $100=y+74$ $100$ $\stackrel{?}{=}$ $26+74$ $100=100$✓ |
Since $y=26$ makes $100=y+74$ a true statement, we have found the solution to this equation.
2.3.4 Solve Equations Using the Addition Property of Equality
In all the equations we have solved so far, a number was added to the variable on one side of the equation. We used subtraction to “undo” the addition in order to isolate the variable.
But suppose we have an equation with a number subtracted from the variable, such as $x-5=8$. We want to isolate the variable, so to “undo” the subtraction we will add the number to both sides.
We use the Addition Property of Equality, which says we can add the same number to both sides of the equation without changing the equality. Notice how it mirrors the Subtraction Property of Equality.
ADDITION PROPERTY OF EQUALITY
For any numbers $a, b$, and $c$, if
$a=b$
then
$a+c=b+c$
Remember the $17$-year-old twins, Andy and Bobby? In ten years, Andy’s age will still equal Bobby’s age. They will both be $27$.
$a=b$
$a+10=b+10$
We can add the same number to both sides and still keep the equality.
HOW TO: Solve an equation using the Addition Property of Equality.
- Use the Addition Property of Equality to isolate the variable.
- Simplify the expressions on both sides of the equation.
- Check the solution.
Example 6
Solve: $x-5=8$.
Solution
We will use the Addition Property of Equality to isolate the variable.
$x-5=8$ | |
Add $5$ to both sides. | $x-5+5=8+5$ |
Simplify. | $x=13$ |
Now we can check. Let $x=13$. $x-5=8$ $13-5$ $\stackrel{?}{=}$ $8$ $8=8$✓ |
Example 7
Solve: $27=a-16$
Solution
We will add $16$ to each side to isolate the variable.
$27=a-16$ | |
Add $16$ to each side. | $27+16=a-16+16$ |
Simplify. | $43=a$ |
Now we can check. Let $a=43$. $27=a-16$ $27$ $\stackrel{?}{=}$ $43-16$ $27=27$✓ |
The solution to $27=a-16$ is $a=43$.
2.3.5 Translate Word Phrases to Algebraic Equations
Remember, an equation has an equal sign between two algebraic expressions. So if we have a sentence that tells us that two phrases are equal, we can translate it into an equation. We look for clue words that mean equals. Some words that translate to the equal sign are:
- is equal to
- is the same as
- is
- gives
- was
- will be
It may be helpful to put a box around the equals word(s) in the sentence to help you focus separately on each phrase. Then translate each phrase into an expression, and write them on each side of the equal sign.
We will practice translating word sentences into algebraic equations. Some of the sentences will be basic number facts with no variables to solve for. Some sentences will translate into equations with variables. The focus right now is just to translate the words into algebra.
Example 8
Translate the sentence into an algebraic equation: The sum of $6$ and $9$ is $15$.
Solution
The word is tells us the equal sign goes between $9$ and $15$.
Locate the “equals” word(s). Write the = sign. | |
Translate the words to the left of the equals word into an algebraic expression. | |
Translate the words to the right of the equals word into an algebraic expression. |
Example 9
Translate the sentence into an algebraic equation: The product of $8$ and $7$ is $56$.
Solution
The location of the word is tells us that the equal sign goes between $7$ and $56$.
Locate the “equals” word(s). Write the = sign. | |
Translate the words to the left of the equals word into an algebraic expression. | |
Translate the words to the right of the equals word into an algebraic expression. |
Example 10
Translate the sentence into an algebraic equation: Twice the difference of $x$ and $3$ gives $18$.
Solution
Locate the “equals” word(s). | |
Recognize the key words: twice; difference of …. and …. | Twice means two times. |
Translate. |
2.3.6 Translate to an Equation and Solve
Now let’s practice translating sentences into algebraic equations and then solving them. We will solve the equations by using the Subtraction and Addition Properties of Equality.
Example 11
Translate and solve: Three more than $x$ is equal to $47$.
Solution
Three more than $x$ is equal to $47$. | |
Translate. | $x+3=47$ |
Subtract $3$ from both sides of the equation. | $x+3-3=47-3$ |
Simplify. | $x=44$ |
Now we can check. Let $x=44$. $x+3=47$ $44+3$ $\stackrel{?}{=}$ $47$ $47=47$✓ |
So $x=44$ is the solution.
Example 12
Translate and solve: The difference of $y$ and $14$ is $18$.
Solution
The difference of $y$ and $14$ is $18$. | |
Translate. | $y-14=18$ |
Add $14$ to both sides. | $y-14+14=18+14$ |
Simplify. | $y=32$ |
Now we can check. Let $y=32$. $y-14=18$ $32-14$ $\stackrel{?}{=}$ $18$ $18=18$✓ |
So $y=32$ is the solution.
Licenses and Attributions
CC Licensed Content, Original
- Revision and Adaptation. Provided by: Minute Math. License: CC BY 4.0
CC Licensed Content, Shared Previously
- Marecek, L., Anthony-Smith, M., & Mathis, A. H. (2020). Use the Language of Algebra. In Prealgebra 2e. OpenStax. https://openstax.org/books/prealgebra-2e/pages/2-3-solving-equations-using-the-subtraction-and-addition-properties-of-equality. License: CC BY 4.0. Access for free at https://openstax.org/books/prealgebra-2e/pages/1-introduction