Section3.1Solving Multistep Linear Equations and Inequalities
¶We have learned how to solve one-step equations and inequalities. In this section, we will learn how to solve multistep equations and inequalities.
Subsection3.1.1Solving Two-Step Equations
Example3.1.2
A water tank can hold \(140\) gallons of water, but it has only \(5\) gallons of water. A tap was turned on, pouring \(15\) gallons of water into the tank every minute. After how many minutes will the tank be full?
Let's find a pattern first.
Minutes since Tap | Amount of Water in |
Was Turned on | the Tank (in Gallons) |
\(0\) | \(5\) |
\(1\) | \(15\cdot1+5=20\) |
\(2\) | \(15\cdot2+5=35\) |
\(3\) | \(15\cdot3+5=50\) |
\(4\) | \(15\cdot4+5=65\) |
\(\vdots\) | \(\vdots\) |
\(m\) | \(15m+5\) |
We can see the tap can pour \(15m\) gallons of water into the tank in \(m\) minutes. The tank had \(5\) gallons of water in the beginning, so the amount of water in the tank can be modeled by \(15m+5\text{,}\) where \(m\) is the number of minutes since the tap was turned on. To find when the tank will be full (with \(140\) gallons of water), we can write the equation
First, we need to isolate the variable term, \(15m\text{,}\) in the equation. In other words, we need to remove \(5\) from the left side of the equals sign. We can do this by subtracting \(5\) from both sides of the equation. Once the variable term is isolated, we can eliminate the coefficient and solve for \(m\text{.}\)
The full process appears as:
Next, we need to substitute \(m\) with \(9\) in the equation \(15m+5=140\) to check the solution:
The solution \(9\) is checked.
In summary, the tank will be full after \(9\) minutes.
In solving the two-step equation in Example 3.1.2, we first isolated the variable expression \(15m\) and then eliminated the coefficient of \(15\) by dividing each side of the equation by \(15\text{.}\) These two steps will be at the heart of our approach to solving linear equations. For more complicated equations, we may need to simplify some of the expressions first. Below is a general approach to solving linear equations that we will use as we solve more and more complicated equations.
- Simplify
Simplify the expressions on each side of the equation by distributing and combining like terms.
- Isolate
Use addition or subtraction to separate the variable terms and constant terms (numbers) so that they are on different sides of the equation.
- Eliminate
Use multiplication or division to eliminate the variable term's coefficient.
- Check
Check the solution.
- Summarize
State the solution set or (in the case of an application problem) summarize the result in a complete sentence using appropriate units.
Let's look at some more examples.
Example3.1.5
Solve for \(y\) in the equation \(7-3y=-8\text{.}\)
To solve, we will first separate the variable terms and constant terms into different sides of the equation. Then we will eliminate the variable term's coefficient:
To check our solution, we will replace \(y\) with \(5\) in the original equation:
Therefore the solution to the equation \(7-3y=-8\) is \(5\) and the solution set is \(\{5\}\text{.}\)
Subsection3.1.2Solving Multistep Linear Equations
Example3.1.6
Shane has saved \(\$2{,}500.00\) in his savings account and is going to start saving \(\$550.00\) per month. Tammy has saved \(\$4{,}600.00\) in her savings account and is going to start saving \(\$250.00\) per month. If this situation continues, how many months later would Shane catch up with Tammy in savings?
Shane saves \(\$550.00\) per month, so he can save \(550m\) dollars in \(m\) months. Counting \(\$2{,}500.00\) already in his account, the amount of money in his account is \(550m+2500\) dollars. Similarly, the amount of money in Tammy's account is \(250m+4600\) dollars. To find when those two accounts will have the same amount of money, we write the equation
Here is the full process:
Checking the solution \(7\) in the equation \(550m+2500=250m+4600\text{,}\) we get:
In summary, Shane will catch up with Tammy in the savings account \(7\) months later.
Let's look at a few more examples.
Example3.1.7
Solve for \(x\) in \(5-2x=5x-9\text{.}\)
Checking the solution \(2\) in the equation \(5-2x=5x-9\text{,}\) we get:
Therefore the solution is \(2\) and the solution set is \(\{2\}\text{.}\)
Remark3.1.8
In Example 3.1.7, we could have moved variable terms to the right side of the equals sign, and number terms to the left side. We chose not to. There's no reason we couldn't have moved variable terms to the right side though. Let's compare:
Lastly, we could save a step by moving variable terms and number terms in one step:
This textbook will move variable terms and number terms separately throughout this chapter. Check with your instructor for their expectations.
Checkpoint3.1.9
The next example requires combining like terms.
Example3.1.10
Solve for \(n\) in \(n-9+3n=n-3n\text{.}\)
To start solving this equation, we'll need to combine like terms. After this, we can put all terms containing \(n\) on one side of the equation and finish solving for \(n\text{.}\)
Checking the solution \(\frac{3}{2}\) in the equation \(n-9+3n=n-3n\text{,}\) we get:
The solution to the equation \(n-9+3n=n-3n\) is \(\frac{3}{2}\) and the solution set is \(\left\{\frac{3}{2}\right\}\text{.}\)
Checkpoint3.1.11
Example3.1.12
Virginia is designing a rectangular garden. The garden's length must be \(4\) meters less than three times the width, and its perimeter must be \(40\) meters. Find the garden's length and width.
Reminder: A rectangle's perimeter formula is \(P=2(L+W)\text{,}\) where \(P\) stands for perimeter, \(L\) stands for length and \(W\) stands for width.
Assume the rectangle's width is \(W\) meters. We can then represent the length as \(3W-4\) meters since we are told that it is \(4\) meters less than three times the width. It's given that the perimeter is \(40\) meters. Substituting those values into the formula, we have:
The next step to solve this equation is to remove the parentheses by distribution.
To check this result, we'll want to replace \(6\) in the equation \(40=2(4W-4)\text{:}\)
To determine the length, recall that this was represented by \(3W-4\text{,}\) which is:
Thus the rectangle's width is \(6\) meters and the length is \(14\) meters.
Checkpoint3.1.13
We should be careful when we distribute a negative sign into the parentheses, like in the next example.
Example3.1.14
Solve for \(a\) in \(4-(3-a)=-2-2(2a+1)\text{.}\)
To solve this equation, we will simplify each side of the equation, manipulate it so that all variable terms are on one side and all constant terms are on the other, and then solve for \(a\text{:}\)
Checking the solution \(-1\) in the original equation, we get:
Therefore the solution to the equation is \(-1\) and the solution set is \(\{-1\}\text{.}\)
Subsection3.1.3Differentiating among Simplifying Expressions, Evaluating Expressions and Solving Equations
Let's look at the following similar, yet different examples.
Example3.1.15
Simplify the expression \(10-3(x+2)\text{.}\)
An equivalent result is \(4-3x\text{.}\) Note that our final result is an expression.
Example3.1.16
Evaluate the expression \(10-3(x+2)\) when \(x=2\) and when \(x=3\text{.}\)
We will substitute \(x=2\) into the expression:
When \(x=2\text{,}\) \(10-3(x+2)=-2\text{.}\)
Similarly, we will substitute \(x=3\) into the expression:
When \(x=3\text{,}\) \(10-3(x+2)=-5\text{.}\)
Note that the final results here are values of the original expression.
Example3.1.17
Solve the equation \(10-3(x+2)=x-16\text{.}\)
To check whether \(x=5\) is the correct solution of the equation, we substitute \(5\) for \(x\) into the equation, and we have:
We have checked that \(x=5\) is a solution of the equation \(10-3(x+2)=x-16\text{.}\)
Note that the final results here are solutions to the equations.
Let's summarize the differences among simplifying expressions, evaluating expressions and solving equations:
An expression like \(10-3(x+2)\) can be simplified to \(-3x+4\) (as in Example 3.1.15), but we cannot solve for \(x\) in an expression.
As \(x\) takes different values, an expression has different values. In Example 3.1.16, when \(x=2\text{,}\) \(10-3(x+2)=-2\text{;}\) but when \(x=3\text{,}\) \(10-3(x+2)=-5\text{.}\)
An equation connects two expressions with an equals sign. In Example 3.1.17, \(10-3(x+2)=x-16\) has the expression \(10-3(x+2)\) on the left side of equals sign, and the expression \(x-16\) on the right side.
When we solve the equation \(10-3(x+2)=x-16\text{,}\) we are looking for a number which makes those two expressions have the same value. In Example 3.1.17, we found the solution to be \(x=5\text{,}\) which makes both \(10-3(x+2)=-11\) and \(x-16=-11\text{,}\) as shown in the checking part.
Subsection3.1.4Solving Multistep Inequalities
When solving a linear inequality, we follow the same steps in List 3.1.4. The only difference in our steps to solving is that when we multiply or divide by a negative number on both sides of an inequality, the direction of the inequality symbol must switch. We will look at some examples.
- Simplify
Simplify the expressions on each side of the inequality by distributing and combining like terms.
- Isolate
Use addition or subtraction to isolate the variable terms and constant terms (numbers) so that they are on different sides of the inequality symbol.
- Eliminate
Use multiplication or division to eliminate the variable term's coefficient. If each side of the inequality is multiplied or divided by a negative number, switch the direction of the inequality symbol.
- Check
When specified, verify the infinite solution set by checking multiple solutions.
- Summarize
State the solution set or (in the case of an application problem) summarize the result in a complete sentence using appropriate units.
Example3.1.19
Solve for \(t\) in the inequality \(-3t+5\geq11\text{.}\) Write the solution set in both set-builder notation and interval notation.
Note that when we divided both sides of the inequality by \(-3\text{,}\) we had to switch the direction of the inequality symbol.
The solution set in set-builder notation is \(\{t\mid t\leq-2\}\text{.}\)
The solution set in interval notation is \((-\infty,-2]\text{.}\)
Remark3.1.20
Since the inequality solved in Example 3.1.19 has infinite solutions, it's difficult to check. We found that all values of \(t\) for which \(t\leq-2\) are solutions, so one approach is to check if \(-2\) is a solution and additionally if one other number less than \(-2\) is a solution.
Here, we'll check that \(-2\) satisfies this inequality:
Next, we can check another number smaller than \(-2\text{,}\) such as \(-5\text{:}\)
Thus both \(-2\) and \(-5\) are solutions. It's important to note that this doesn't directly verify that all solutions to this inequality check. It's valuable though in that it would likely help us catch an error if we had made one. Consult your instructor to see if you're expected to check your answer in this manner.
Example3.1.21
Solve for \(z\) in the inequality \((6z+5)-(2z-3)\lt-12\text{.}\) Write the solution set in both set-builder notation and interval notation.
Note that we divided both sides of the inequality by \(4\) and since this is a positive number we did not need to switch the direction of the inequality symbol.
The solution set in set-builder notation is \(\{z\mid z\lt-5\}\text{.}\)
The solution set in interval notation is \((-\infty,-5)\text{.}\)
Example3.1.22
Solve for \(x\) in \(-2-2(2x+1)\gt4-(3-x)\text{.}\) Write the solution set in both set-builder notation and interval notation.
Note that when we divided both sides of the inequality by \(-5\text{,}\) we had to switch the direction of the inequality symbol.
The solution set in set-builder notation is \(\{x\mid x\lt-1\}\text{.}\)
The solution set in interval notation is \((-\infty,-1)\text{.}\)
Example3.1.23
When a stopwatch started, the pressure inside a gas container was \(4.2\) atm (standard atmospheric pressure). As the container was heated, the pressure increased by \(0.7\) atm per minute. The maximum pressure the container can handle was \(21.7\) atm. Heating must be stopped once the pressure reaches \(21.7\) atm. In what time interval was the container safe?
The pressure increases by \(0.7\) atm per minute, so it increases by \(0.7m\) after \(m\) minutes. Counting in the original pressure of \(4.2\) atm, pressure in the container can be modeled by \(0.7m+4.2\text{,}\) where \(m\) is the number of minutes since the stop watch started.
The container is safe when the pressure is \(21.7\) atm or lower. We can write and solve this inequality:
In summary, the container was safe as long as \(m\leq25\text{.}\) Assuming that \(m\) also must be greater than or equal to zero, this means \(0\leq m\leq 25\text{.}\) We can write this as the time interval as \([0,25]\text{.}\) Thus the container was safe between 0 minutes and 25 minutes.
SubsectionExercises
Solving Two-Step Equations
1
Solve the equation.
\(\displaystyle{ {5p+5}={40} }\)
2
Solve the equation.
\(\displaystyle{ {2q+3}={23} }\)
3
Solve the equation.
\(\displaystyle{ {8y-2}={-18} }\)
4
Solve the equation.
\(\displaystyle{ {5r-6}={24} }\)
5
Solve the equation.
\(\displaystyle{ {-12} = {2a+4} }\)
6
Solve the equation.
\(\displaystyle{ {-32} = {7b+3} }\)
7
Solve the equation.
\(\displaystyle{ {-37} = {4A-1} }\)
8
Solve the equation.
\(\displaystyle{ {-15} = {10C-5} }\)
9
Solve the equation.
\(\displaystyle{ {-5m+6}={16} }\)
10
Solve the equation.
\(\displaystyle{ {-8p+3}={67} }\)
11
Solve the equation.
\(\displaystyle{ {-2q-10}={-20} }\)
12
Solve the equation.
\(\displaystyle{ {-5y-7}={28} }\)
13
Solve the equation.
\(\displaystyle{ {15} = {-r+6} }\)
14
Solve the equation.
\(\displaystyle{ {13} = {-a+10} }\)
15
Solve the equation.
\(\displaystyle{ {6b+42}={0} }\)
16
Solve the equation.
\(\displaystyle{ {3A+9}={0} }\)
Application Problems for Solving Two-Step Equations
17
A gym charges members \({\$35}\) for a registration fee, and then \({\$38}\) per month. You became a member some time ago, and now you have paid a total of \({\$415}\) to the gym. How many months have passed since you joined the gym?
months have passed since you joined the gym.
18
Your cell phone company charges a \({\$25}\) monthly fee, plus \({\$0.15}\) per minute of talk time. One month your cell phone bill was \({\$89.50}\text{.}\) How many minutes did you spend talking on the phone that month?
You spent talking on the phone that month.
19
A school purchased a batch of T-shirts from a company. The company charged \({\$9}\) per T-shirt, and gave the school a \({\$55}\) rebate. If the school had a net expense of \({\$2{,}735}\) from the purchase, how many T-shirts did the school buy?
The school purchased T-shirts.
20
Phil hired a face-painter for a birthday party. The painter charged a flat fee of \({\$100}\text{,}\) and then charged \({\$5.50}\) per person. In the end, Phil paid a total of \({\$210}\text{.}\) How many people used the face-painter’s service?
people used the face-painter’s service.
21
A certain country has \(110.26\) million acres of forest. Every year, the country loses \(1.49\) million acres of forest mainly due to deforestation for farming purposes. If this situation continues at this pace, how many years later will the country have only \(41.72\) million acres of forest left? (Use an equation to solve this problem.)
After years, this country would have \(41.72\) million acres of forest left.
22
Donna has \({\$74}\) in her piggy bank. She plans to purchase some Pokemon cards, which costs \({\$1.35}\) each. She plans to save \({\$48.35}\) to purchase another toy. At most how many Pokemon cards can he purchase?
Write an equation to solve this problem.
Donna can purchase at most Pokemon cards.
Solving Equations with Variable Terms on Both Sides
23
Solve the equation.
\({9a+8} = {a+64}\)
24
Solve the equation.
\({7b+3} = {b+33}\)
25
Solve the equation.
\(\displaystyle{ {-8A+8} = {-A-34} }\)
26
Solve the equation.
\(\displaystyle{ {-8B+10} = {-B-53} }\)
27
Solve the equation.
\(\displaystyle{ {5-5m} = {8m+70} }\)
28
Solve the equation.
\(\displaystyle{ {2-9p} = {8p+138} }\)
29
Solve the equation.
\(\displaystyle{ {7q+7}={3q+6} }\)
30
Solve the equation.
\(\displaystyle{ {3y+7}={10y+9} }\)
31
Solve the equation.
\(\displaystyle{ {9r+7} = {3r+61} }\)
\(\displaystyle{ {3q+7} = {9q-5} }\)
32
Solve the equation.
\(\displaystyle{ {8a+3} = {4a+19} }\)
\(\displaystyle{ {4B+3} = {8B-9} }\)
Application Problems for Solving Equations with Variable Terms on Both Sides
33
Use a linear equation to solve the word problem.
Two trees are \(7.5\) feet and \(17\) feet tall. The shorter tree grows \(2.5\) feet per year; the taller tree grows \(2\) feet per year. How many years later would the shorter tree catch up with the taller tree?
It would take the shorter tree years to catch up with the taller tree.
34
Use a linear equation to solve the word problem.
Massage Heaven and Massage You are competitors. Massage Heaven has \(6200\) registered customers, and it gets approximately \(900\) newly registered customers every month. Massage You has \(10100\) registered customers, and it gets approximately \(600\) newly registered customers every month. How many months would it take Massage Heaven to catch up with Massage You in the number of registered customers?
These two companies would have approximately the same number of registered customers months later.
35
Use a linear equation to solve the word problem.
Two truck rental companies have different rates. V-Haul has a base charge of \({\$70.00}\text{,}\) plus \({\$0.55}\) per mile. W-Haul has a base charge of \({\$51.10}\text{,}\) plus \({\$0.70}\) per mile. For how many miles would these two companies charge the same amount?
If a driver drives miles, those two companies would charge the same amount of money.
36
Use a linear equation to solve the word problem.
Massage Heaven and Massage You are competitors. Massage Heaven has \(8800\) registered customers, but it is losing approximately \(250\) registered customers every month. Massage You has \(2950\) registered customers, and it gets approximately \(200\) newly registered customers every month. How many months would it take Massage Heaven to catch up with Massage You in the number of registered customers?
These two companies would have approximately the same number of registered customers months later.
37
Use a linear equation to solve the word problem.
Sherial has \({\$90.00}\) in her piggy bank, and she spends \({\$1.50}\) every day.
Rebecca has \({\$26.00}\) in her piggy bank, and she saves \({\$2.50}\) every day.
If they continue to spend and save money this way, how many days later would they have the same amount of money in their piggy banks?
days later, Sherial and Rebecca will have the same amount of money in their piggy banks.
38
Use a linear equation to solve the word problem.
Laney has \({\$65.00}\) in her piggy bank, and she spends \({\$1.50}\) every day.
Kim has \({\$19.50}\) in her piggy bank, and she saves \({\$2.00}\) every day.
If they continue to spend and save money this way, how many days later would they have the same amount of money in their piggy banks?
days later, Laney and Kim will have the same amount of money in their piggy banks.
Solving Linear Equations with Like Terms
39
Solve the equation.
\(\displaystyle{ {3y+5y+4}={28} }\)
40
Solve the equation.
\(\displaystyle{ {9r+9r+4}={184} }\)
41
Solve the equation.
\(\displaystyle{ {6a+4+6}={52} }\)
42
Solve the equation.
\(\displaystyle{ {3b+7+5}={27} }\)
43
Solve the equation.
\(\displaystyle{ {-3+2}={-10A-A-67} }\)
44
Solve the equation.
\(\displaystyle{ {-6+6}={-3B-B-24} }\)
45
Solve the equation.
\(\displaystyle{ {2r+10-8r}={40} }\)
46
Solve the equation.
\(\displaystyle{ {4t+4-8t}={36} }\)
47
Solve the equation.
\(\displaystyle{ {-6t+8+t}={-42} }\)
48
Solve the equation.
\(\displaystyle{ {-3x+3+x}={-7} }\)
49
Solve the equation.
\({2}={-8r-7-r}\)
50
Solve the equation.
\({32}={-5a-10-a}\)
51
Solve the equation.
\(\displaystyle{ {2-b-b}={-5+\left(-9\right)} }\)
52
Solve the equation.
\(\displaystyle{ {7-A-A}={-9+12} }\)
53
Solve the equation.
\(\displaystyle{ {3-4B-7}={-4} }\)
54
Solve the equation.
\(\displaystyle{ {5-2m-9}={-4} }\)
55
Solve the equation.
\(\displaystyle{ {-3+\left(-7\right)}={7n-9-2n+2-6n} }\)
56
Solve the equation.
\(\displaystyle{ {-9+14}={4q-7-3q+5-2q} }\)
57
Solve the equation.
\(\displaystyle{ {x-10-10x} = {-4-4x+4} }\)
58
Solve the equation.
\(\displaystyle{ {r-7-5r} = {-10-6r+13} }\)
59
Solve the equation.
\(\displaystyle{ -7a+4a = 8-4a-16 }\)
60
Solve the equation.
\(\displaystyle{ -10b+2b = 5-4b-17 }\)
61
Solve the equation.
\({6A+7} = {-3A+7-4A}\)
62
Solve the equation.
\({3B+10} = {-9B+10-4B}\)
Application Problems for Solving Linear Equations with Like Terms
63
A \(174\)-meter rope is cut into two segments. The longer segment is \(28\) meters longer than the shorter segment. Write and solve a linear equation to find the length of each segment. Include units.
The segments are and long.
64
In a doctor’s office, the receptionist’s annual salary is \({\$161{,}000}\) less than that of the doctor. Together, the doctor and the receptionist make \({\$225{,}000}\) per year. Find each person’s annual income.
The receptionist’s annual income is .
The doctor’s annual income is .
65
Aaron and Kimball went picking strawberries. Aaron picked \(150\) fewer strawberries than Kimball did. Together, they picked \(244\) strawberries. How many strawberries did Kimball pick?
Kimball picked strawberries.
66
Charity and Connor collect stamps. Connor collected \(26\) fewer than four times the number of Charity’s stamps. Altogether, they collected \(509\) stamps. How many stamps did Charity and Connor collect?
Charity collected stamps.
Connor collected stamps.
67
Kayla and Casandra sold girl scout cookies. Kayla’s sales were \({\$23}\) more than three times of Casandra’s. Altogether, their sales were \({\$403}\text{.}\) How much did each girl sell?
Kayla’s sales were .
Casandra’s sales were .
68
A hockey team played a total of \(126\) games last season. The number of games they won was \(11\) more than four times of the number of games they lost.
Write and solve an equation to answer the following questions.
The team lost games.
The team won games.
Solving Linear Equations with Parentheses
69
Solve the equation.
\(\displaystyle{ {8\!\left(b+9\right)}={152} }\)
70
Solve the equation.
\(\displaystyle{ {5\!\left(A+7\right)}={55} }\)
71
Solve the equation.
\(\displaystyle{ {2\!\left(B-4\right)}={2} }\)
72
Solve the equation.
\(\displaystyle{ {8\!\left(m-1\right)}={-64} }\)
73
Solve the equation.
\(\displaystyle{ {-60}={-5\!\left(n+6\right)} }\)
74
Solve the equation.
\(\displaystyle{ {-2}={-2\!\left(q+10\right)} }\)
75
Solve the equation.
\(\displaystyle{ {77}={-7\!\left(x-5\right)} }\)
76
Solve the equation.
\(\displaystyle{ {-4}={-4\!\left(r-9\right)} }\)
77
Solve the equation.
\(\displaystyle{ {-\left(t-3\right)}={-7} }\)
78
Solve the equation.
\(\displaystyle{ {-\left(b-7\right)}={4} }\)
79
Solve the equation.
\(\displaystyle{ {-12}={-\left(3-A\right)} }\)
80
Solve the equation.
\(\displaystyle{ {-3}={-\left(10-B\right)} }\)
81
Solve the equation.
\(\displaystyle{ {7\!\left(10m-10\right)}={70} }\)
82
Solve the equation.
\(\displaystyle{ {4\!\left(4n-10\right)}={-104} }\)
83
Solve the equation.
\(\displaystyle{ {60}={-5\!\left(8-2q\right)} }\)
84
Solve the equation.
\(\displaystyle{ {136}={-4\!\left(2-4x\right)} }\)
85
Solve the equation.
\(\displaystyle{ {3+\left(r+5\right)}={10} }\)
\(\displaystyle{ {3-\left(r+5\right)}={10} }\)
86
Solve the equation.
\(\displaystyle{ {9+\left(t+2\right)}={21} }\)
\(\displaystyle{ {9-\left(t+2\right)}={21} }\)
87
Solve the equation.
\(\displaystyle{ {3+8\!\left(b+10\right)}={155} }\)
88
Solve the equation.
\(\displaystyle{ {1+10\!\left(A+9\right)}={121} }\)
89
Solve the equation.
\(\displaystyle{ {4-7\!\left(B+9\right)}={-38} }\)
90
Solve the equation.
\(\displaystyle{ {3-9\!\left(m+9\right)}={3} }\)
91
Solve the equation.
\(\displaystyle{ {8}={2-2\!\left(n-9\right)} }\)
92
Solve the equation.
\(\displaystyle{ {56}={8-6\!\left(q-9\right)} }\)
93
Solve the equation.
\(\displaystyle{ 3-10(x-9)=143 }\)
94
Solve the equation.
\(\displaystyle{ 1-7(r-9)=-6 }\)
95
Solve the equation.
\(\displaystyle{ {9}={9-\left(4-t\right)} }\)
96
Solve the equation.
\(\displaystyle{ {4}={7-\left(1-b\right)} }\)
97
Solve the equation.
\(\displaystyle{ {1-\left(c+8\right)}={1} }\)
98
Solve the equation.
\(\displaystyle{ {4-\left(B+10\right)}={-14} }\)
99
Solve the equation.
\(\displaystyle{ {3\!\left(m+5\right)-8\!\left(m-6\right)}={38} }\)
100
Solve the equation.
\(\displaystyle{ {5\!\left(n+9\right)-7\!\left(n-1\right)}={42} }\)
101
Solve the equation.
\(\displaystyle{ {4+7\!\left(q-3\right)}={9-\left(6-3q\right)} }\)
102
Solve the equation.
\(\displaystyle{ {2+9\!\left(x-9\right)}={-54-\left(1-3x\right)} }\)
103
Solve the equation.
\(\displaystyle{ {10\!\left(r-1\right)-r}={14-4\!\left(6+3r\right)} }\)
104
Solve the equation.
\(\displaystyle{ {8\!\left(t-5\right)-t}={-170-4\!\left(2+4t\right)} }\)
105
Solve the equation.
\(\displaystyle{ {3\!\left(-14b+10\right)}={6\!\left(-10-8b\right)} }\)
106
Solve the equation.
\(\displaystyle{ {9\!\left(-14c+4\right)}={18\!\left(-7-8c\right)} }\)
107
Solve the equation.
\(\displaystyle{ {29+4\!\left(5-3B\right)}={-5\!\left(B-8\right)+9} }\)
108
Solve the equation.
\(\displaystyle{ {11+2\!\left(2-2m\right)}={-5\!\left(m-1\right)+10} }\)
Application Problems for Solving Linear Equations with Parentheses
109
A rectangle’s perimeter is \({94\ {\rm cm}}\text{.}\) Its base is \({29\ {\rm cm}}\text{.}\)
Its height is .
110
A rectangle’s perimeter is \({56\ {\rm m}}\text{.}\) Its width is \({10\ {\rm m}}\text{.}\) Use an equation to solve for the rectangle’s length.
Its length is .
111
A rectangle’s perimeter is \({70\ {\rm in}}\text{.}\) Its length is \({5\ {\rm in}}\) longer than its width. Use an equation to find the rectangle’s length and width.
Its width is .
Its length is .
112
A rectangle’s perimeter is \({210\ {\rm cm}}\text{.}\) Its length is \(4\) times as long as its width. Use an equation to find the rectangle’s length and width.
It’s width is .
Its length is .
113
A rectangle’s perimeter is \({92\ {\rm ft}}\text{.}\) Its length is \({2\ {\rm ft}}\) shorter than three times of its width. Use an equation to find the rectangle’s length and width.
Its width is .
Its length is .
114
A rectangle’s perimeter is \({152\ {\rm ft}}\text{.}\) Its length is \({4\ {\rm ft}}\) longer than two times of its width. Use an equation to find the rectangle’s length and width.
Its width is .
Its length is .
Comparisons
115
Solve the equation.
\(\displaystyle{ {-c+6}={6} }\)
\(\displaystyle{ {-m+6}={-6} }\)
\(\displaystyle{ {-y-6}={6} }\)
\(\displaystyle{ {-r-6}={-6} }\)
116
Solve the equation.
\(\displaystyle{ {-B+6}={6} }\)
\(\displaystyle{ {-b+6}={-6} }\)
\(\displaystyle{ {-A-6}={6} }\)
\(\displaystyle{ {-p-6}={-6} }\)
117
-
Solve the following linear equation:
\(\displaystyle{ {r-8}={2} }\)
-
Evaluate the following expression when \(r=10\text{:}\)
\(\displaystyle{{r-8}=}\)
118
-
Solve the following linear equation:
\(\displaystyle{ {t+4}={9} }\)
-
Evaluate the following expression when \(t=5\text{:}\)
\(\displaystyle{{t+4}=}\)
119
-
Solve the following linear equation:
\(\displaystyle{ {3\!\left(t+5\right)-9}={24} }\)
-
Evaluate the following expression when \(t=6\text{:}\)
\(\displaystyle{{3\!\left(t+5\right)-9}=}\)
-
Simplify the following expression:
\(\displaystyle{{3\!\left(t+5\right)-9}=}\)
120
-
Solve the following linear equation:
\(\displaystyle{ {2\!\left(x-6\right)+5}={13} }\)
-
Evaluate the following expression when \(x=10\text{:}\)
\(\displaystyle{{2\!\left(x-6\right)+5}=}\)
-
Simplify the following expression:
\(\displaystyle{{2\!\left(x-6\right)+5}=}\)
121
Choose True or False for the following questions about the difference between expressions and equations.
\(\text{We can evaluate }-7x+4=4x-7\text{ when }x=1\)
True
False
\(4x-7\text{ is an equation.}\)
True
False
\(-7x+4\text{ is an expression.}\)
True
False
\(-7x+4=4x-7\text{ is an expression.}\)
True
False
\(\text{We can check whether }x=1\text{ is a solution of }-7x+4.\)
True
False
\(-7x+4=4x-7\text{ is an equation.}\)
True
False
\(\text{We can evaluate }-7x+4\text{ when }x=1\)
True
False
\(\text{We can check whether }x=1\text{ is a solution of }-7x+4=4x-7.\)
True
False
122
Choose True or False for the following questions about the difference between expressions and equations.
\(-5x-4\text{ is an expression.}\)
True
False
\(-5x-4=-4x-5\text{ is an equation.}\)
True
False
\(-4x-5\text{ is an equation.}\)
True
False
\(\text{We can check whether }x=1\text{ is a solution of }-5x-4.\)
True
False
\(\text{We can evaluate }-5x-4\text{ when }x=1\)
True
False
\(\text{We can check whether }x=1\text{ is a solution of }-5x-4=-4x-5.\)
True
False
\(-5x-4=-4x-5\text{ is an expression.}\)
True
False
\(\text{We can evaluate }-5x-4=-4x-5\text{ when }x=1\)
True
False
Solving Linear Inequalities
123
Solve this inequality.
\(\displaystyle{ {5x+10} > {35} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
124
Solve this inequality.
\(\displaystyle{ {6x+7} > {61} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
125
Solve this inequality.
\(\displaystyle{ {25} \geq {7x-3} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
126
Solve this inequality.
\(\displaystyle{ {59} \geq {8x-5} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
127
Solve this inequality.
\(\displaystyle{ {24} \leq {6-9x} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
128
Solve this inequality.
\(\displaystyle{ {63} \leq {3-10x} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
129
Solve this inequality.
\(\displaystyle{ {-2x-9} \lt {-29} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
130
Solve this inequality.
\(\displaystyle{ {-3x-6} \lt {-21} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
131
Solve this inequality.
\(\displaystyle{ {2} \geq {-5x+2} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
132
Solve this inequality.
\(\displaystyle{ {5} \geq {-6x+5} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
133
Solve this inequality.
\(\displaystyle{ {-5} > {3-x} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
134
Solve this inequality.
\(\displaystyle{ {-3} > {3-x} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
135
Solve this inequality.
\(\displaystyle{ {8\!\left(x+5\right)} \geq {112} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
136
Solve this inequality.
\(\displaystyle{ {9\!\left(x+9\right)} \geq {135} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
137
Solve this inequality.
\(\displaystyle{ {10t+2} \lt {2t+18} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
138
Solve this inequality.
\(\displaystyle{ {6t+8} \lt {4t+26} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
139
Solve this inequality.
\(\displaystyle{ {-4z+5} \leq {-z-16} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
140
Solve this inequality.
\(\displaystyle{ {-4z+2} \leq {-z-16} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
141
Solve this inequality.
\(\displaystyle{ {a-5-8a} > {-10-10a+26} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
142
Solve this inequality.
\(\displaystyle{ {a-6-5a} > {-5-8a+35} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
143
Solve this inequality.
\(\displaystyle{ {-8p+2-5p} \geq {7p+2} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
144
Solve this inequality.
\(\displaystyle{ {-3p+8-3p} \geq {8p+8} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
145
Solve this inequality.
\(\displaystyle{ {18} \lt {-9\!\left(p-4\right)} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
146
Solve this inequality.
\(\displaystyle{ {200} \lt {-10\!\left(p-10\right)} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
147
Solve this inequality.
\(\displaystyle{ {-\left(x-7\right)} \geq {17} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
148
Solve this inequality.
\(\displaystyle{ {-\left(x-3\right)} \geq {12} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
149
Solve this inequality.
\(\displaystyle{ {133} \leq {3-10\!\left(z-8\right)} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
150
Solve this inequality.
\(\displaystyle{ {11} \leq {4-7\!\left(z-5\right)} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
151
Solve this inequality.
\(\displaystyle{ {3-\left(y+7\right)} \lt {5} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
152
Solve this inequality.
\(\displaystyle{ {3-\left(y+10\right)} \lt {-7} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
153
Solve this inequality.
\(\displaystyle{ {4+9\!\left(x-10\right)} \lt {-67-\left(1-3x\right)} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
154
Solve this inequality.
\(\displaystyle{ {5+7\!\left(x-5\right)} \lt {-35-\left(1-5x\right)} }\)
In set-builder notation, the solution set is .
In interval notation, the solution set is .
Application Problems for Linear Inequalities
155
You are riding in a taxi and can only pay with cash. You have to pay a flat fee of \({\$40}\text{,}\) and then pay \({\$3.40}\) per mile. You have a total of \({\$244}\) in your pocket.
Let \(x\) be the number of miles the taxi will drive you. You want to know how many miles you can afford. Write an inequality to represent this situation in terms of how many miles you can afford:
Solve this inequality. At most how many miles can you afford?
You can afford at most miles.
Use interval notation to express the number of miles you can afford.
156
You are riding in a taxi and can only pay with cash. You have to pay a flat fee of \({\$20}\text{,}\) and then pay \({\$3}\) per mile. You have a total of \({\$110}\) in your pocket.
Let \(x\) be the number of miles the taxi will drive you. You want to know how many miles you can afford. Write an inequality to represent this situation in terms of how many miles you can afford:
Solve this inequality. At most how many miles can you afford?
You can afford at most miles.
Use interval notation to express the number of miles you can afford.
157
A car rental company offers the following two plans for renting a car:
Plan A: \(\$28\) per day and \(12\) cents per mile
Plan B: \(\$49\) dollars per day with free unlimited mileage
How many miles must one drive in order to justify choosing Plan B?
One must drive more than miles to justify choosing Plan B. In other words, it’s more economical to use plan B if your number of miles driven will be in the interval (answer with interval notation).
158
A car rental company offers the following two plans for renting a car:
Plan A: \(\$32\) per day and \(13\) cents per mile
Plan B: \(\$45\) dollars per day with free unlimited mileage
How many miles must one drive in order to justify choosing Plan B?
One must drive more than miles to justify choosing Plan B. In other words, it’s more economical to use plan B if your number of miles driven will be in the interval (answer with interval notation).
159
You are offered two different sales jobs. The first company offers a straight commission of \(5\%\) of the sales. The second company offers a salary of \(\$330\) per week plus \(2\%\) of the sales. How much would you have to sell in a week in order for the straight commission offer to be at least as good?
You’d have to sell more than worth of goods for the straight commission to be better for you. In other words, the dollar amount of goods sold would have to be in the interval (answer using interval notation).
160
You are offered two different sales jobs. The first company offers a straight commission of \(3\%\) of the sales. The second company offers a salary of \(\$460\) per week plus \(2\%\) of the sales. How much would you have to sell in a week in order for the straight commission offer to be at least as good?
You’d have to sell more than worth of goods for the straight commission to be better for you. In other words, the dollar amount of goods sold would have to be in the interval (answer using interval notation).