One of the basic skills learned in Algebra 1 is solving one-step equations.
An equation is a mathematical sentence that shows two expressions are equal. In this article, we will focus on how to solve one-step equations including examples with all operations, working with fractions or integers, and one-step equation word problems. Let’s dive in!
What We Review
What is a one-step equation?
A one-step equation is an equation that only requires one step to solve! You can solve a one-step equation with addition, subtraction, multiplication, or division.
Examples of one-step equations
Below are four simple examples of one-step equations:
x + 3 = 15 | 6 + y = 10 |
5z = 35 | \dfrac{x}{7} = 3 |
Notice how each of the four examples above has only one operation on the left side of the equation sign.
Return to the Table of Contents

What does it mean to “solve” an equation?
In order to solve an equation, one must find a value of the variable that makes an equation true, or a solution. To find a solution for a one-step equation, you will use inverse operations.
Examples of inverse operations are:
\text{Addition} \leftrightarrow \text{Subtraction}
\text{Multiplication} \leftrightarrow \text{Division}
When working with inverse operations, it is important to remember that whatever you do to one side of the equation, you must also do to the other.
Solving one-step equations (basics)
Solve one-step equation with addition
Solve for x in the following equation:
x + 8 = 14
To find the solution for this equation, we must first get x by itself on the left side. Since x has 8 added to it, we must use the inverse operation of addition, subtraction. So we will subtract 8 from each side.
x + 8 = 14
x + 8 \mathbf{\color{red}{- 8}} = 14 \mathbf{\color{red}{- 8}}
x = 6
Original equation
Subtract 8 from both sides
Simplify
To check your answer, you can simply substitute 6 into the variable to see if the equation is true:
x + 8 = 14
(6) + 8 = 14
14 = 14 \checkmark
Thus, x = 6 is the correct solution.
Return to the Table of Contents
Solve one-step equation with subtraction
Solve for y in for the following equation:
y - 12 = 7
Again, we will use the inverse operation to get y by itself and solve the equation. Remember, the inverse operation of subtraction is addition. Therefore to solve, we will add 12 to both sides.
y - 12 = 7
y - 12 \mathbf{\color{red}{ + 12}} = 7 \mathbf{\color{red}{+ 12}}
y = 19
Original equation
Add 12 to both sides
Simplify
To check your solution, simply substitute 19 into y :
y - 12 = 7
(19) - 12 = 7
7 = 7 \checkmark
Therefore, y = 19 is the correct solution.
Solve one-step equation with multiplication
Solve for m in the following equation:
4m = 20
Since 4m implies “Four times m ”, we will have to use the inverse operation of multiplication, which is division. Therefore to solve, we will simply divide each side by 4 .
4m = 20
\dfrac{4m}{\color{red}{4}} = \dfrac{20}{\color{red}{4}}
m = 5
Original equation
Divide each side by 4
Simplify
To check you answer, simply substitute 5 into m .
4m = 20
4 (5) = 20
20 = 20 \checkmark
Therefore, m = 5 is the correct solution.
Return to the Table of Contents
Solve one-step equation with division
Solve for z in the following equation:
\dfrac{z}{3} = 10
Since \dfrac{z}{3} implies “ z divided by three”, we will use the inverse operation of division, multiplication. Therefore, to solve for z , we will multiply each side by 3 .
\dfrac{z}{3} = 10
\dfrac{z}{3} \cdot \color{red}{3} = 10 \cdot \color{red}{3}
z = 30
Original equation
Multiply each side by 3
Simplify
To check you answer, simply substitute 30 into z :
\dfrac{z}{3} = 10
\dfrac{(30)}{3} = 10
10 = 10 \checkmark
Therefore, z = 30 is the correct solution.
Return to the Table of Contents
For some more examples, check out this YouTube video from “Math with Mr. J”:
Solving one-step equations with fractions
When a one-step equation involves fractions, there are two ways that we can solve the equation. The first method treats the fraction the same as our division example above. For instance, we will solve for x in the following equation:
\dfrac{1}{5}x = 6
Since we can see \frac{1}{5}x as the same as “ x divided by five”, we will simply use the inverse operation of division, multiplication. We can multiply each side by 5 .
5 \cdot \dfrac{1}{5}x = 5 \cdot 6
x = 30
To check your answer, simply substitute 30 into x :
\dfrac{1}{5} \cdot 30 = 6
6 = 6 \checkmark
Therefore, x = 30 is a correct solution.
Return to the Table of Contents
But, what if the fraction has a numerator that is not 1 ?
Great question 🙂 We can still solve the equation in one step! When solving an equation, our goal is to isolate the variable (meaning get the variable by itself). This implies that we want the coefficient in front of the variable to be 1 . In order to do this in one step, we multiply both sides of the equation by the reciprocal of the fraction. (A reciprocal of a fraction flips the numerator and denominator of a fraction.)
Let’s see an example: solve for t in the following equation:
\dfrac{2}{3}t = 8
As noted above, to solve for t we will multiply both sides of the equation by the reciprocal of \dfrac{2}{3} , which is \dfrac{3}{2} :
\dfrac{2}{3}t = 8
\textcolor{red}{\dfrac{3}{2}} \cdot \dfrac{2}{3}t = \textcolor{red}{\dfrac{3}{2}} \cdot 8
t = \dfrac{24}{2}
t = 12
To check your answer, simply substitute 12 into t s
\dfrac{2}{3} \cdot 12 = 8
\dfrac{24}{3} = 8
8 = 8 \checkmark
Therefore, t = 12 is the correct solution.
Return to the Table of Contents
Solving one-step equations with integers
Sometimes, a one step equation will contain an integer value on one or both sides. (Remember, an integer can be positive, negative, or zero without any fractional part). In this situation, we can use the same techniques for solving one-step equations!
Solve for d in the following equation:
-8d = 80
Since an equation is not solved until the variable is by itself, if we simply divide by 8 , we would still end up having -d on the left-hand side. Therefore, to solve this equation we must divide both sides by -8 as shown below
\dfrac{-8d}{-8} = \dfrac{80}{-8}
d = -10
To check your answer, simply substitute -10 into d :
-8 \cdot -10 = 80
80 = 80 \checkmark
Therefore, d = -10 is the correct solution.
What about addition or subtraction problems with integer values? For example, solve for w in the following equation:
-5 + w = 10
Since our ultimate goal is to get w by itself, we need to eliminate the -5 . To eliminate this integer value, we will add 5 to each side, as shown below:
-5 \textcolor{red}{+ 5} + w = 10 \textcolor{red}{+ 5}
w = 15
To check your answer, simply substitute 15 in for w
-5 + 15 = 10
10 = 10 \checkmark
Therefore, w = 10 is the correct solution.
Return to the Table of Contents
Solving one-step equation word problems

