Skip to main content
Logo image

Section 1.4 Equations, Inequalities, and Solutions

This section introduces equations and inequalities, and what it means for a number to be a solution.
Figure 1.4.1. Alternative Video Lesson

Subsection 1.4.1 Equations, Inequalities, and Solutions

An equation is two algebraic expressions with an equals sign (\(=\)) between them. The expression on either side can be relatively simple or more complicated:
A simple equation:
\begin{equation*} x+1=2 \end{equation*}
A more complicated equation:
\begin{equation*} \left(x^2+y^2-1\right)^3=x^2y^3 \end{equation*}
An inequality is similar to an equation, but the sign is one of the five inequality symbols (\(\lt\text{,}\) \(\leq\text{,}\) \(\gt\text{,}\) \(\geq\text{,}\) and \(\neq\)).
A simple inequality:
\begin{equation*} x\geq15 \end{equation*}
A more complicated inequality:
\begin{equation*} x^2+y^2\lt1 \end{equation*}
Equations (and inequalities) arise naturally from real-world math problems.

Example 1.4.2.

A parking meter needs $2.50 for one hour. You already fed the meter some quarters, nickels, and dimes, and it says that you’ve inserted $1.85 so far. How much more do you need to pay? Nevermind if you already know the answer to that question. There is an equation hidden in this story, and we will write it down.
Since the question asks “How much more do you need to pay?”, let’s use the variable \(x\) to represent that amount. We’ve already paid $1.85, so that amount plus \(x\) should be all that we need, which is $2.50. So the equation in this story is:
\begin{equation*} 1.85+x=2.50 \end{equation*}
Don’t worry yet about what \(x\) must equal. For now the important thing is to be able to write down that equation.

Example 1.4.3.

When an equilateral triangle (a triangle where all three sides are equal) has side length \(s\text{,}\) it’s “altitude” is \(\frac{\sqrt{3}}{2}s\text{.}\)
an equilateral triangle with side length s; the distance from one corner to the middle of the opposite side is sqrt(3)/2 s
Suppose the altitude needs to be at least \(5\) units tall. What inequality does that give us?
The altitude is \(\frac{\sqrt{3}}{2}s\) long, and “at least” means the inequality symbol \(\geq\text{.}\) So we have
\begin{equation*} \frac{\sqrt{3}}{2}s\geq5 \end{equation*}
Do not worry about what \(s\) might equal. For now, the important task to be comfortable with is writing down the inequality.
The simplest equations and inequalities have only numbers and no variables. When this happens, the equation is either true or false. The following equations and inequalities are true:
\begin{align*} 1+1\amp=2\amp{-4}\amp={-4}\amp2\amp\gt1\amp{-2}\amp\lt{-1}\amp3\amp\ge3 \end{align*}
The following equations and inequalities are false:
\begin{align*} 2+2\amp=2\amp{-4}\amp=4\amp2\amp\lt1\amp{-2}\amp\ge{-1}\amp0\cdot1\neq0\cdot2 \end{align*}
With the equation in Example 2, if we substitute \(0.65\) infor \(x\text{,}\) the resulting equation is true.
\begin{equation*} 1.85+0.65\confirm{=}2.50 \end{equation*}
If we substitute any other number in for \(x\text{,}\) the resulting equation is false. This shows us what it means to be a solution to an equation.

Definition 1.4.4. Solution.

When an equation (or inequality) has one variable, a solution is any number that you could substitute for the variable that would result in a true equation (or inequality).

Example 1.4.5. A Solution.

Consider the equation \(y+2=3\text{.}\) If we substitute \(1\) in for \(y\) and then simplify:
\begin{align*} y+2\amp=3\\ \substitute{1}+2\amp\wonder{=}3\\ 3\amp\confirm{=}3 \end{align*}
we get a true equation. So we say that \(1\) is a solution to \(y+2=3\text{.}\) Notice that we used a question mark at first because we are unsure if the equation is true or false until the end. When it was clear we had a true equation, we certified this with a checkmark.
If replacing a variable with a value makes a false equation or inequality, that number is not a solution.

Example 1.4.6. Not a Solution.

