Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.1: Solving Equations - One Step

( \newcommand{\kernel}{\mathrm{null}\,}\)

Let’s start with the definition of an equation.

Equation

An equation is a mathematical statement that equates two algebraic expressions.

The key difference between a algebraic expression and an equation is the presence of an an equals sign. So, for example,

2x+3,x(32x), and 2(y+3)3(1y)

are algebraic expressions, while

2x+3=0,x(32x)=4, and 2(y+3)3(1y)=11
are equations. Note that each of the equations contain an equals sign, but the algebraic expressions do not.

Next we have the definition of a solution of an equation.

What it Means to be a Solution of an Equation

A solution of an equation is a numerical value that satisfies the equation. That is, when the variable in the equation is replaced by the solution, a true statement results.

Example 2.1.1

Show that 8 is a solution of the equation x12=4.

Solution

Substitute 8 for x in the given equation and simplify.

x12=4 The given equation. 812=4 Substitute 8 for x.4=4 Simplify both sides. 

Since the left- and right-hand sides of the last line are equal, this shows that when 8 is substituted for x in the equation a true statement results. Therefore, 8 is a solution of the equation

Exercise 2.1.1

Which of the numbers {1,2,3,4,5} is a solution of the equation 2y+3=7.

Answer

2

Equivalent Equations

Now that we know how to identify a solution of an equation, let’s define what it means when we say that two equations are equivalent.

Equivalent Equations

Two equations are equivalent if they have the same solution set.

Example 2.1.2

Are the equations x3=6 and x=9 equivalent?

Solution

The number 9 is the only solution of the equation x3=6. Similarly, 9 is the only solution of the equation x=9. Therefore x3=6 and x=9 have the same solution sets and are equivalent.

Exercise 2.1.2

Are the equations x=5 and x7=10 equivalent?

Answer

No

Example 2.1.3

Are the equations x2=1 and x=1 equivalent?

Solution

By inspection, the equation x2=1 has two solutions, 1 and 1.

(1)2=1 and (1)2=1

On the other hand, the equation x=1 has a single solution, namely 1. Hence, the equations x2=1 and x=1 do not have the same solution sets and are not equivalent.

Exercise 2.1.3

Are the equations x=1 and x2=x equivalent?

Answer

No

As we shall soon see, equivalent equations play an important role in finding the solution of an equation.

Wrap and Unwrap, Do and Undo

Suppose that you are wrapping a gift for your cousin. You perform the following steps in order.

  1. Put the gift paper on.
  2. Put the tape on.
  3. Put the decorative bow on.

When we give the wrapped gift to our cousin, he politely unwraps the present, “undoing” each of our three steps in inverse order.

  1. Take off the decorative bow.
  2. Take off the tape.
  3. Take off the gift paper.

This seemingly frivolous wrapping and unwrapping of a gift contains some deeply powerful mathematical ideas. Consider the mathematical expression x+4. To evaluate this expression at a particular value of x, we would start with the given value of x, then add 4.

  • Let’s set x equal to the number 7. If we add 4, we arrive at the following result: 11

Now, how would we “unwrap” this result to return to our original number? We would start with our result, namely 11, then subtract 4.

  • Take our result from above, 11. If we subtract 4, we return to our original value of x: 7

The above discussion leads us to two extremely important observations.

Note

The inverse of addition is subtraction. If we start with a number x and add a number a, then subtracting a from the result will return us to the original number x. In symbols,

x+aa=x

That is, subtracting a “undoes” the effect of adding a and returns us to the original number x.
The inverse of subtraction is addition. If we start with a number x and subtract a number a, then adding a to the result will return us to the original number x. In symbols,

xa+a=x

That is, adding a “undoes” the effect of subtracting a and returns us to the original number x.

Operations that Produce Equivalent Equations

In Example 2.1.1, we saw that x=8 was a solution of the equation x12=4. Indeed, the equations x=8 and x12=4 are equivalent equations because both have the same solution sets.

In the case of the equation x12=4, it’s fairly easy to “guess” that the solution is x=8, but as the equations become more complicated, we will want to know just what operations we can perform on the equation that will not change the solution set. The goal is to start with an equation such as

x12=4

then through a series of steps that do not change the solution, arrive at the solution

x=8

With these thoughts in mind, there are a number of operations that will produce equivalent equations (equations with the same solution set). The first two that we will employ are adding or subtracting the same amount from both sides of an equation.

Adding the Same Quantity to Both Sides of an Equation

Adding the same quantity to both sides of an equation does not change the solution set. That is, if

a=b

then adding c to both sides of the equation produces the equivalent equation

a+c=b+c

Subtracting the Same Quantity from Both Sides of an Equation

Subtracting the same quantity to both sides of an equation does not change the solution set. That is, if

a=b

then subtracting c from both sides of the equation produces the equivalent equation

ac=bc

Let’s look at an example where adding the same amount to both sides of the equation produces an equivalent equation that is the solution to the original equation.

Example 2.1.4

Solve x7=12 for x.

Solution

To undo the effect of subtracting 7, we add 7 to both sides of the equation.

x7=12 Original equation. x7+7=12+7 Adding 7 to both sides of the equation produces an equivalent equation. x=19 On the left, adding 7 "undoes" the effect of subtracting 7 and returns x. On the right, 12+7=19

Therefore, the solution of the equation is 19.

Check: To check, substitute the solution 19 into the original equation.

x7=12 Original equation. 197=12 Substitute 19 for x12=12 Simplify both sides. 

The fact that the last line of the check is a true statement guarantees that 19 is a solution of x7=12.

Exercise 2.1.4

Solve for x:x6=4.

Answer

