Section 8.2 Linear Equations in One Variable - Part II
ΒΆIn the previous section, we discussed solving equations of form \(a x+b=c\) and \(a x+b=c x+d\text{.}\) Sometimes some preliminary work needs to be done before the equation is in one of those two forms. Specifically, one or both of the following two steps may be necessary. If both steps are necessary, they should be performed in the indicted order.
Completely expand both sides of the equation.
Combine all like terms on each side of the equation.
At this point you should have an equation of one of the two previously mentioned types and the remaining steps follow what was discussed in the previous section. Several examples follow.
Example 8.2.1.
Determine the solution and solution set for the equation \(3(x-5)=-7(x+5)\text{.}\)
Solution
We'll begin by expanding both sides of the equation.
\begin{align*}
3(x-5)\amp=-7(x+5)\\
3x-15\amp=-7x-35
\end{align*}
There are no like terms on either side of the equal sign, so we can go ahead and employ the solution process discussed and illustrated in the previous section.
\begin{align*}
3x-15\amp=-7x-35\\
3x-15\addright{15+7x}\amp=-7x-35\addright{15+7x}\\
10x\amp=-20\\
\divideunder{10x}{10}\amp=\divideunder{-20}{10}\\
x\amp=-2
\end{align*}
Let's check our proposed solution of \(-2\text{.}\)
\begin{align*}
3(x-5)\amp=-7(x+5)\\
3(\highlight{-2}-5)\amp\stackrel{?}{=}-7(\highlight{-2}+5)\\
3 \cdot -7\amp\stackrel{?}{=}-7 \cdot 3\\
-21\amp\stackrel{\checkmark}{=}-21
\end{align*}
The solution to the stated equation is \(-2\) and the solution set is \(\{-2\}\text{.}\)
Example 8.2.2.
Determine the solution and solution set for the equation \(3w+7-8w=5+8w+2-5w\text{.}\)
Solution
We begin by combining the like terms on the left side of the equation and the like terms on the right side of the equation.
\begin{align*}
3w+7-8w\amp=5+8w+2-5w\\
-5w+7\amp=3w+7
\end{align*}
We can proceed to isolating \(w\text{.}\)
\begin{align*}
-5w+7\amp=3w+7\\
-5w+7\subtractright{7}\subtractright{3w}\amp=3w+7\subtractright{7}\subtractright{3w}\\
-8w\amp=0\\
\divideunder{-8w}{-8}\amp=\divideunder{0}{-8}\\
w\amp=0
\end{align*}
Let's check \(0\) in the original equation.
\begin{align*}
3w+7-8w\amp=5+8w+2-5w\\
3 \cdot \highlight{0}+7-8 \cdot \highlight{0}\amp\stackrel{?}{=}5+8 \cdot \highlight{0}+2-5 \cdot \highlight{0}\\
0+7-0\amp\stackrel{?}{=}5+0+2-0\\
7\amp\stackrel{\checkmark}{=}7
\end{align*}
The solution is \(0\) and the solution set is \(\{0\}\text{.}\)
Example 8.2.3.
Determine the solution and solution set for the equation \(x-2(x-3)=4(2x+3)-12\text{.}\)
Solution
We need to expand both sides of the equation and combine the like terms on each side of the equation. We can then proceed to isolate \(x\text{.}\)
\begin{align*}
x-2(x-3)\amp=4(2x+3)-12\\
x-2x+6\amp=8x+12-12\\
-x+6\amp=8x\\
-x+6\addright{x}\amp=8x\addright{x}\\
6\amp=9x\\
\divideunder{6}{9}\amp=\divideunder{9x}{9}\\
\frac{2}{3}\amp=x
\end{align*}
Let's check the apparent solution in the original equation.
\begin{align*}
x-2(x-3)\amp=4(2x+3)-12\\
\highlight{\frac{2}{3}}-2\left(\highlight{\frac{2}{3}}-3\right)\amp\stackrel{?}{=}4\left(\frac{2}{1} \cdot \highlight{\frac{2}{3}}+3\right)-12\\
\frac{2}{3}-2\left(\frac{2}{3}-\frac{9}{3}\right)\amp\stackrel{?}{=}4\left(\frac{4}{3}+\frac{9}{3}\right)-12\\
\frac{2}{3}-\frac{2}{1} \cdot -\frac{7}{3})\amp\stackrel{?}{=}\frac{4}{1} \cdot \frac{13}{3})-12\\
\frac{2}{3}+\frac{14}{3}\amp\stackrel{?}{=}\frac{52}{3}-\frac{36}{3}\\
\frac{16}{3}\amp\stackrel{\checkmark}{=}\frac{16}{3}
\end{align*}
The solution to the given equation is \(\frac{2}{3}\) and the solution set is \(\left\{\frac{2}{3}\right\}\text{.}\)
Example 8.2.4.
Determine the solution and solution set for the equation \(3(6t-5)+5(2-4t)=3-2t\text{.}\)
Solution
Before focusing on isolating \(t\text{,}\) we need to expand the left side of the equation and add the like terms on that side of the equation.
\begin{align*}
3(6t-5)+5(2-4t)\amp=3-2t\\
18t-15+10-20t\amp=3-2t\\
-2t-5\amp=3-2t\\
-2t-5\addright{5+2t}\amp=3-2t\addright{5+2t}\\
0\amp=8
\end{align*}
The last equation is a contradiction, which indicates that the given equation has no solutions. The solution set for the given equation is \(\emptyset\text{.}\)
Example 8.2.5.
Determine the solution and solution set for the equation \(\frac{3}{2}(5y+2)=2-2\left(\frac{2}{3}y-\frac{1}{2}\right)\text{.}\)
Solution
We'll begin by clearing the fractions away from the equation. The least common denominator of all of the fractions in the equation is \(6\text{,}\) so we'll begin by multiplying both sides of the equation by \(6\text{.}\) We'll then simplify each side of the equation before focusing our attention on isolating \(y\text{.}\)
\begin{align*}
\frac{3}{2}(5y+2)\amp=2-2\left(\frac{2}{3}y-\frac{1}{2}\right)\\
\multiplyleft{6}\left(\frac{3}{2}(5y+2)\right)\amp=\multiplyleft{6}\left(2-2\left(\frac{2}{3}y-\frac{1}{2}\right)\right)\\
\frac{6}{1} \cdot \frac{3}{2}(5y+2)\amp=6 \cdot 2 - \frac{6}{1} \cdot \frac{2}{1} \left(\frac{2}{3}y-\frac{1}{2}\right)\\
9(5y+2)\amp=12 - \frac{12}{1} \left(\frac{2}{3}y-\frac{1}{2}\right)\\
9(5y+2)\amp=12 - \frac{12}{1} \cdot\frac{2}{3}y-\frac{12}{1} \cdot \frac{1}{2}\\
45y+18\amp=12-8y+6\\
45y+18\amp=18-8y\\
45y+18\subtractright{18}\addright{8y}\amp=18-8y\subtractright{18}\addright{8y}\\
53y\amp=0\\
\divideunder{53y}{53}\amp=\divideunder{0}{53}\\
y\amp=0
\end{align*}
Let's check \(0\) in the original equation.
\begin{align*}
\frac{3}{2}(5y+2)\amp=2-2\left(\frac{2}{3}y-\frac{1}{2}\right)\\
\frac{3}{2}(5 \cdot \highlight{0}+2)\amp\stackrel{?}{=}2-2\left(\frac{2}{3} \cdot \highlight{0}-\frac{1}{2}\right)\\
\frac{3}{2}(0+2)\amp\stackrel{?}{=}2-2\left(0-\frac{1}{2}\right)\\
\frac{3}{2} \cdot \frac{2}{1}\amp\stackrel{?}{=}2-\frac{2}{1} \cdot -\frac{1}{2}\\
3\amp\stackrel{?}{=}2+1\\
3\amp\stackrel{\checkmark}{=}3
\end{align*}
The solution to the stated equation is \(0\) and the solution set is \(\{0\}\text{.}\)
Exercises Exercises
Determine the solution and solution set for each of the following equations
1.
Determine the solution and solution set for the equation \(2(t-3)-4(2-t)=4\text{.}\)
Solution
We'll begin by expanding on the left side of the equation and combing the like terms on that side of the equation. We'll then turn our attention to isolating the variable \(t\text{.}\)
\begin{align*}
2(t-3)-4(2-t)\amp=4\\
2t-6-8+4t\amp=4\\
6t-14\amp=4\\
6t-14\addright{14}\amp=4\addright{14}\\
6t\amp=18\\
\divideunder{6t}{6}\amp=\divideunder{18}{6}\\
t\amp=3
\end{align*}
Let's check the value of \(3\) in the stated equation.
\begin{align*}
2(t-3)-4(2-t)\amp=4\\
2(\highlight{3}-3)-4(2-\highlight{3})\amp\stackrel{?}{=}4\\
2 \cdot 0-4 \cdot -1\amp\stackrel{?}{=}4\\
0+4\amp\stackrel{?}{=}4\\
4\amp\stackrel{\checkmark}{=}4
\end{align*}
The solution to the stated equation is \(3\) and the solution set is \(\{3\}\text{.}\)
2.
Determine the solution and solution set for the equation \(-8-7x=2(4+3x)-(13x+16)\)
Solution
We'll begin by expanding on the right side of the equation and combing the like terms on that side of the equation. We'll then turn our attention to isolating the variable \(x\text{.}\)
\begin{align*}
-8-7x\amp=2(4+3x)-(13x+16)\\
-8-7x\amp=8+6x-13x-16\\
-8-7x\amp=-7x-8\\
-8-7x\addright{8+7x}\amp=-7x-8\addright{8+7x}\\
0\amp=0
\end{align*}
The last equation is an identity. This tells us that every real number is a solution to the given equation and that the solution set for the equation is \(\mathbb{R}\text{.}\)
3.
Determine the solution and solution set for the equation \(\frac{w-1}{2}=\frac{w+1}{3}-\frac{1}{2}\text{.}\)
Solution
We'll begin by clearing the equation of fractions. The least common denominator of the fractions in the equation is \(6\text{,}\) so we'll begin by multiplying both sides of the equation by \(6\text{.}\) We'll then expand and combine the like terms on the both sides of the equation and finally turn our attention to isolating \(w\text{.}\)
\begin{align*}
\frac{w-1}{2}\amp=\frac{w+1}{3}-\frac{1}{2}\\
\multiplyleft{6}\left(\frac{w-1}{2}\right)\amp=\multiplyleft{6}\left(\frac{w+1}{3}-\frac{1}{2}\right)\\
\frac{6}{1} \cdot \frac{w-1}{2}\amp=\frac{6}{1} \cdot \frac{w+1}{3}-\frac{6}{1} \cdot \frac{1}{2}\\
3(w-1)\amp=2(w+1)-3\\
3w-3\amp=2w+2-3\\
3w-3\amp=2w-1\\
3w-3\addright{3}\subtractright{w}\amp=2w-1\addright{3}\subtractright{w}\\
w\amp=2
\end{align*}
Lets check our potential solution, \(2\text{,}\) in the original equation.
\begin{align*}
\frac{w-1}{2}\amp=\frac{w+1}{3}-\frac{1}{2}\\
\frac{\highlight{2}-1}{2}\amp\stackrel{?}{=}\frac{\highlight{2}+1}{3}-\frac{1}{2}\\
\frac{1}{2}\amp\stackrel{?}{=}\frac{3}{3}-\frac{1}{2}\\
\frac{1}{2}\amp\stackrel{?}{=}1-\frac{1}{2}\\
\frac{1}{2}\amp\stackrel{\checkmark}{=}\frac{1}{2}
\end{align*}
The solution is \(2\) and the solution set is \(\{2\}\text{.}\)
4.
Determine the solution and solution set for the equation \(4=2(x-1)+\frac{1}{2}(x+4)\text{.}\)
Solution
We'll begin by multiplying both sides of the equation by \(2\) to eliminate the fraction from the equation. We'll then expand the left side of the equation and combine the like terms. Finally, we'll isolate \(x\) on the right side of the equation (since that is the only side on which the variable appears).
\begin{align*}
4\amp=2(x-1)+\frac{1}{2}(x+4)\\
\multiplyleft{2}4\amp=\multiplyleft{2}\left(2(x-1)+\frac{1}{2}(x+4)\right)\\
8\amp=2 \cdot 2(x-1)+\frac{2}{1} \cdot \frac{1}{2} (x+4)\\
8\amp=4(x-1)+1(x+4)\\
8\amp=4x-4+x+4\\
8\amp=5x\\
\divideunder{8}{5}\amp=\divideunder{5x}{5}\\
\frac{8}{5}\amp=x
\end{align*}
Let's check \(\frac{8}{5}\) in the stated equation.
\begin{align*}
4\amp=2(x-1)+\frac{1}{2}(x+4)\\
4\amp\stackrel{?}{=}2\left(\highlight{\frac{8}{5}}-1\right)+\frac{1}{2}\left(\highlight{\frac{8}{5}}+4\right)\\
4\amp\stackrel{?}{=}2\left(\frac{8}{5}-\frac{5}{5}\right)+\frac{1}{2}\left(\frac{8}{5}+\frac{20}{5}\right)\\
4\amp\stackrel{?}{=}\frac{2}{1} \cdot \frac{3}{5}+\frac{1}{2} \cdot \frac{28}{5}\\
4\amp\stackrel{?}{=}\frac{6}{5}+\frac{14}{5}\\
4\amp\stackrel{?}{=}\frac{20}{5}\\
4\amp\stackrel{\checkmark}{=}4
\end{align*}
The solution to the stated equation is \(\frac{8}{5}\) and the solution set is \(\left\{\frac{8}{5}\right\}\text{.}\)
5.
Determine the solution and solution set for the equation \(\frac{6y+3}{5}+\frac{4y-7}{3}+3=0\text{.}\)
Solution
We'll begin by multiplying both sides of the equation by \(15\) - this will clear away the fractions from the equation. We will then expand the left side of the equation and combine the like terms. We'll finish up by isolating \(y\) on the left side of the equation.
\begin{align*}
\frac{6y+3}{5}+\frac{4y-7}{3}+3\amp=0\\
\multiplyleft{15}\left(\frac{6y+3}{5}+\frac{4y-7}{3}+3\right)\amp=\multiplyleft{15}0\\
\frac{15}{1} \cdot \frac{6y+3}{5}+\frac{15}{1} \cdot \frac{4y-7}{3}+15 \cdot 3\amp=15 \cdot 0\\
3(6y+3)+5(4y-7)+45\amp=0\\
18y+9+20y-35+45\amp=0\\
38y+19\amp=0\\
38y+19\subtractright{19}\amp=0\subtractright{19}\\
38y\amp=-19\\
\divideunder{38y}{38}\amp=\divideunder{-19}{38}\\
y\amp=-\frac{1}{2}
\end{align*}
Let's check \(-\frac{1}{2}\) in the given equation.
\begin{align*}
\frac{6y+3}{5}+\frac{4y-7}{3}+3\amp=0\\
\frac{6 \cdot \highlight{-\frac{1}{2}}+3}{5}+\frac{4 \cdot \highlight{-\frac{1}{2}}-7}{3}+3\amp\stackrel{?}{=}0\\
\frac{-3+3}{5}+\frac{-2-7}{3}+3\amp\stackrel{?}{=}0\\
\frac{0}{5}+\frac{-9}{3}+3\amp\stackrel{?}{=}0\\
0-3+3\amp\stackrel{?}{=}0\\
0\amp\stackrel{\checkmark}{=}0
\end{align*}
The solution to the given equation is \(-\frac{1}{2}\) and the solution set is \(\left\{-\frac{1}{2}\right\}\text{.}\)
6.
Determine the solution and solution set for the equation \(4[2-4(x-1)]=9-(6x-35)\text{.}\)
Solution
We'll begin by expanding and combining like terms inside the square brackets. We'll then expand both sides of the equation and combine like terms on each side of the equation. We'll finish up by isolating \(x\) on the left side of the equation.
\begin{align*}
4[2-4(x-1)]\amp=9-(6x-35)\\
4[2-4x+4]\amp=9-(6x-35)\\
4[-4x+6]\amp=9-(6x-35)\\
-16x+24\amp=9-6x+35\\
-16x+24\amp=-6x+44\\
-16x+24\subtractright{24}\addright{6x}\amp=-6x+44\subtractright{24}\addright{6x}\\
-10x\amp=20\\
\divideunder{-10x}{-10}\amp=\divideunder{20}{-10}\\
x\amp=-2
\end{align*}
Let's check \(-2\) in the original equation.
\begin{align*}
4[2-4(x-1)]\amp=9-(6x-35)\\
4[2-4(\highlight{-2}-1)]\amp\stackrel{?}{=}9-(6 \cdot \highlight{-2}-35)\\
4[2-4 \cdot -3]\amp\stackrel{?}{=}9-(-12-35)\\
4[2+12]\amp\stackrel{?}{=}9-(-47)\\
4 \cdot 14\amp\stackrel{?}{=}9+47\\
56\amp\stackrel{\checkmark}{=}56
\end{align*}
The solution to the stated equation is \(-2\) and the solution set is \(\{-2\}\text{.}\)