Consider the inequality \(x+4\gt 5\text{.}\) If we substitute \(0\) in for \(x\) and then simplify:
\begin{align*} x+4\amp\gt 5\\ \substitute{0}+4\amp\wonder{\gt}5\\ 4\amp\reject{\gt}5 \end{align*}
we get a false inequality. So we say that \(0\) is not a solution to \(x+4\gt 5\text{.}\) Notice that we used a question mark again because at first, we are unsure if the inequality is true or false. Once it was clearly false, we made a little note (“no”) to acknowledge that we know this is false.

Subsection 1.4.2 Checking Possible Solutions

Given an equation or an inequality, checking whether or not some number is a solution is just a matter of substituting that number in for the variable. Then with some arithmetic to simplify things, you determine if the equation/inequality is true or false.

Example 1.4.7.

Is \(8\) a solution to \(x^2-5x=\sqrt{2x}+20\text{?}\)
To find out, substitute \(8\) in for \(x\) and see what happens.
\begin{align*} x^2-5x\amp=\sqrt{2x}+20\\ \substitute{8}^2-5(\substitute{8})\amp\wonder{=}\sqrt{2(\substitute{8})}+20\\ \highlight{64}-5(8)\amp\wonder{=}\sqrt{\highlight{16}}+20\\ 64-\highlight{40}\amp\wonder{=}\highlight{4}+20\\ \highlight{24}\amp\confirm{=}\highlight{24} \end{align*}
So yes, \(8\) is a solution to \(x^2-5x=\sqrt{2x}+20\text{.}\)

Example 1.4.8.

Is \(-5\) a solution to \(\sqrt{169-y^2}=y^2-2y\text{?}\)
To find out, substitute \(-5\) in for \(y\) and see what happens.
\begin{align*} \sqrt{169-y^2}\amp=y^2-2y\\ \sqrt{169-\substitute{(-5)}^2}\amp\wonder{=}\substitute{(-5)}^2-2(\substitute{-5})\\ \sqrt{169-\highlight{25}}\amp\wonder{=}\highlight{25}-2(-5)\\ \sqrt{\highlight{144}}\amp\wonder{=}25-(\highlight{-10})\\ \highlight{12}\amp\reject{=}\highlight{35} \end{align*}
So no, \(-5\) is not a solution to \(\sqrt{169-y^2}=y^2-2y\text{.}\)
What about the inequality \(\sqrt{169-y^2}\leq y^2-2y\text{?}\) Is \(-5\) a solution to that? Yes, because substituting \(-5\) in for \(y\) would lead to
\begin{equation*} 12\leq35\text{,} \end{equation*}
which is true.

Checkpoint 1.4.9.

Is \(-3\) a solution to the equation \(2x-3=5-(4+x)\text{?}\) Evaluating the left and right sides gives:
\(2x-3\) \({}={}\) \(5-(4+x)\)
\({}\wonder{=}{}\)
So \(-3\)
  • is
  • is not
a solution to this equation.
Explanation.
We have to substitute \(-3\) in for \(x\) and simplify each side:
\begin{equation*} \begin{aligned} 2x-3\amp=5-(4+x)\\ 2(\substitute{-3})-3\amp\wonder{=}5-(4+(\substitute{-3}))\\ \highlight{-6}-3\amp\wonder{=} 5-(\highlight{1})\\ \highlight{-9}\amp\reject{=}\highlight{4} \end{aligned} \end{equation*}
Since \(-9=4\) is false, \(-3\) is not a solution to this equation.

Checkpoint 1.4.10.

Is \(2\) a solution to the inequality \(\frac{z+3}{z-1}\lt\sqrt{18z}\text{?}\) Evaluating the left and right sides gives:
\(\dfrac{z+3}{z-1}\) \({}\lt{}\) \(\sqrt{18z}\)
\({}\wonder{\lt}{}\)
So \(2\)
  • is
  • is not