10

In the solution of Example 2.1.4, we use the concept of the “inverse.” If we start with x, subtract 7, then add 7, we are returned to the number x. In symbols, x7+7=x. We are returned to x because “subtracting 7” and “adding 7” are inverse operations of one another. That is, whatever one does, the other “undoes.”

Next, let’s look at an example where subtracting the same amount from both sides of the equation produces an equivalent equation that is the solution to the original equation.

Example 2.1.5

Solve x+23=12 for x.

Solution

To undo the effect of adding 2/3, we subtract 2/3 from both sides of the equation.

x+23=12 Original equation. x+2323=1223 Subtracting 2/3 from both sides produces an equivalent equation.x=3646 On the left, subtracting 2/3 "undoes" the effect of adding 2/3 and returns x. On the right, make equivalent fractions with a common denominator.x=16 Subtract: 3646=16

Therefore, the solution of the equation is 1/6.

Check: Let’s use the TI-84 graphing calculator to check this solution.

  1. Store the value 1/6 in the variable X using the following keystrokes. The result is shown in Figure 2.1.1.

fig 2.1.1a.png

  1. Enter the left-hand side of the original equation: x +2 /3. Use the following keystrokes. The result is shown in Figure 2.1.
fig 2.1.1.png
Figure 2.1.1: Checking the solution to x+2/3=1/2.
  1. Press the MATH button on your calculator (see Figure 2.1.2), then select 1:Frac and press the ENTER button. This will convert the decimal result to a fraction (see Figure 2.1.2).
fig 2.1.2.png
Figure 2.1.2: Changing the result to a fraction.

Note that the result is 12, showing that 16 is a solution of x+23=12.

Exercise 2.1.5

Solve for x:x+12=35.

Answer

1/10

More Operations That Produce Equivalent Equations

Here are two more operations that produce equivalent equations.

Multiplying Both Sides of an Equation by a Nonzero Quantity

Multiplying both sides of an equation by a nonzero quantity does not change the solution set. That is, if

a=b

and c0, then multiplying both sides of the equation by c produces the equivalent equation

ac=bc

Dividing Both Sides of an Equation by a Nonzero Quantity

Dividing both sides of an equation by a nonzero quantity does not change the solution set. That is, if

a=b

and c0, then dividing both sides of the equation by c produces the equivalent equation

ac=bc

Like addition and subtraction, multiplication and division are inverse operations.

Note

The inverse of multiplication is division. If we start with a number x and multiply by a number a, then dividing the result by the same number a returns us to the original number x. In symbols,

axa=x

That is, dividing by a “undoes” the effect of multiplying by a and returns us to the original number x.

The inverse of division is multiplication. If we start with a number x and divide by a number a, then multiplying the result by the same number a returns us to the original number x. In symbols,

axa=x

That is, multiplying by a “undoes” the effect of dividing by a and returns us to the original number x.

Let’s look at an example where dividing both sides of the equation by the same amount produces an equivalent equation that is the solution to the original equation.

Example 2.1.6

Solve 2.1x=0.42 for x.

Solution

To undo the effect of multiplying by 2.1, we divide both sides of the equation by 2.1.

2.1x=0.42Original equation.2.1x2.1=0.422.1Dividing both sides by 2.1 produces an equivalent equation.x=2On the left, dividing by 2.1"undoes" the effect of multiplying by 2.1 and returns x.On the right, divide: 0.42/(2.1)=2

Therefore, the solution of the equation is 2.

Check: To check, substitute the solution 2 into the original equation.

2.1x=0.42 Original equation. 2.1(2)=0.42 Substitute 2 for x0.42=0.42 On the left, multiply: 2.1(2)=0.42

The fact that the last line of the check is a true statement guarantees that 2 is a solution of 2.1x=0.42.

Exercise 2.1.6

Solve for x:3.6x=0.072.

Answer

0.02

Next, lets look at an example where multiplying both sides of the equation by the same amount produces an equivalent equation that is the solution to the original equation.

Example 2.1.7

Solve x5=10 for x.

Solution

To undo the effect of dividing by 5, we multiply both sides of the equation by 5.

x5=10Original equation.5[x5]=[10]5Multiplying both sides by 5produces an equivalent equation.x=50On the left, multiplying by 5 "undoes" the effect of dividing by 5 and returns x. On the right, multiply: [10]5=50

Therefore, the solution of the equation is 50.

Check: Let’s use the TI-84 graphing calculator to check this solution.

  1. Store the value 50 in the variable X using the following keystrokes. The result is shown in Figure 2.1.3.

fig 2.1.3a.png

  1. Enter the left-hand side of the original equation:x5. Use the following keystrokes.
fig 2.1.3b.png
Figure 2.1.3.
fig 2.1.3.png
Figure 2.1.3: Checking the solution to x/5=10.

Note that the result is 10, showing that 50 is a solution of x/5=10.

Exercise 2.1.7

Solve for x:x7=2.

Answer

14

Writing Mathematics

When solving equations, observe the following rules when presenting your work.

  1. One equation per line. This means that you should not arrange your work horizontally as follows: x+3=7x+33=73x=4That’s three equations on a line. Instead, work vertically, writing one equation per line. In the following presentation, note how we align the equal signs in a column. x+3=7x+33=73x=4
  2. Add and subtract inline. Do not add 7 to both sides of the equation in the following manner: x7=12+7+7x=19Instead, add 7 “inline” to both sides of the equation as follows: x7=12x7+7=12+7x=19

This page titled 2.1: Solving Equations - One Step is shared under a CC BY-NC-ND 3.0 license and was authored, remixed, and/or curated by David Arnold via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?