Section 3.1 Solving Multistep Linear Equations
We have learned how to solve one-step equations in Section 2.5. In this section, we will learn how to solve multistep equations.
Subsection 3.1.1 Solving Two-Step Equations
Example 3.1.1.
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 that after \(m\) minutes, the tank has \(15m+5\) gallons of water. This makes sense since the tap pours \(15m\) gallons of water into the tank in \(m\) minutes and it had \(5\) gallons to start with. 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 is:
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.1, 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.
Let's look at some more examples.
Example 3.1.4.
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.
Checking the solution \(y=5\text{:}\)
Therefore, the solution to the equation \(7-3y=-8\) is \(5\) and the solution set is \(\{5\}\text{.}\)
Subsection 3.1.2 Solving Multistep Linear Equations
Example 3.1.5.
Ahmed has saved \(\$2{,}500.00\) in his savings account and is going to start saving \(\$550.00\) per month. Julia 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 Ahmed catch up with Julia in savings?
Ahmed saves \(\$550.00\) per month, so he can save \(550m\) dollars in \(m\) months. With the \(\$2{,}500.00\) he started with, after \(m\) months he has \(550m+2500\) dollars. Similarly, after \(m\) months, Julia has \(250m+4600\) dollars. To find when those two accounts will have the same amount of money, we write the equation
Checking the solution \(7\text{:}\)
In summary, Ahmed will catch up with Julia's savings in \(7\) months.
Example 3.1.6.
Solve for \(x\) in \(5-2x=5x-9\text{.}\)
Checking the solution \(2\text{:}\)
Therefore, the solution is \(2\) and the solution set is \(\{2\}\text{.}\)
Remark 3.1.7.
In Example 3.1.6, 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.
Checkpoint 3.1.8.
The next example requires combining like terms.
Example 3.1.9.
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}\text{:}\)
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{.}\)
Checkpoint 3.1.10.
Example 3.1.11.
Azul is designing a rectangular garden and they have \(40\) meters of wood for the border. Their 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.
Let Azul's garden width be \(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.
Checking the solution \(W=6\text{:}\)
To determine the length, recall that this was represented by \(3W-4\text{,}\) which is:
Thus, the width of Azul's garden is \(6\) meters and the length is \(14\) meters.
Checkpoint 3.1.12.
We should be careful when we distribute a negative sign into the parentheses, like in the next example.
Example 3.1.13.
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\text{:}\)
Therefore, the solution to the equation is \(-1\) and the solution set is \(\{-1\}\text{.}\)
Subsection 3.1.3 Differentiating between Simplifying Expressions, Evaluating Expressions, and Solving Equations
Let's look at the following similar, yet different, examples.
Example 3.1.14.
Simplify the expression \(10-3(x+2)\text{.}\)
An equivalent result is \(4-3x\text{.}\) Note that our final result is an expression.
Example 3.1.15.
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.
Example 3.1.16.
Solve the equation \(10-3(x+2)=x-16\text{.}\)
Checking the solution \(x=5\text{:}\)
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.
Exercises 3.1.4 Exercises
Warmup and Review
1.
Solve the equation.
\(\displaystyle{ {t+1}={-7} }\)
2.
Solve the equation.
\(\displaystyle{ {t+7}={3} }\)
3.
Solve the equation.
\(\displaystyle{ {x-4}={-1} }\)
4.
Solve the equation.
\(\displaystyle{ {x-10}={-3} }\)
5.
Solve the equation.
\(\displaystyle{ {12}={-6y} }\)
6.
Solve the equation.
\(\displaystyle{ {64}={-8y} }\)
7.
Solve the equation.
\(\displaystyle{ {{\frac{9}{10}}A} = {6} }\)
8.
Solve the equation.
\(\displaystyle{ {{\frac{4}{7}}B} = {5} }\)
Solving Two-Step Equations
9.
Solve the equation.
\(\displaystyle{ {4m+6}={34} }\)
10.
Solve the equation.
\(\displaystyle{ {9n+5}={23} }\)
11.
Solve the equation.
\(\displaystyle{ {6q-3}={-9} }\)
12.
Solve the equation.
\(\displaystyle{ {3x-1}={23} }\)
13.
Solve the equation.
\(\displaystyle{ {-66} = {9r+6} }\)
14.
Solve the equation.
\(\displaystyle{ {-20} = {6t+4} }\)
15.
Solve the equation.
\(\displaystyle{ {-26} = {3b-2} }\)
16.
Solve the equation.
\(\displaystyle{ {8} = {9A-1} }\)
17.
Solve the equation.
\(\displaystyle{ {-6B+8}={20} }\)
18.
Solve the equation.
\(\displaystyle{ {-10m+5}={75} }\)
19.
Solve the equation.
\(\displaystyle{ {-4n-3}={-27} }\)
20.
Solve the equation.
\(\displaystyle{ {-7q-10}={32} }\)
21.
Solve the equation.
\(\displaystyle{ {17} = {-x+7} }\)
22.
Solve the equation.
\(\displaystyle{ {5} = {-r+1} }\)
23.
Solve the equation.
\(\displaystyle{ {5t+30} = {0} }\)
24.
Solve the equation.
\(\displaystyle{ {2b+4} = {0} }\)
Application Problems for Solving Two-Step Equations
25.
A gym charges members \({\$30}\) for a registration fee, and then \({\$34}\) per month. You became a member some time ago, and now you have paid a total of \({\$438}\) to the gym. How many months have passed since you joined the gym?
months have passed since you joined the gym.
26.
Your cell phone company charges a \({\$22}\) monthly fee, plus \({\$0.13}\) per minute of talk time. One month your cell phone bill was \({\$80.50}\text{.}\) How many minutes did you spend talking on the phone that month?
You spent talking on the phone that month.
27.
A school purchased a batch of T-shirts from a company. The company charged \({\$8}\) per T-shirt, and gave the school a \({\$100}\) rebate. If the school had a net expense of \({\$2{,}540}\) from the purchase, how many T-shirts did the school buy?
The school purchased T-shirts.
28.
Barbara hired a face-painter for a birthday party. The painter charged a flat fee of \({\$95}\text{,}\) and then charged \({\$4.50}\) per person. In the end, Barbara paid a total of \({\$189.50}\text{.}\) How many people used the face-painterâs service?
people used the face-painterâs service.
29.
A certain country has \(741.81\) million acres of forest. Every year, the country loses \(9.39\) 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 \(450.72\) million acres of forest left? (Use an equation to solve this problem.)
After years, this country would have \(450.72\) million acres of forest left.
30.
Dave has \({\$71}\) in his piggy bank. He plans to purchase some Pokemon cards, which costs \({\$2.35}\) each. He plans to save \({\$54.55}\) to purchase another toy. At most how many Pokemon cards can he purchase?
Write an equation to solve this problem.
Dave can purchase at most Pokemon cards.
Solving Equations with Variable Terms on Both Sides
31.
Solve the equation.
\({8r+9} = {r+79}\)
32.
Solve the equation.
\({7t+4} = {t+46}\)
33.
Solve the equation.
\(\displaystyle{ {-10b+7} = {-b-29} }\)
34.
Solve the equation.
\(\displaystyle{ {-6c+2} = {-c-3} }\)
35.
Solve the equation.
\(\displaystyle{ {3-6B} = {10B+51} }\)
36.
Solve the equation.
\(\displaystyle{ {9-10m} = {10m+109} }\)
37.
Solve the equation.
\(\displaystyle{ {8n+10}={3n+4} }\)
38.
Solve the equation.
\(\displaystyle{ {3q+8}={10q+10} }\)
39.
Solve the equation.
\(\displaystyle{ {6x+9} = {3x+36} }\)
\(\displaystyle{ {3n+9} = {6n-21} }\)
40.
Solve the equation.
\(\displaystyle{ {8r+5} = {5r+14} }\)
\(\displaystyle{ {5c+5} = {8c-4} }\)
Application Problems for Solving Equations with Variable Terms on Both Sides
41.
Use a linear equation to solve the word problem.
Two trees are \(9.5\) feet and \(14.5\) feet tall. The shorter tree grows \(2\) feet per year; the taller tree grows \(1.5\) 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.
42.
Use a linear equation to solve the word problem.
Massage Heaven and Massage You are competitors. Massage Heaven has \(5100\) registered customers, and it gets approximately \(800\) newly registered customers every month. Massage You has \(6500\) registered customers, and it gets approximately \(700\) 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.
43.
Use a linear equation to solve the word problem.
Two truck rental companies have different rates. V-Haul has a base charge of \({\$65.00}\text{,}\) plus \({\$0.50}\) per mile. W-Haul has a base charge of \({\$31.50}\text{,}\) plus \({\$0.75}\) 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.
44.
Use a linear equation to solve the word problem.
Massage Heaven and Massage You are competitors. Massage Heaven has \(9500\) registered customers, but it is losing approximately \(200\) registered customers every month. Massage You has \(2300\) registered customers, and it gets approximately \(400\) 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.
45.
Use a linear equation to solve the word problem.
Penelope has \({\$100.00}\) in her piggy bank, and she spends \({\$4.00}\) every day. Adrian has \({\$28.00}\) 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, Penelope and Adrian will have the same amount of money in their piggy banks.
46.
Use a linear equation to solve the word problem.
Irene has \({\$100.00}\) in her piggy bank, and she spends \({\$4.00}\) every day. Nicholas has \({\$16.00}\) in his piggy bank, and he 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, Irene and Nicholas will have the same amount of money in their piggy banks.
Solving Linear Equations with Like Terms
47.
Solve the equation.
\(\displaystyle{ {2q+6q+6}={54} }\)
48.
Solve the equation.
\(\displaystyle{ {8x+10x+5}={59} }\)
49.
Solve the equation.
\(\displaystyle{ {4r+4+9}={53} }\)
50.
Solve the equation.
\(\displaystyle{ {10t+8+8}={86} }\)
51.
Solve the equation.
\(\displaystyle{ {-4+3}={-7b-b-25} }\)
52.
Solve the equation.
\(\displaystyle{ {-8+7}={-10c-c-34} }\)
53.
Solve the equation.
\(\displaystyle{ {5r+10-9r}={22} }\)
54.
Solve the equation.
\(\displaystyle{ {4r+5-9r}={30} }\)
55.
Solve the equation.
\(\displaystyle{ {-4t+9+t}={24} }\)
56.
Solve the equation.
\(\displaystyle{ {-10t+4+t}={-86} }\)
57.
Solve the equation.
\({-35}={-6x-7-x}\)
58.
Solve the equation.
\({6}={-3r-2-r}\)
59.
Solve the equation.
\(\displaystyle{ {9-t-t}={-6+31} }\)
60.
Solve the equation.
\(\displaystyle{ {6-b-b}={-10+2} }\)
61.
Solve the equation.
\(\displaystyle{ {2-7c-7}={-5} }\)
62.
Solve the equation.
\(\displaystyle{ {5-4B-9}={-4} }\)
63.
Solve the equation.
\(\displaystyle{ {C-6-4C} = {-2-7C+8} }\)
64.
Solve the equation.
\(\displaystyle{ {n-3-7n} = {-8-3n+17} }\)
65.
Solve the equation.
\(\displaystyle{ -9q+5q = 6-7q-12 }\)
66.
Solve the equation.
\(\displaystyle{ -8x+3x = 3-7x-19 }\)
67.
Solve the equation.
\({2r+9} = {-10r+9-7r}\)
68.
Solve the equation.
\({8t+4} = {-7t+4-7t}\)
69.
Solve the equation.
\(\displaystyle{ {-8+14}={5b-6-8b+5+2b} }\)
70.
Solve the equation.
\(\displaystyle{ {-3+0}={2c-6-6c+5+3c} }\)
Application Problems for Solving Linear Equations with Like Terms
71.
A \(160\)-meter rope is cut into two segments. The longer segment is \(24\) 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.
72.
In a doctorâs office, the receptionistâs annual salary is \({\$156{,}000}\) less than that of the doctor. Together, the doctor and the receptionist make \({\$216{,}000}\) per year. Find each personâs annual income.
The receptionistâs annual income is . The doctorâs annual income is .
73.
Dennis and Kenji went picking strawberries. Dennis picked \(94\) fewer strawberries than Kenji did. Together, they picked \(274\) strawberries. How many strawberries did Kenji pick?
Kenji picked strawberries.
74.
Katherine and Corey collect stamps. Corey collected \(23\) fewer than five times the number of Katherineâs stamps. Altogether, they collected \(1129\) stamps. How many stamps did Katherine and Corey collect?
Katherine collected stamps. Corey collected stamps.
75.
Olivia and Kandace sold girl scout cookies. Oliviaâs sales were \({\$20}\) more than three times of Kandaceâs. Altogether, their sales were \({\$336}\text{.}\) How much did each girl sell?
Oliviaâs sales were . Kandaceâs sales were .
76.
A hockey team played a total of \(125\) games last season. The number of games they won was \(20\) 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.
77.
After a \(35\%\) increase, a town has \(405\) people. What was the population before the increase?
Before the increase, the townâs population was .
78.
After a \(25\%\) increase, a town has \(500\) people. What was the population before the increase?
Before the increase, the townâs population was .
Solving Linear Equations Involving Distribution
79.
Solve the equation.
\(\displaystyle{ {10\!\left(c+6\right)}={150} }\)
80.
Solve the equation.
\(\displaystyle{ {6\!\left(B+4\right)}={48} }\)
81.
Solve the equation.
\(\displaystyle{ {3\!\left(C-1\right)}={6} }\)
82.
Solve the equation.
\(\displaystyle{ {9\!\left(n-8\right)}={-153} }\)
83.
Solve the equation.
\(\displaystyle{ {-12}={-6\!\left(p+5\right)} }\)
84.
Solve the equation.
\(\displaystyle{ {-12}={-3\!\left(x+10\right)} }\)
85.
Solve the equation.
\(\displaystyle{ {-45}={-9\!\left(r-4\right)} }\)
86.
Solve the equation.
\(\displaystyle{ {30}={-6\!\left(t-8\right)} }\)
87.
Solve the equation.
\(\displaystyle{ {-\left(b-2\right)}={10} }\)
88.
Solve the equation.
\(\displaystyle{ {-\left(c-6\right)}={0} }\)
89.
Solve the equation.
\(\displaystyle{ {5}={-\left(5-B\right)} }\)
90.
Solve the equation.
\(\displaystyle{ {-3}={-\left(1-C\right)} }\)
91.
Solve the equation.
\(\displaystyle{ {8\!\left(9n-3\right)}={-384} }\)
92.
Solve the equation.
\(\displaystyle{ {5\!\left(4p-3\right)}={185} }\)
93.
Solve the equation.
\(\displaystyle{ {-62}={-2\!\left(7-4x\right)} }\)
94.
Solve the equation.
\(\displaystyle{ {-76}={-4\!\left(1-3r\right)} }\)
95.
Solve the equation.
\(\displaystyle{ {2+8\!\left(t+3\right)}={-30} }\)
96.
Solve the equation.
\(\displaystyle{ {5+10\!\left(b+2\right)}={105} }\)
97.
Solve the equation.
\(\displaystyle{ {4-7\!\left(c+2\right)}={-24} }\)
98.
Solve the equation.
\(\displaystyle{ {2-9\!\left(B+2\right)}={20} }\)
99.
Solve the equation.
\(\displaystyle{ {46}={10-3\!\left(C-2\right)} }\)
100.
Solve the equation.
\(\displaystyle{ {-22}={6-7\!\left(n-2\right)} }\)
101.
Solve the equation.
\(\displaystyle{ 2-10(p-2)=22 }\)
102.
Solve the equation.
\(\displaystyle{ 5-8(x-2)=69 }\)
103.
Solve the equation.
\(\displaystyle{ {12}={8-\left(5-y\right)} }\)
104.
Solve the equation.
\(\displaystyle{ {8}={7-\left(2-t\right)} }\)
105.
Solve the equation.
\(\displaystyle{ {5-\left(b+9\right)}={-2} }\)
106.
Solve the equation.
\(\displaystyle{ {3-\left(c+6\right)}={5} }\)
107.
Solve the equation.
\(\displaystyle{ {3+\left(B+9\right)}={12} }\)
\(\displaystyle{ {3-\left(B+9\right)}={12} }\)
108.
Solve the equation.
\(\displaystyle{ {9+\left(C+6\right)}={24} }\)
\(\displaystyle{ {9-\left(C+6\right)}={24} }\)
109.
Solve the equation.
\(\displaystyle{ {3\!\left(n+4\right)-7\!\left(n-6\right)}={94} }\)
110.
Solve the equation.
\(\displaystyle{ {2\!\left(p+8\right)-10\!\left(p-1\right)}={106} }\)
111.
Solve the equation.
\(\displaystyle{ {4+7\!\left(x-8\right)}={-86-\left(6-3x\right)} }\)
112.
Solve the equation.
\(\displaystyle{ {3+9\!\left(y-6\right)}={0-\left(1-4y\right)} }\)
113.
Solve the equation.
\(\displaystyle{ {6\!\left(t-10\right)-t}={-205-5\!\left(6+4t\right)} }\)
114.
Solve the equation.
\(\displaystyle{ {9\!\left(b-5\right)-b}={269-5\!\left(10+5b\right)} }\)
115.
Solve the equation.
\(\displaystyle{ {5\!\left(-18c+10\right)}={10\!\left(-7-10c\right)} }\)
116.
Solve the equation.
\(\displaystyle{ {11+2\!\left(3-3B\right)}={-3\!\left(B-4\right)+5} }\)
117.
Solve the equation.
\(\displaystyle{ {18+5\!\left(5-2C\right)}={-6\!\left(C-7\right)+1} }\)
118.
Solve the equation.
\(\displaystyle{ {38+3\!\left(2-5n\right)}={-6\!\left(n-7\right)+2} }\)
Application Problems for Solving Linear Equations Involving Distribution
119.
A rectangleâs perimeter is \({98\ {\rm cm}}\text{.}\) Its base is \({30\ {\rm cm}}\text{.}\)
Its height is .
120.
A rectangleâs perimeter is \({48\ {\rm m}}\text{.}\) Its width is \({11\ {\rm m}}\text{.}\) Use an equation to solve for the rectangleâs length.
Its length is .
121.
A rectangleâs perimeter is \({76\ {\rm in}}\text{.}\) Its length is \({6\ {\rm in}}\) longer than its width. Use an equation to find the rectangleâs length and width.
Its width is .
Its length is .
122.
A rectangleâs perimeter is \({220\ {\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 .
123.
A rectangleâs perimeter is \({102\ {\rm ft}}\text{.}\) Its length is \({1\ {\rm ft}}\) shorter than three times its width. Use an equation to find the rectangleâs length and width.
Its width is .
Its length is .
124.
A rectangleâs perimeter is \({156\ {\rm ft}}\text{.}\) Its length is \({3\ {\rm ft}}\) longer than two times its width. Use an equation to find the rectangleâs length and width.
Its width is .
Its length is .
Comparisons
125.
Solve the equation.
\(\displaystyle{ {-B+9}={9} }\)
\(\displaystyle{ {-p+9}={-9} }\)
\(\displaystyle{ {-x-9}={9} }\)
\(\displaystyle{ {-n-9}={-9} }\)
126.
Solve the equation.
\(\displaystyle{ {-C+10}={10} }\)
\(\displaystyle{ {-A+10}={-10} }\)
\(\displaystyle{ {-b-10}={10} }\)
\(\displaystyle{ {-n-10}={-10} }\)
127.
Solve \(\displaystyle{ {t-6}={3} }\text{.}\)
Evaluate \(\displaystyle{{t-6}}\) when \(t=9\text{.}\)
128.
Solve \(\displaystyle{ {t+7}={11} }\text{.}\)
Evaluate \(\displaystyle{{t+7}}\) when \(t=4\text{.}\)
129.
Solve \(\displaystyle{ {4\!\left(x+3\right)+4}={48} }\text{.}\)
Evaluate \(\displaystyle{{4\!\left(x+3\right)+4}}\) when \(x=8\text{.}\)
Simplify \(\displaystyle{{4\!\left(x+3\right)+4}}\text{.}\)
130.
Solve \(\displaystyle{ {2\!\left(x-8\right)-1}={3} }\text{.}\)
Evaluate \(\displaystyle{{2\!\left(x-8\right)-1}}\) when \(x=10\text{.}\)
Simplify \(\displaystyle{{2\!\left(x-8\right)-1}}\text{.}\)
131.
Choose True or False for the following questions about the difference between expressions and equations.
\(\text{We can evaluate }{-5x+7}=7x-5\text{ when }x=1\)
True
False
\(-5x+7=7x-5\text{ is an equation.}\)
True
False
\(\text{We can evaluate }{-5x+7}\text{ when }x=1\)
True
False
\(7x-5\text{ is an equation.}\)
True
False
\(-5x+7=7x-5\text{ is an expression.}\)
True
False
\(\text{We can check whether }x=1\text{ is a solution of }{-5x+7}=7x-5.\)
True
False
\(\text{We can check whether }x=1\text{ is a solution of }{-5x+7}.\)
True
False
\(-5x+7\text{ is an expression.}\)
True
False
132.
Choose True or False for the following questions about the difference between expressions and equations.
\(\text{We can check whether }x=1\text{ is a solution of }{-3x-1}.\)
True
False
\(\text{We can evaluate }{-3x-1}\text{ when }x=1\)
True
False
\(-3x-1=-x-3\text{ is an expression.}\)
True
False
\(\text{We can check whether }x=1\text{ is a solution of }{-3x-1}=-x-3.\)
True
False
\(-3x-1\text{ is an expression.}\)
True
False
\(-x-3\text{ is an equation.}\)
True
False
\(-3x-1=-x-3\text{ is an equation.}\)
True
False
\(\text{We can evaluate }{-3x-1}=-x-3\text{ when }x=1\)
True
False
Challenge
133.
Think of a number. Add four to your number. Now double that. Then add six. Then halve it. Finally, subtract 7. What is the result? Do you always get the same result, regardless of what number you start with? How does this work? Explain using algebra.
134.
Write a linear equation whose solution is \(x = -9\text{.}\)
Note that you may not write an equation whose left side is just â\(x\)â or whose right side is just â\(x\text{.}\)â
There are infinitely many correct answers to this problem. Be creative. After finding an equation that works, see if you can come up with a different one that also works.