a solution to this inequality.
Explanation.
We have to substitute \(2\) in for \(z\) and simplify each side:
\begin{equation*} \begin{aligned} \frac{z+3}{z-1}\amp\lt\sqrt{18z}\\ \frac{\substitute{2}+3}{\substitute{2}-1}\amp\wonder{\lt}\sqrt{18(\substitute{2})}\\ \frac{\highlight{5}}{\highlight{1}}\amp\wonder{\lt}\sqrt{\highlight{36}}\\ \highlight{5}\amp\confirm{\lt}\highlight{6} \end{aligned} \end{equation*}
Since \(5\lt6\) is true, \(2\) is indeed a solution to this inequality.

Checkpoint 1.4.11.

Is \(-3\) a solution to the equation \(x^2+x+1=\frac{3x+2}{x+2}\text{?}\) Evaluating the left and right sides gives:
\(x^2+x+1\) \({}={}\) \(\dfrac{3x+2}{x+2}\)
\({}\wonder{=}{}\)
So \(-3\)
  • is
  • is not
a solution to \(x^2+x+1=\frac{3x+2}{x+2}\text{.}\)
Explanation.
We have to substitute \(-3\) in for \(x\) and simplify each side:
\begin{equation*} \begin{aligned} x^2+x+1\amp=\frac{3x+2}{x+2}\\ (\substitute{-3})^2+(\substitute{-3})+1\amp\wonder{=}\frac{3(\substitute{-3})+2}{\substitute{-3}+2}\\ \highlight{9}-3+1\amp\wonder{=}\frac{\highlight{-9}+2}{\highlight{-1}}\\ \highlight{6}+1\amp\wonder{=}\frac{\highlight{-7}}{-1}\\ \highlight{7}\amp\confirm{=}\highlight{7} \end{aligned} \end{equation*}
Since \(7=7\) is true, \(-3\) is indeed a solution to this equation.

Subsection 1.4.3 More Applications

Here are a few more examples like Examples 2–Example 3 where a real-world scenario leads to an equation. This time, we also try some potential solutions.

Example 1.4.12. Cylinder Volume.

The formula for a cylinder’s volume is \(V=\pi r^2h\text{,}\) where \(V\) is the volume, \(r\) is the base radius, and \(h\) is the height. And \(\pi\) is a number that is about \(3.14\text{.}\) If we know the volume of a cylinder is 96\(\pi\) cm3 and if we also know its radius is 4 cm, then we can substitute these numbers in for \(V\) and \(r\) and we get an equation:
\begin{equation*} 96\pi=16\pi h \end{equation*}
a right cylinder with radius labeled 4 cm; its volume is labeled as 96 pi cm^3
(a)
Is is possible that the cylinder is 4 cm high? In other words, is \(4\) a solution to \(96\pi=16\pi h\text{?}\) We will substitute \(4\) in for \(h\) to check:
\begin{align*} 96\pi\amp=16\pi h\\ 96\pi\amp\wonder{=}16\pi \cdot\substitute{4}\\ 96\pi\amp\reject{=}\highlight{64}\pi \end{align*}
Since \(96\pi=64\pi\) is false, \(4\) is not a solution and the height cannnot be 4 cm.
(b)
Is is possible that the cylinder is 6 cm high? We will try \(h=6\text{:}\)
\begin{align*} 96\pi\amp=16\pi h\\ 96\pi\amp\wonder{=}16\pi \cdot\substitute{6}\\ 96\pi\amp\confirm{=}\highlight{96}\pi \end{align*}
When \(h=6\text{,}\) the equation \(96\pi=16\pi h\) is true. This tells us that the height could be 6 cm.

Example 1.4.13.

Jaylen has budgeted a maximum of \(\$300\) to repair some leaky pipes. The total cost of the repair can be modeled by \(89+110(h-0.25)\text{,}\) where \(\$89\) is the initial cost and \(\$110\) is the hourly labor charge after the first quarter hour. Since the total cost needs to be at most \(\$300\text{,}\) it means we have the inequality \(89+110(h-0.25)\le 300\text{.}\) Is \(2\) a solution? Does Jaylen have enough money to cover two hours of plumbing labor?
We will substitute \(2\) in for \(h\) to check:
\begin{align*} 89+110(h-0.25)\amp\le 300\\ 89+110(\substitute{2}-0.25)\amp\wonder{\le} 300\\ 89+110(\highlight{1.75})\amp\wonder{\le} 300\\ 89+\highlight{192.5}\amp\wonder{\le} 300\\ \highlight{281.5}\amp\confirm{\le} 300 \end{align*}
So we find that \(2\) is indeed a solution to this inequality. In context, this means that Jaylen will stay within their budget if there are only \(2\) hours of labor.

