Exc 2
Exc 2
Exc 2
www.artofproblemsolving.com
5.2. SOLVING LINEAR EQUATIONS I
An equation states that two quantities are equal. The most basic type of equation comes from
arithmetic. For example,
2 + 6 = 3 + 5.
You’ve already seen many examples of this sort of equation.
So far in this book, nearly every equation with variables has been used to say that two
expressions are equivalent, such as
a + b = b + a.
In this section, we introduce equations with a variable such that the equation is true for
only some values of the variable. Unfortunately, we use the same symbol, “=”, to mean that
two expressions are equivalent and to write equations that are only true for some values of a
variable.
For example, the equation x + 3 = 9 does not tell us that x + 3 is 9 for all values of x. If x = 3,
then x + 3 is 6, not 9, so the equation x + 3 = 9 is not true when x = 3. However, if x = 6, then
x + 3 is 9, so the equation x + 3 = 9 is true when x = 6. The solutions to an equation are the
values of the variables that make the equation true. So, x = 6 is a solution to x + 3 = 9.
We say that we solve an equation when we find all values of the variable that make the
equation true. The two most important tactics we use to solve equations are:
1. We can replace any expression with an equivalent expression. For example, in the equation
5x 4x + 3 = 14,
x + 3 = 14.
2. We can perform the same mathematical operation to both sides of the equation. For example,
starting with the equation x + 3 = 14, we can subtract 3 from both sides of the equation to
get
x + 3 3 = 14 3.
Simplifying both sides of the equation then gives x = 11, and we have found the solution
to the equation. Looking back to the original equation, 5x 4x + 3 = 14, we see that when
we have x = 11, we get 5 · 11 4 · 11 + 3 = 14, which is indeed a true equation.
Important: If you add, subtract, multiply, or divide the expression on one side
of the equation by something, then you have to do the same to the
expression on the other side of the equation.
209
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
CHAPTER 5. EQUATIONS AND INEQUALITIES
We often solve equations with one variable by performing operations on both sides of the
equation and simplifying expressions until the variable is alone on one side of the equation.
When we do this, we say that we isolate the variable.
In this section, we focus on solving linear equations. An equation is a linear equation
if every term in the equation is a constant term or is a constant times the first power of the
variable. So,
2x + 4x 5 = 3 6x and 2y + 7 = 3 2y
are linear equations. The equations
2
x2 = 36 and = 19
y3 5
Problems
Problem 5.8: Consider the equation x 12 = 289. We will solve this equation in several
di↵erent ways.
(a) Use your understanding of numbers to find a value of x that makes the equation true.
(b) Use the number line to find a value of x that makes the equation true.
(c) What number can be added to both sides of the equation to give an equation in which x
is alone on the left side?
(d) Use part (c) to solve the equation.
(a) x 4 23 = 2 45 (b) 4 5 15 = 2x + 3 x + 3 15
210
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
5.2. SOLVING LINEAR EQUATIONS I
288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
Algebra. To solve the equation, we manipulate it until it reads x = (some number). Therefore,
we must get x alone on one side of the equation. To do so, we eliminate the 12 on the left side
by adding 12 to both sides of the equation:
x 12 = 289
+ 12 = +12
x = 301
We have therefore isolated x on the left side of the equation. We can now see that the solution
to the equation x 12 = 289 is x = 301.
Whichever method we use to solve the equation, we can check our answer by substituting
our solution, x = 301, back in to the original equation, x 12 = 289, to get 301 12 = 289. This
equation is true, so our solution works. 2
Perhaps you noticed that each of our three solution approaches comes down to the same
key step, adding 12 to 289 to get our answer. The first uses words, the second uses pictures,
the third uses algebra. While logic and pictures are sometimes helpful in solving equations,
algebraic manipulations are by far the most generally useful tools to solve equations. Try using
algebra to solve the following equations.
Problem 5.9: Solve the following equations:
(a) x 4 23 = 2 45 (b) 4 5 15 = 2x + 3 x + 3 15
x 4 23 = 2 45
+ 4 23 = +4 23
x = 2 45 + 4 23
211
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
CHAPTER 5. EQUATIONS AND INEQUALITIES
4 2 4 2 12 10 22 7 7
x=2 +4 =2+4+ + =6+ + =6+ =6+1 =7 .
5 3 5 3 15 15 15 15 15
This example shows how algebra can help keep our work organized and simple. If
we take a logic or picture approach, the fractions might lead to confusion. The algebraic
approach makes it very clear how to find the answer.
(b) We start by simplifying both sides of the equation. The left side is simply 4 5 15 = 1 15 . On
the right side, we combine the two variable terms and combine the two constants:
✓ ◆
1 1 1
2x + 3 x + 3 = (2x x) + 3 + 3 = x + 6 .
5 5 5
Now our equation is
1 1
1 =x+6
5 5
To solve this equation, we isolate x by subtracting 6 15 from both sides:
1 15 = x + 6 15
6 15 = 6 15
7 25 = x
We typically write the variable first when communicating the solution. The solution to the
original equation is x = 7 25 .
2
Concept: Isolate, isolate, isolate. The key to solving most equations is to get
the variable alone on one side of the equation.
Addition and subtraction are not the only tools we can use to solve linear equations.
Problem 5.10: Solve the equation 31x = 713.
Solution for Problem 5.10: We divide both sides of the equation by 31. This leaves x alone on
the left:
31x 713
= .
31 31
Since 31x/31 = x and 713/31 = 23, we have x = 23. 2
In this solution we used division to change the coefficient of x from 31 to 1. We could also
have viewed this as multiplying both sides of the equation by the reciprocal of the coefficient
of 31x to give 311 · 31x = 311 · 713. The 31
1
and 31 cancel on the left, and we have x = 713
31
= 23.
212
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
5.2. SOLVING LINEAR EQUATIONS I
5t 13
= .
5 5
5t 13
Since 5
simplifies to t, we have t = 5
as our solution.
(b) We divide both sides by 75:
24 75y
= ,
75 75
24
so 75
= y. We usually write the variable first, so we can write this equation as
24
y= .
75
We finish by simplifying the right-hand side:
24 24 8
y= = = .
75 75 25
8
Therefore, the solution is y = 25
.
8
We can⌘ check our answer by substituting y = in the original equation. We see that
⇣ 25
8
75 · 25 does equal 24, so our answer is correct.
213
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
CHAPTER 5. EQUATIONS AND INEQUALITIES
⇣ ⌘
(d) At first, it might look like we can’t isolate r with one step. But if we write 2r9 as 29 r, we
have ✓ ◆
2 8
r= .
9 15
Now, we can isolate r by multiplying both sides of the equation by the reciprocal of the
coefficient of r. The reciprocal of 29 is 92 , and multiplying both sides of the equation by
9
2
gives
✓ ◆✓ ◆ ✓ ◆
9 2 9 8
r= .
2 9 2 15
The product of a number and its reciprocal is 1, so the left side simplifies to r, as planned.
We therefore have ✓ ◆
9 8 9 8 12
r= = · = .
2 15 2 15 5
12
Checking our work, we find that when r = 5
, we have
✓ ◆
2r 2( 12/5) 24/5 24 24 8
= = = = = .
9 9 9 5·9 45 15
12
So, the equation is indeed satisfied when r = 5
.
2
Exercises
214
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
5.3. SOLVING LINEAR EQUATIONS II
Problems
Problem 5.16:
(a) Find all values of w that satisfy 5w + 3 2w = w 8 + 2w 3.
(b) Find all values of z that satisfy 2z 8 5z = 2 3z 10.
Problem 5.17: For what value of c do the equations 2y 5 = 17 and cy 8 = 36 have the same
solution for y?
In the last section, we used addition and subtraction to solve some equations, and used
multiplication and division to solve others. To solve most linear equations, however, we’ll
have to use a combination of these tactics.
215
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
CHAPTER 5. EQUATIONS AND INEQUALITIES
Solution for Problem 5.12: This equation doesn’t look exactly like any of the equations we
already know how to solve. It may not be obvious immediately how to isolate t. However, we
can isolate 8t by subtracting 9 from both sides:
8t + 9 = 65
9= 9
8t = 56
Now we have an equation we know how to solve! We divide both sides by 8 to find t = 7.
We can check our work by substituting this value for t back into our original equation. We
find that 8(7) + 9 = 65, so our answer works.
We didn’t have to add first when we solved this equation. We could have divided first:
8t + 9 65
= .
8 8
We can then distribute on the left side. Since
8t + 9 8t 9 9
= + =t+ ,
8 8 8 8
we have
9 65
t+ = .
8 8
9 65 9 56
We then subtract from both sides of this equation to get t = = = 7, as before. 2
8 8 8 8
The equation in Problem 5.12 is not exactly like any of the equations we solved in the
previous section. However, we were still able to solve it with the same tools.
Concept: When solving an equation that isn’t exactly like an equation you
have solved before, try to manipulate it into a form you already
know how to deal with.
Solution for Problem 5.13: Our first step is to simplify both sides of the equation. By grouping
like terms, the left-hand side of the original equation becomes
7j 4 + 3 j = (7 j + 3 j) 4 = 10j 4.
216
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
5.3. SOLVING LINEAR EQUATIONS II
6 + 2j 4j 8 = (2j 4 j) + (6 8) = 2j 2.
10 j 4 = 2j 2.
We haven’t solved any equations in which the variable appears on both sides. We know how
to handle an equation if the variable only appears on one side. So, we add 2j to both sides to
eliminate the variable from the right-hand side:
10j 4 = 2j 2
+ 2j = +2j
12j 4= 2
Now we have an equation we know how to solve! We add 4 to both sides to get 12j = 2. We
then divide by 12 to find j = 122 = 16 . 2
We now have another strategy for solving linear equations.
Concept: If the variable appears on both sides of the equation, we can use
addition and subtraction to get all terms with the variable on the
same side of the equation.
Similarly, we use addition and subtraction to get all the constant terms on the other side of
the equation.
Here’s a little more practice.
Problem 5.14: Solve the following equations:
2r 7
(a) 8k 13 25 = 12 251 (c) =3
9
3x + 4 2x 8
(b) 4(t 7) = 3(2t + 3) (d) =
5 7
217
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
CHAPTER 5. EQUATIONS AND INEQUALITIES
⇣ ⌘
Simplifying the right-hand side gives 12 251 + 13 25 = ( 12 + 13) + 1
25
+ 2
5
= 1 259 , so we now
have
9
8k = 1 .
25
1
Multiplying both sides by 8
(which is the same as dividing both sides by 8) gives
1 9 1 34 34 17
k= ·1 = · = = .
8 25 8 25 200 100
4·t 4 · 7 = 3 · 2t + 3 · 3.
2r 7
=3
9 9
2r
to eliminate the constant on the left side and isolate 9
. Doing so gives us
2r 7 34
=3+ = .
9 9 9
2r 34 9 34 9
Multiplying both sides of 9
= 9
by 2
gives r = 9
· 2
= 17.
2r 7
We could have avoided fractions entirely by multiplying both sides of 9
= 3 by 9 on
the first step to get 9 · 2r9 7 = 27. Since
2r 7 9(2r 7) 9
9· = = (2r 7) = 2r 7,
9 9 9
2r 7
the 9’s cancel on the left side of 9 · 9
= 27 to leave 2r 7 = 27. Adding 7 to both sides
gives 2r = 34, so r = 17, as before.
2r 7 2·17 7 27
Checking our answer, we find that if r = 17, then 9
= 9
= 9
= 3, as required.
218
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
5.3. SOLVING LINEAR EQUATIONS II
(d) We start by getting rid of the fractions. We eliminate the denominator on the right by
multiplying both sides by 7:
3x + 4 2x 8
7· =7· .
5 7
The 7’s on the right-hand side cancel, because
2x 8 7 · (2x 8) 7 2x 8
7· = = · = 2x 8.
7 7 7 1
3x+4 2x 8
So, we can write 7 · 5
=7· 7
as
7(3x + 4)
= 2x 8.
5
Next, we multiply both sides by 5 to cancel the 5 in the denominator on the left-hand side:
7(3x + 4)
5· = 5(2x 8).
5
The 5’s on the left cancel, and we are left with
Simplifying both sides gives 21x + 28 = 10x 40, and now we’re in familiar territory.
Subtracting 10x from both sides gives 11x + 28 = 40. Subtracting 28 from both sides gives
11x = 68. Dividing both sides by 11 gives x = 68 11
.
2
Notice that multiplying both sides of
3x + 4 2x 8
=
5 7
by the denominators of both fractions gave us
Rather than performing these multiplications as two separate steps, we will often perform both
at once. Multiplying both sides of the original equation by 5 and by 7 gives
3x + 4 2x 8
5·7· =5·7· .
5 7
219
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
CHAPTER 5. EQUATIONS AND INEQUALITIES
The 5 on the left cancels with the 5 in the denominator on the left, and the 7 on the right cancels
with the 7 in the denominator on the right, leaving
7(3x + 4) = 5(2x 8).
We call this process cross-multiplying.
Our last example above showed another way to simplify working with equations:
Concept: If you don’t like dealing with fractions, you can eliminate fractions
from a linear equation by multiplying both sides of the equation by
a constant that cancels the denominators of the fractions.
220
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
5.3. SOLVING LINEAR EQUATIONS II
We add 10x to both sides to get 27 = 28x+35. We subtract 35 from both sides to get 8 = 28x
8
and divide by 28 to find x = 28 = 27 .
(b) We might start by multiplying both sides by 6 · 8 to cancel both denominators. However,
since lcm[6, 8] = 24, we can cancel both denominators by multiplying both sides by 24
instead of 48: ✓ ◆ ✓ ◆
4 7t t
24 = 24 + 2 .
6 8
Multiplying on the left-hand side and distributing on the right gives
24(4 7t) t
= 24 · + 24 · 2,
6 8
so
24 24
(4 7t) = t + 48.
6 8
Dividing gives 4(4 7t) = 3t + 48. No more fractions! Expanding the left-hand side gives
us 16 28t = 3t + 48. Adding 28t to both sides and subtracting 48 from both sides gives
32 = 31t. Dividing by 31 gives us t = 32
31
.
2
So far, all the equations we have solved have had exactly one solution. This isn’t always the
case!
Problem 5.16:
(a) Find all values of w that satisfy 5w + 3 2w = w 8 + 2w 3.
(b) Find all values of z that satisfy 2z 8 5z = 2 3z 10.
3w + 3 = 3w 11.
When we next try to get all the w terms on one side by subtracting 3w from both sides, we
have
3 = 11.
Uh-oh! What happened to the w’s? They all canceled. Worse yet, we are left with an
equation that can clearly never be true, since 3 cannot ever equal 11!
Since the equation 3 = 11 can never be true, we know that the original equation can
never be true either. That is, the original equation is not true for any value of w. We can see
why when we look back to the equation 3w + 3 = 3w 11. The left-hand side is 14 greater
than the right-hand side, no matter what value of w we use.
We conclude that there are no solutions to the original equation.
221
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
CHAPTER 5. EQUATIONS AND INEQUALITIES
(b) Once again, we simplify both sides of the equation, which gives
3z 8 = 3z 8.
Since both sides of the equation simplify to the same expression, we see that the equation
is always true! No matter what value of z we choose, the equation will always be true.
Therefore, all values of z satisfy the given equation.
2
We see now that some linear equations have no solutions, and others that are satisfied by
every value of the variable in the equation.
Problem 5.17: For what value of c do the equations 2y 5 = 17 and cy 8 = 36 have the
same solution for y?
Solution for Problem 5.17: We know how to handle the first equation, so let’s start there. By
solving the first equation for y, we can find the value of y that must satisfy both equations.
Adding 5 to both sides of 2y 5 = 17 gives 2y = 22. Dividing by 2 then gives y = 11. This value
of y must also satisfy cy 8 = 36. So, when we substitute y = 11 into cy 8 = 36, we must have
a true equation. This substitution gives
11c 8 = 36.
Now that we have a linear equation for c, we can find c. Adding 8 to both sides gives 11c = 44.
Dividing by 11 then gives c = 4. 2
Extra! Archimedes will be remembered when Aeschylus is forgotten, because languages die
‡‡‡‡ and mathematical ideas do not. “Immortality” may be a silly word, but probably a
mathematician has the best chance of whatever it may mean. –G. H. Hardy
222
Copyrighted Material
Excerpt from "Prealgebra" ©2015 AoPS Inc.
www.artofproblemsolving.com
5.4. WORD PROBLEMS
Exercises
(a) 2x + 5 = 11 1 1 (c) 7t + 19 = 61
(b) = 1 6a
3 2
Most word problems can be solved using the following general method:
1. Read the problem carefully. Wait, I didn’t say that loud enough:
5. Check your answer (and check to be sure that you answered the question that was asked).
223
Copyrighted Material