Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

1.

18: Solving Linear Equations


The kind of the equation will determine the method we use to solve it. We will first discuss linear equations. These are
equations that only contain the first power of a variable and nothing higher.

Example 16.1
Examples of linear equations:
a. x − 4 = 6 is a linear equation.
b. 5x − 6 = 4x + 2 is a linear equation.
c. x − 2x + 1 = 0 is not a linear equation, since the variable
2
x is to the second power. This is a quadratic equation
which we will study in chapter 20.

Critical Observation: We can add or subtract anything from an equation as long as we do it to both sides at the same time.
This is a very essential tool to solve linear equations. It will help us isolate the variable on one side of the equation and the
numbers on the other side of the equation.

If a =b then a+c = b +c .
If a =b then a−c = b −c .

Example 16.2
Isolate the variable in the given equation:
a) x − 4 = 6
Here we add 4 to both sides of the equation to get

x −4 +4 = 6 +4

which has the effect of isolating the x on one side of the equation and the numbers on the other since upon simplifying we
see that

x = 10

It can be helpful to write this in a vertical form:

x −4 = 6

+4 + 4]

⟹ x = 10 (1.18.1)

b) x + 7 = −2. Here we add -7 from both sides because it will have the effect of isolating the x : (vertically written)

x + 7 = −2

+−7 −7

⟹ x = −9

c) 5x − 6 = 4x + 2
Here x appears on both sides of the equation. If we subtract one of the terms from both sides, it will have the effect of
isolating the x on one side.
We have a choice. We will subtract 4x from both sides so that an x is on the LHS. The alternative would have been to
subtract 5x which would have left us with −x on the RHS ( this would be somewhat inconvenient). We have (vertically
written)

Samar ElHitti, Marianna Bonanome, Holly Carley,


1/13/2021 1.18.1 CC-BY-NC-ND https://math.libretexts.org/@go/page/45474
Thomas Tradler, & Lin Zhou
5x − 6 = 4x + 2

−4x − 4x

⟹ x −6 = 2

+6 +6

⟹ x =8

Note that each solution can be checked by plugging the number found into the original equation.

Example 16.3
Solve:
a) 17 − (4 − 2x) = 3(x + 4)
To solve this equation, we first need to remove all parentheses and combine any like terms.

17 − (4 − 2x) = 3(x + 4)

⟹ 17 − 4 + 2x = 3x + 12

⟹ 13 + 2x = 3x + 12

Following the example above, the solution is found (by subtracting 2x from both sides and subtracting 12 from both
sides) to be x = 1. Now, we can check if our work is correct by substituting x = 1 in the original equation and seeing
whether the RHS and LHS yield the same value:
RHS:
17 − (4 − 2x) = 17 + (−1)(4 + (−2x)) = 17 + (−1)(4 + (−2 ⋅ 1)) = 17 + (−1)(4 + (−2)) = 17 + (−1)(2) = 17

+ (−2) = 15

LHS: 3(x + 4) = 3(1 + 4) = 3(5) = 15


Since both values are equal, our solution of x = 1 is correct.

Critical Observation: We can multiply or divide an equation by any nonzero number as long as we do it to both sides at the
same time. This is a very essential tool to solve linear equations where the coefficient of the variable is not 1.

If a = b then a × c = b × c .
If a = b then a

c
=
b

c
when c ≠ 0 .

Example 16.4
a) 6x = 42

6x = 42

6x 42
⟹ =
6 6

⟹ x =7

b) −4x − 30 = 0
In this example we will first isolate the ' x -term' which is 4x before isolating x.

−4x − 30 = 0

+30 + 30

Samar ElHitti, Marianna Bonanome, Holly Carley,


1/13/2021 1.18.2 CC-BY-NC-ND https://math.libretexts.org/@go/page/45474
Thomas Tradler, & Lin Zhou
⟹ −4x = 30

−4x 30
⟹ =
−4 −4

15
⟹ x =−
2

c) 2x = 1

1
2x =
4

2x 1
⟹ = ÷2
2 4

1 1
⟹ x = ⋅
4 2

1⋅1
⟹ x =
4⋅2

1
⟹ x =
8

Note that dividing by 2 on both sides of the equation is the same as multiplying by 1

2
. So, we can rewrite the solution like
this:
1
2x =
4

1 1 1
⟹ ⋅ 2x = ⋅
2 2 4

1 ⋅ 2x 1⋅1
⟹ =
2 4⋅2

1
⟹ x =
8

Generally, multiplying a number by its reciprocal results in 1:


a b ab
⋅ = =1
b a ba

Let's use this fact in the next example.


d) 2x

3
=
5

2x 5
=
3 6

2 5
⟹ ⋅x =
3 6

2 5
⟹ ⋅x =
3 6

3 2 3 5
⟹ ⋅ ⋅x = ⋅
2 3 2 6

3⋅5
⟹ x =
2⋅6

5
⟹ x =
2⋅2

5
⟹ x =
4

Samar ElHitti, Marianna Bonanome, Holly Carley,


1/13/2021 1.18.3 CC-BY-NC-ND https://math.libretexts.org/@go/page/45474
Thomas Tradler, & Lin Zhou
e) x

5
+3 = 6

x
+3 = 6
5

−3 −3

x
⟹ =3
5

x
⟹ 5⋅ =5⋅3
5

⟹ x = 15

f) 5x − 6 = 2x + 3

5x − 6 = 2x + 3

+6 +6

⟹ 5x = 2x + 9

⟹ −2x − 2x

⟹ 3x = 9

3x 9
⟹ =
3 3

⟹ x =3

g) −3(x − 1) = 4(x + 2) + 2
We first remove the parentheses and collect like terms.

−3(x − 1) = 4(x + 2) + 2

⟹ −3x + 3 = 4x + 8 + 2

⟹ −3x + 3 = 4x + 10

Now we proceed to solve the linear equation by isolating the variable:

−3x + 3 = 4x + 10

−3 −3

⟹ −3x = 4x + 7

−4x − 4x

⟹ −7x = 7

−7x 7
⟹ =
−7 −7

⟹ x = −1

h) 10 − 3x = −2(x − 1)

10 − 3x = −2(x − 1)

⟹ 10 − 3x = −2x + 2

−10 − 10

⟹ −3x = −2x − 8

Samar ElHitti, Marianna Bonanome, Holly Carley,


1/13/2021 1.18.4 CC-BY-NC-ND https://math.libretexts.org/@go/page/45474
Thomas Tradler, & Lin Zhou
+2x + 2x

⟹ −x = −8

⟹ x =8

Exit Problem
Solve: 5y − (7 − 2y) = 2(y + 4)

Samar ElHitti, Marianna Bonanome, Holly Carley,


1/13/2021 1.18.5 CC-BY-NC-ND https://math.libretexts.org/@go/page/45474
Thomas Tradler, & Lin Zhou

You might also like