Subsection 1.4.4 Linear Equations

A linear expression in one variable is an expression in the form \(ax+b\text{,}\) where \(a\) and \(b\) are numbers, \(a\neq0\text{,}\) and \(x\) is a variable. For example, \(2x+1\) and \(3y+\frac{1}{2}\) are linear expressions in one variable.
The following examples are a little harder to identify as linear expressions in one variable, but they are.
\(2x\)
This is linear, with \(b=0\text{.}\)
\(y+3\)
This is linear, with \(a=1\text{.}\)
\(17-q\)
This is linear, with \(a=-1\text{,}\) \(b=17\) and the two terms are written in reverse order.
\(2.1t+3+8t-1.4\)
This is linear because it simplifies to \(10.1t+1.6\text{.}\)

Definition 1.4.14. Linear Equation and Linear Inequality.

A linear equation in one variable is any equation where one side is a linear expression in that variable, and the other side is either a constant number, or is another linear expression in that variable. A linear inequality in one variable is defined similarly, just with an inequality symbol instead of an equals sign.
The following are each an example of a linear equation in one variable:
\begin{align*} 4-y\amp=5 \amp 4-z\amp=5z \amp 0\amp=\frac{1}{2}p \end{align*}
\begin{align*} 3-2(q+2)\amp=5q \amp \sqrt{2} r+3\amp=10 \amp 5\amp=\frac{s}{2}+3 \end{align*}
Note that \(r\) is outside the square root symbol.
In a linear equation in one variable, the variable should not have an exponent  1  and the variable cannot be inside a root symbol (square root, cube root, etc.), a denominator, or absolute value bars.
The following are not linear equations in one variable:
\(1+2=3\)
There is no variable.
\(4-2y^2=5\)
The exponent on \(y\) is \(2\text{.}\)
\(\sqrt{2r}+3=10\)
The variable \(r\) is inside the square root.
\(5=\frac{2}{s}+3\)
The variable \(s\) is in a denominator.
Linear equations (and inequalities) are special and these are the only kinds of equations (and inequalities) that are covered in the rest of Part I. You don’t need to know this for the exercises in this section, but a linear equation can only ever have exactly one solution, no solutions at all, or can be such that every number is a solution. For example, it is not possible for a linear equation to have exactly two solutions. There is a similar (but more complicated) story for linear inequalities. All of these details about linear equations (and inequalities) are covered later in this book.

Reading Questions 1.4.5 Reading Questions

1.

Explain why the equation from Example 2 is a linear equation.

2.

Give your own example of an equation in one variable that is not a linear equation.

3.

Do you believe it is possible for an equation to have more than one solution? Do you believe it is possible for an inequality to have more than one solution?

Exercises 1.4.6 Exercises

Prerequisite/Review Skills

These exercises are intended for students who are rusty with the idea of a root and/or absolute value. If you feel comfortable, proceed to Skills Practice.
Square Root.
Find the square root.
1.
\(\sqrt{{81}}\)
2.
\(\sqrt{{0}}\)
3.
\(\sqrt{{{\frac{1}{64}}}}\)
4.
\(\sqrt{{{\frac{4}{81}}}}\)
Absolute Value.
Find the absolute value.
5.
\(\left\lvert{34}\right\rvert\)
6.
\(\left\lvert{45}\right\rvert\)
7.
\(\left\lvert{-{56}}\right\rvert\)
8.
\(\left\lvert{-{67}}\right\rvert\)

Skills Practice