We can model many real-life applications with a one-step equation. Once we have created an equation based on the information in the word problem, we simply solve the equation as we have above.
For example, model the following situation with an equation and find a solution that makes the situation true.
Word Problem Example 1
Mark wanted to find out how much his cat weighed, but was struggling to get the cat to hold still on the scale. Therefore, he devised a plan to weigh himself and the cat together to figure out the cat’s weight. First, he weighs himself on the scale and finds his weight to be 150 \text{ lbs.} Then, he holds the cat and steps on the scale and finds the combined weight to be 165 \text{ lbs.} . Create an equation that models the situation and solve the equation to find, c , the cat’s weight. |
Solution: To model the following situation, we will create an equation to show the combined weights of Mark and his cat. We will represent the cat’s weight with the variable, c
c + 150 = 165
To solve for c , we will do the inverse operation of addition and subtract 150 from each side:
c + 150 \textcolor{red}{-150} = 165 \textcolor{red}{-150}
c = 15 \text{ lbs.}
To check you answer, simply plug 15 into c :
15 + 150 = 165
165 = 165 \checkmark
Therefore, c = 15 \text{ lbs.} is the correct solution.
Return to the Table of Contents
Word Problem Example 2
Three friends go to a local arcade and decide to split all their winnings. On their first coin, the three friends hit the jackpot on one of the games. The game dispenses an unknown amount of tickets, but after the three friends split them up evenly, each friend got 200 tickets. Create an equation to model this situation, then solve for t , the total amount of tickets won in the jackpot. |
Solution: Let t = \text{ the total amount of tickets won from the jackpot} . SInce we know the three friends split the jackpot evenly, we can model the situation with the equation:
\dfrac{t}{3} = 200
Then, since \dfrac{t}{3} represents “ t \text{ divided by } 3 ”, we will use the inverse operation, multiplication, to solve.
\textcolor{red}{3 \cdot} \dfrac{t}{3} = \color{red}{ 3 \cdot } 200
t = 600 \text{ tickets}
To check your answer, simply substitute 600 in for t :
\dfrac{600}{3} = 200
200 = 200 \checkmark
Therefore, t = 600 \text{ tickets} is the correct solution.
Return to the Table of Contents
Solving One-Step Equations: Keys to Remember

- A one-step equation is an equation that requires one step to solve
- To solve, use the inverse operation to isolate the variable by itself
- Remember whatever you do to one side, you must do to the other
- To check the solution, simply substitute the value into the variable to see if the equation is true
- When solving with negative integers, remember to eliminate the negative value when doing the inverse operation.
Return to the Table of Contents