Check a Possible Solution to an Equation.
Check if the given number is a solution to the given equation.
9.
Is \({5}\) a solution to:
\(6x+8\) \(=\) \(38\)
\(\wonder{=}\) \(38\)
10.
Is \({7}\) a solution to:
\(3x-3\) \(=\) \(21\)
\(\wonder{=}\) \(21\)
11.
Is \({-7.3}\) a solution to:
\(7x-7.5\) \(=\) \(-64.2\)
\(\wonder{=}\) \(-64.2\)
12.
Is \({-8.8}\) a solution to:
\(3x+5.6\) \(=\) \(-13.9\)
\(\wonder{=}\) \(-13.9\)
13.
Is \({{\frac{2}{7}}}\) a solution to:
\(3x - {\frac{2}{9}}\) \(=\) \({\frac{40}{63}}\)
\(\wonder{=}\) \({\frac{40}{63}}\)
14.
Is \({{\frac{2}{7}}}\) a solution to:
\(8x+{\frac{9}{8}}\) \(=\) \({\frac{255}{56}}\)
\(\wonder{=}\) \({\frac{255}{56}}\)
15.
Is \({0}\) a solution to:
\(6x+9\) \(=\) \(4x+7\)
\(\wonder{=}\)
16.
Is \({-2}\) a solution to:
\(3x+4\) \(=\) \(8x-1\)
\(\wonder{=}\)
17.
Is \({4}\) a solution to:
\(8x - {\frac{5}{7}}\) \(=\) \(3x+{\frac{235}{14}}\)
\(\wonder{=}\)
18.
Is \({{\frac{1}{2}}}\) a solution to:
\(5x+{\frac{1}{7}}\) \(=\) \(7x-{\frac{45}{28}}\)
\(\wonder{=}\)
19.
Is \({0}\) a solution to:
\(2x^{2}-3x\) \(=\) \(5\)
\(\wonder{=}\) \(5\)
20.
Is \({-9}\) a solution to:
\(8x^{2}-5x\) \(=\) \(318\)
\(\wonder{=}\) \(318\)
21.
Is \({1}\) a solution to:
\(5x^{2}+3\) \(=\) \(9x-1\)
\(\wonder{=}\)
22.
Is \({-1}\) a solution to:
\(2x^{2}+3\) \(=\) \(5x+1\)
\(\wonder{=}\)
23.
Is \({{\frac{3}{7}}}\) a solution to:
\(7x^{2}+4x-3\) \(=\) \(0\)
\(\wonder{=}\) \(0\)
24.
Is \({{\frac{2}{9}}}\) a solution to:
\(9x^{2}-2x-{\frac{8}{9}}\) \(=\) \(0\)
\(\wonder{=}\) \(0\)
25.
Is \(1\) a solution to:
\(8-x\) \(=\) \(\sqrt{36x}\)
\(\wonder{=}\)
26.
Is \(6\) a solution to:
\(\sqrt{8x+1}\) \(=\) \(2x-5\)
\(\wonder{=}\)
27.
Is \(8\) a solution to:
\(\sqrt{2x-7}\) \(=\) \(\sqrt{4x-7}-2\)
\(\wonder{=}\)
28.
Is \(8\) a solution to:
\(\sqrt{11x-7}\) \(=\) \(\sqrt{7x-7}\)
\(\wonder{=}\)
29.
Is \({6}\) a solution to:
\(\left|7x-5\right|\) \(=\) \(58\)
\(\wonder{=}\) \(58\)
30.
Is \({-7}\) a solution to:
\(\left|4x+3\right|\) \(=\) \(25\)
\(\wonder{=}\) \(25\)
31.
Is \({-2.9}\) a solution to:
\(\left|2x-7.1\right|\) \(=\) \(\left|-6x-39.9\right|\)
\(\wonder{=}\)
32.
Is \({-4.8}\) a solution to:
\(\left|5x-7.3\right|\) \(=\) \(\left|3x+26.5\right|\)
\(\wonder{=}\)
33.
Is \({{\frac{4}{9}}}\) a solution to:
\(\left|3x+{\frac{9}{8}}\right|\) \(=\) \(\left|9x-{\frac{37}{24}}\right|\)
\(\wonder{=}\)
34.
Is \({{\frac{8}{7}}}\) a solution to:
\(\left|9x+{\frac{4}{7}}\right|\) \(=\) \(\left|4x+{\frac{29}{7}}\right|\)
\(\wonder{=}\)
Check a Possible Solution to an Inequality.
Check if the given number is a solution to the given inequality.
35.
Is \({3}\) a solution to:
\(6x+5\) \(\lt\) \(23\)
\(\wonder{\lt}\) \(23\)
36.
Is \({2}\) a solution to:
\(3x-6\) \(\lt\) \(9\)
\(\wonder{\lt}\) \(9\)
37.
Is \({8.1}\) a solution to:
\(6x+6.9\) \(\geq\) \(53.7\)
\(\wonder{\geq}\) \(53.7\)
38.
Is \({6.7}\) a solution to:
\(9x+1.9\) \(\neq\) \(87.4\)
\(\wonder{\neq}\) \(87.4\)
39.
Is \({-{\frac{1}{3}}}\) a solution to:
\(3x - {\frac{5}{7}}\) \(\leq\) \(-{\frac{3}{14}}\)
\(\wonder{\leq}\) \(-{\frac{3}{14}}\)
40.
Is \({{\frac{5}{7}}}\) a solution to:
\(8x+{\frac{7}{2}}\) \(\lt\) \({\frac{81}{14}}\)
\(\wonder{\lt}\) \({\frac{81}{14}}\)
41.
Is \({-3}\) a solution to:
\(5x+5\) \(\leq\) \(3x-1\)
\(\wonder{\leq}\)
42.
Is \({-3}\) a solution to:
\(2x+9\) \(\lt\) \(7x+14\)
\(\wonder{\lt}\)
43.
Is \({{\frac{5}{7}}}\) a solution to:
\(8x - {\frac{9}{8}}\) \(\leq\) \(2x+{\frac{177}{56}}\)
\(\wonder{\leq}\)
44.
Is \({{\frac{7}{2}}}\) a solution to:
\(5x+{\frac{8}{9}}\) \(\lt\) \(6x-{\frac{47}{18}}\)
\(\wonder{\lt}\)
45.
Is \({-2}\) a solution to:
\(2x^{2}-9x\) \(\leq\) \(26\)
\(\wonder{\leq}\) \(26\)
46.
Is \({-1}\) a solution to:
\(7x^{2}+4x\) \(\lt\) \(3\)
\(\wonder{\lt}\) \(3\)
47.
Is \({6}\) a solution to:
\(5x^{2}-2\) \(\geq\) \(8x+130\)
\(\wonder{\geq}\)
48.
Is \({3}\) a solution to:
\(2x^{2}-8\) \(\geq\) \(4x+\left(-10\right)\)
\(\wonder{\geq}\)
49.
Is \({{\frac{2}{5}}}\) a solution to:
\(5x^{2}+3x-2\) \(\leq\) \(0\)
\(\wonder{\leq}\) \(0\)
50.
Is \({{\frac{1}{5}}}\) a solution to:
\(5x^{2}-3x\) \(\neq\) \(0\)
\(\wonder{\neq}\) \(0\)
51.
Is \(4\) a solution to:
\(17-2x\) \(\neq\) \(\sqrt{20x+1}\)
\(\wonder{\neq}\)
52.
Is \(5\) a solution to:
\(2x-3\) \(\lt\) \(\sqrt{9x+4}\)
\(\wonder{\lt}\)
53.
Is \(6\) a solution to:
\(\sqrt{3x-2}-1\) \(\gt\) \(\sqrt{2x-3}\)
\(\wonder{\gt}\)
54.
Is \(7\) a solution to:
\(\sqrt{12x-3}\) \(\lt\) \(\sqrt{6x-6}+5\)
\(\wonder{\lt}\)
55.
Is \({7}\) a solution to:
\(\left|6x-8\right|\) \(\geq\) \(34\)
\(\wonder{\geq}\) \(34\)
56.
Is \({9}\) a solution to:
\(\left|3x+2\right|\) \(\neq\) \(29\)
\(\wonder{\neq}\) \(29\)
57.
Is \({-7.1}\) a solution to:
\(\left|9x+4.9\right|\) \(\gt\) \(\left|4x+87.4\right|\)
\(\wonder{\gt}\)
58.
Is \({-5.5}\) a solution to:
\(\left|4x+4.6\right|\) \(\geq\) \(\left|-2x-28.4\right|\)
\(\wonder{\geq}\)
59.
Is \({{\frac{3}{5}}}\) a solution to:
\(\left|3x+{\frac{5}{8}}\right|\) \(\geq\) \(\left|-8x+{\frac{19}{8}}\right|\)
\(\wonder{\geq}\)
60.
Is \({{\frac{4}{7}}}\) a solution to:
\(\left|8x - {\frac{3}{4}}\right|\) \(\neq\) \(\left|-3x-{\frac{59}{28}}\right|\)
\(\wonder{\neq}\)
Identifying Linear Equations and Inequalities.
Select the equations/inequalities that are linear with one variable.
61.
  • \(\displaystyle 4r+6q^{2}\leq13\)
  • \(\displaystyle 7p\geq3.1\)
  • \(\displaystyle 2\pi r=8\pi \)
  • \(\displaystyle 8r+15=9\)
  • \(\displaystyle \sqrt{-5.9r-5}=7\)
  • \(\displaystyle 1-9y^{2}=29\)
  • None of the above
62.
  • \(\displaystyle 6q=-0.9\)
  • \(\displaystyle 6y+x^{2}\geq29\)
  • \(\displaystyle -9q-8\gt8\)
  • \(\displaystyle \sqrt{7-5.1V}\geq3\)
  • \(\displaystyle 2\pi r\leq18\pi \)
  • \(\displaystyle 6-9V^{2}=-10\)
  • None of the above
63.
  • \(\displaystyle 18q-5=10\)
  • \(\displaystyle r\sqrt{35}\leq32\)
  • \(\displaystyle 7pq\lt-8\)
  • \(\displaystyle \pi r^{2}=23\pi \)
  • \(\displaystyle \left|0.9x-4\right|=79\)
  • \(\displaystyle z^{2}+p^{2}\lt66\)
  • None of the above
64.
  • \(\displaystyle \left|8.5y-1\right|\gt99\)
  • \(\displaystyle 5q+9=52\)
  • \(\displaystyle p^{2}+z^{2}=-88\)
  • \(\displaystyle \pi r^{2}\neq99\pi \)
  • \(\displaystyle V\sqrt{32}=-77\)
  • \(\displaystyle Vz\neq-37\)
  • None of the above
65.
  • \(\displaystyle 4V^{2}+8x\neq99\)
  • \(\displaystyle 70=632x-443y\)
  • \(\displaystyle \sqrt{4x}+11=1\)
  • \(\displaystyle 4x^{2}+3q^{2}\leq1\)
  • \(\displaystyle -2\leq-3-6y\)
  • \(\displaystyle 3.5V\geq33\)
  • None of the above
66.
  • \(\displaystyle 8x^{2}-7p\gt10\)
  • \(\displaystyle -4.3x\lt97\)
  • \(\displaystyle \sqrt{3p}+7=-7\)
  • \(\displaystyle 51\lt532p+328q\)
  • \(\displaystyle 2p^{2}-2r^{2}\geq1\)
  • \(\displaystyle 5=1+13q\)
  • None of the above

Applications

67.
If your restaurant bill is \(x\) and you add \(20\%\) tip, the total is \(x + 0.20x\text{.}\) If the total was \({\$52.92}\text{,}\) then we have an equation \({x+0.2x}={52.92}\text{.}\) Was the bill before tip \({\$35.60}\text{?}\)
\(x+0.2x\) \(=\) \(52.92\)
\(\wonder{=}\) \(52.92\)
68.
The rental fee for a beach house is a flat \({\$300}\) plus \({\$105}\) per night. So if you stay \(n\) nights, the total is \({300+105n}\text{.}\) If the total was \({\$930}\text{,}\) then we have an equation \({300+105n}={930}\text{.}\) Did you stay \(8\) nights?
\(300+105n\) \(=\) \(930\)
\(\wonder{=}\) \(930\)
69.
An elementary school classroom needs a minimum of \(110\) square feet for the teacher plus a minimum of \(44\) square feet per student. So if there are \(n\) studnets, the total necessary area is \({110+44n}\) square feet. If a classroom has \(1254\) square feet of area, then we have an inequality \({110+44n}\leq{1254}\text{.}\) Could this classroom support \(27\) students?
\(110+44n\) \(\leq\) \(1254\)
\(\wonder{\leq}\) \(1254\)
70.
To kill bedbug eggs using heat, they must be exposed to at least \(118℉\) for at least 90 minutes. If you only know the Celsius temperature \(C\text{,}\) then to kill the eggs means we have the inequality \(\frac{9}{5}C+32\geq118\text{.}\) You have some infested blankets that you put in a sauna for 90 minutes, but the sauna temperature is \(45℃\text{.}\) Was this hot enough to kill the eggs?
\({\frac{9}{5}}C+32\) \(\geq\) \(118\)
\(\wonder{\geq}\) \(118\)
71.
When a young tree was planted in your school’s garden, it was 6 feet tall. It grows 3/4 feet per year. After some number \(n\) of years, the tree is 21 feet tall. This gives us the equation \({6+{\frac{3}{4}}n}={21}\text{.}\) Has it been \(21\) years?
\(6+{\frac{3}{4}}n\) \(=\) \(21\)
\(\wonder{=}\) \(21\)
72.
Since the year 2010, the percent of wealth in the United States that is held by the wealthiest 1% has followed the formula \(p=0.34(n-2010)+28.3\) where \(n\) is the year. If you want to know when the top 1% held 34.08% of the wealth, you have the equation \({34.08}={0.34\mathopen{}\left(n-2010\right)+28.3}\text{.}\) Does this happen in the year \(2027\text{?}\)
\(34.08\) \(=\) \(0.34\mathopen{}\left(n-2010\right)+28.3\)
\(34.08\) \(\wonder{=}\)
Right Triangle.
Consider a right triangle with legs of lengths \(a\) and \(b\text{,}\) and hypotenuse (the diagonal side) of length \(c\text{.}\)
A rectangle with sides labeled  and b, and diagonal labeled
73.
A famous fact about such a triangle is that \(a^2+b^2=c^2\text{.}\) So if one leg \(a\) is 16 inches long, and if the hypotenuse is 34 inches long, then we have an equation \({16^{2}+b^{2}}={34^{2}}\text{.}\) Is the other leg \(31\) inches long?
\(16^{2}+b^{2}\) \(=\) \(34^{2}\)
\(\wonder{=}\)
74.
A famous fact about such a triangle is that \(c=\sqrt{a^2+b^2}\text{.}\) So if one leg \(a\) is 21 inches long, and if the perimter is 35 inches long, then we have an equation \({21+b+\sqrt{21^{2}+b^{2}}}={84}\text{.}\) Is the other leg \(28\) inches long?
\(21+b+\sqrt{21^{2}+b^{2}}\) \(=\) \(84\)
\(\wonder{=}\) \(84\)
75.
The formula for a cylinder’s volume is \(V=\pi r^2h\text{,}\) where \(V\) is the volume, \(r\) is the base radius, and \(h\) is the height. And \(\pi\) is a number that is about \(3.14\text{.}\) If we know the volume of a cylinder is \({{\frac{1}{20}}\pi }\) and if we also know its height is \({{\frac{4}{5}}}\) then we have the equation \({{\frac{1}{20}}\pi }={\pi r^{2}{\frac{4}{5}}}\text{.}\) Is the radius \({{\frac{3}{4}}}\text{?}\)
\({\frac{1}{20}}\pi\) \(=\) \(\pi r^{2}{\frac{4}{5}}\)
\(\frac{1}{20}\pi\) \(\wonder{=}\)
76.
The formula for a sphere’s volume is \(V=\frac{4}{3}\pi r^3\text{,}\) where \(V\) is the volume and \(r\) is the radius. And \(\pi\) is a number that is about \(3.14\text{.}\) If we know the volume of a sphere is \({{\frac{4}{1029}}\pi }\) then we have the equation \({{\frac{4}{1029}}\pi }={{\frac{4}{3}}\pi r^{3}}\text{.}\) Is the radius \({{\frac{4}{7}}}\text{?}\)
\({\frac{4}{1029}}\pi\) \(=\) \({\frac{4}{3}}\pi r^{3}\)
\(\frac{4}{1029}\pi\) \(\wonder{=}\)
You have attempted of activities on this page.