Skip to main content
Logo image

Section 1.1 Variables and Evaluating Expressions

Variables and expressions are the basic building blocks for writing algebra. In this section, we explore how to use them.
Figure 1.1.1. Alternative Video Lesson

Subsection 1.1.1 Introduction to Variables

When we want to represent an unknown quantity or a quantity whose value can change, we use a variable. For example, if you’d like to write about automobile gas mileage, you could use the symbol “\(g\)” as a variable to represent a car’s gas mileage. The gas mileage \(g\) might be 25 mpg (miles per gallon) for one car, 30 mpg for some other car, or other values for other cars. It might be one thing for your car when it was new, and something else ten years later.
Since we are using a variable, we can discuss gas mileage for Honda Civics, Ford Explorers, and all other makes and models at the same time, even though these makes and models each have their own gas mileages.
When variables stand for physical quantities, it’s good to use letters that clearly represent those quantities. For example, it is wise to use \(g\) for gas mileage. This helps people who read your mathematical writing understand it better. It is common to use \(x\text{,}\) \(y\text{,}\) and \(z\) for variables when there is no context to suggest something more meaningful like \(g\text{.}\) You may see the variable \(x\) a lot.
It is important to be clear about what unit of measure goes with a variable. With gas mileage \(g\text{,}\) if we all agree to use mpg for its units, then \(g\) might be a placeholder for \(25\text{,}\) \(30\text{,}\) etc. On the other hand if we decide to use kpg (kilometers per gallon) for units, those quantities would be \(40\text{,}\) \(48\text{,}\) etc. So it’s important to tell readers that \(g\) represents gas mileage in miles per gallon or kilometers per gallon or whatever the case may be.
Sometimes the units we should use for a variable are suggested indirectly. For example if we’re told that a car has used so many gallons of gas after traveling so many miles, then we should measure gas mileage in mpg not kpg.

Checkpoint 1.1.2. Naming Variables.

Identify a variable you might use to represent each quantity. Then identify what units would be most appropriate.
(a)
Remi is studying college student demographics, including their ages. Let be the age of a student, measured in .
Explanation.
The unknown quantity is age, which we generally measure in years. So we could say “Let \(a\) be the age of a student, measured in years.”
(b)
Luka needs to drive from Portland, OR to Boise, ID. Let be the amount of time passed since Luka left Portland, measured in .
Explanation.
The amount of time passed is the unknown quantity. Since this is a drive from Portland to Boise, it makes sense to measure this in hours, not minutes or weeks. So we could say “Let \(t\) be the amount of time passed since Luka left Portland, measured in hours.”
(c)
There is a number that you will triple, then add five to, and then take the square root. Let be this number.
Explanation.
The number we are discussing doesn’t have any physical context, so using \(x\) to represent it would be customary.

Subsection 1.1.2 Algebraic Expressions

Any combination of variables and numbers using arithmetic operations (like addition, multiplcation, etc.) is an algebraic expression. The following are examples of algebraic expressions:
\begin{equation*} x+1\qquad 2\ell+2w\qquad\frac{\sqrt{x}}{y+1}\qquad nRT \end{equation*}
Note that this definition of “algebraic expression” does not include anything with an equals sign (\(=\)) in it. The idea of an equation (which has an equals sign) is dicussed in Section 4.

Example 1.1.3.

The expression:
\begin{equation*} \frac{5}{9}(F - 32) \end{equation*}
converts a temperature in degrees Fahrenheit to degrees Celsius. To do this, we need a Fahrenheit temperature, \(F\text{.}\) Then we can evaluate the expression. This means replacing its variable(s) with specific numbers and finding the result as a single, simplified number.
Let’s convert the temperature 89 °F to the Celsius scale by evaluating the expression. To do this, we substitute the number \(89\) in place of the variable \(F\text{.}\)
\begin{align*} \frac{5}{9}(\substitute{89} - 32)\amp=\frac{5}{9}(57) \amp\amp\text{Review order of operations in }[cross-reference to target(s) "section-order-of-operations" missing or not unique]\text{.}\\ \amp=\frac{285}{9} \amp\amp\text{Review fraction multiplication in }[cross-reference to target(s) "section-fractions-and-fraction-arithmetic" missing or not unique]\text{.}\\ \amp\approx 31.67 \end{align*}
This shows us that \(89℉\) is approximately the same as \(31.67℃\text{.}\)

Warning 1.1.4. Vocabulary.

The steps in Example 3 are not “solving” when using algebra vocabulary. “Solving” is a word you might want to use because in everyday English you are “finding an answer.” However in algebra, there is a special meaning for the term “solving” that is discussed in Section 5. Here, when we substitute in values for variables and then compute the result, we are “evaluating an expression”, not solving anything.

Checkpoint 1.1.5. Convert Temperature.

Try evaluating the temperature expression for yourself.
(a)
If a temperature is \(50℉\text{,}\) what is that temperature in Celsius?
Explanation.
\(\begin{aligned}[t] \frac{5}{9}(\substitute{50} - 32)\amp=\frac{5}{9}(18)\\ \amp=\frac{5}{1}(2)=10 \end{aligned}\)
So \(50℉\) is equavalent to \(10℃\text{.}\)
(b)
If a temperature is \(-20℉\text{,}\) what is that temperature in Celsius?
Explanation.
\(\begin{aligned}[t] \frac{5}{9}(\substitute{-20} - 32)\amp=\frac{5}{9}(-52)\\ \amp=-\frac{260}{9}\approx-28.89 \end{aligned}\)
So \(-20℉\) is equavalent to about \(-28.89℃\text{.}\)

Example 1.1.6. Stair Rise and Run.

When building a staircase, you want the rise and run to be consistent from one step to the next.
diagram of a staircase with one stair’s height labeled as ’rise’ and its width labeled as ’run’
A convention among contractors is that a staircase run, in inches, is given by \(17.5-h\) where \(h\) is the rise in inches.
(a)
Determine the run for each step of a staircase where the rise is 7 in.
Explanation.
We substitute \(7\) for \(h\text{:}\)
\begin{align*} 17.5-\substitute{7}\amp=10.5\text{.} \end{align*}
So the run is 10.5 in.
(b)
A staircase needs to span a total height of 108 in. What is a reasonable number of steps for it to have? What will that mean for the rise of each step? What will the run be for each step?
Explanation.
There is more than one good answer, but if there are \(12\) steps then the height of each step will be \(\frac{108}{12}\) inches, or 9 in. And that mean the run of each step is found by substituting \(9\) for \(h\text{:}\)
\begin{align*} 17.5-\substitute{9}\amp=8.5\text{.} \end{align*}
So each step would have a run of 8.5 in.

Checkpoint 1.1.7. Stair Rise and Run.

The expression \(17.5-h\) gives the run of a stairstep when the rise is \(h\) inches. Determine the run for each step of a staircase where the rise is 7.75 in.
Explanation.
We substitute \(7.75\) for \(h\text{:}\)
\begin{equation*} \begin{aligned} 17.5-\substitute{7.75}\amp=9.75\text{.} \end{aligned} \end{equation*}
So the run is 9.75 in.

Checkpoint 1.1.8. Rising Rents.

In Oregon starting from the year 2000, the median rent among all rental living units has closely followed the expression \(620+32.35x\text{,}\) where \(x\) is the number of years since the year 2000.
(a)
According to this model, what was the median rent for a living unit in Oregon in 2010?
Explanation.
This model uses \(x\) as the number of years since 2000. So for the year 2010, \(x\) is \(10\text{:}\)
\begin{equation*} \begin{aligned} 620+32.35(\substitute{10})\amp = 943.50 \end{aligned} \end{equation*}
According to this model, the median monthly rent for a living unit in Oregon in 2010 was \(\$943.50\text{.}\)
(b)
According to this model, what was the median rent for a living unit in Oregon in 2020?
Explanation.
This model uses \(x\) as the number of years since 2000. So for the year 2020, \(x\) is \(20\text{:}\)
\begin{equation*} \begin{aligned} 620+32.35(\substitute{20})\amp = 1267 \end{aligned} \end{equation*}
According to this model, the median monthly rent for a living unit in Oregon in 2020 was \(\$1267\text{.}\)
(c)
According to this model, what will be the median rent for a living unit in Oregon in 2030?
Explanation.
This model uses \(x\) as the number of years since 2000. So for the year 2030, \(x\) is \(30\text{:}\)
\begin{equation*} \begin{aligned} 620+32.35(\substitute{30})\amp = 1590.50 \end{aligned} \end{equation*}
According to this model, the median monthly rent for a living unit in Oregon in 2030 will be \(\$1590.50\text{.}\)

Subsection 1.1.3 Evaluating Expressions with Exponents, Absolute Value, and Radicals

Algebraic expressions might have exponents, absolute value bars, and radicals. This does not change the basic approach to evaluating them.

Example 1.1.9. Tsunami Speed.

The speed of a tsunami (in meters per second) can be modeled by \(\sqrt{9.8d}\text{,}\) where \(d\) is the depth of the tsunami (in meters). Determine the speed of a tsunami that has a depth of 30 m to four significant digits.
Explanation.
Using \(d=30\text{,}\) we find:
\begin{align*} \sqrt{9.8(\substitute{30})}\amp=\sqrt{294}\amp\amp\text{Review order of operations in }[cross-reference to target(s) "section-order-of-operations" missing or not unique]\text{.}\\ \amp\approx \overbrace{17.14}^{\text{four}}6428\ldots\amp\amp\text{Review square root in }[cross-reference to target(s) "section-absolute-value-and-square-root" missing or not unique]\text{.} \end{align*}
The speed of tsunami with a depth of 30 m is about 17.15 m⁄s.
We have been evaluating expressions, but we can evaluate formulas in the same way. A formula has an equals sign with an expression to the right. On the left of the equals sign, there is a variable that represents the result. one variable that represents the result of an expression. For example, we could write the formula \(s=\sqrt{9.8d}\) for the speed of a tsunami from Example 9.

Checkpoint 1.1.10. Tent Height.

The height inside a tent when you are \(d\) feet from the west wall of the tent is given by the formula \(h=-2\abs{d-3}+6\text{,}\) where \(h\) is in feet.
an A-frame tent with guidelines indicating that d feet inward from one side, the height to the ceiling at that point is d feet
(a)
When you are \(5\) ft from the west side, the height is .
Explanation.
When \(d=5\text{,}\) we have:
\begin{equation*} \begin{aligned} h\amp= -2\abs{d-3}+6\\ h\amp= -2\abs{\substitute{5}-3}+6\amp\amp\text{Review order of operations in }[|[cross-reference to target(s) "section-order-of-operations" missing or not unique]|]*\text{.}\\ \amp= -2\abs{2}+6\amp\amp\text{Review absolute value in }[|[cross-reference to target(s) "section-absolute-value-and-square-root" missing or not unique]|]*\text{.}\\ \amp= -2(2)+6\\ \amp= -4+6=2 \end{aligned} \end{equation*}
So when you are \(5\) ft from the west side, the height of the tent is \(2\) ft.
(b)
When you are \(2.5\) ft from the west side, the height is .
Explanation.
When \(d=2.5\text{,}\) we have:
\begin{equation*} \begin{aligned} h\amp= -2\abs{d-3}+6\\ h\amp= -2\abs{\substitute{2.5}-3}+6\\ \amp= -2\abs{-0.5}+6\\ \amp= -2(0.5)+6\\ \amp=-1+6=5 \end{aligned} \end{equation*}
So when you are \(2.5\) ft from the west side, the height of the tent is \(5\) ft.

Checkpoint 1.1.11. Mortgage Payments.

If we borrow \(L\) dollars for a home mortgage loan at an annual interest rate \(r\text{,}\) and intend to pay off the loan after \(n\) months, then the amount we should pay each month \(M\text{,}\) in dollars, is given by the formula
\begin{equation*} M=\frac{rL\left(1+\frac{r}{12}\right)^{n}}{12\left(\left(1+\frac{r}{12}\right)^{n}-1\right)} \end{equation*}
If we borrow \(\$200{,}000\) at an interest rate of \(6\%\) with the intent to pay off the loan in \(30\) years, what should our monthly payment be? (Using a calculator is appropriate here.)
Explanation.
We must use \(L=200000\text{.}\) The interest rate \(r\) is a percentage, so we write \(r=0.06\) (not \(r=6\)). The variable \(n\) is supposed to be a number of months, but we will pay off the loan in \(30\) years. Therefore we take \(n=360\text{.}\)
\begin{equation*} \begin{aligned} M\amp=\frac{(\substitute{0.06})(\substitute{200000})\left(1+\frac{\substitute{0.06}}{12}\right)^{\substitute{360}}}{12\left(\left(1+\frac{\substitute{0.06}}{12}\right)^{\substitute{360}}-1\right)}\\ \amp=\frac{(0.06)(200000)(1+0.005)^{360}}{12\left((1+0.005)^{360}-1\right)}\\ \amp\approx\frac{(0.06)(200000)(6.022575\ldots)}{12\left(6.022575\ldots-1\right)}\\ \amp\approx\frac{(0.06)(200000)(6.022575\ldots)}{12(5.022575\ldots)}\\ \amp\approx\frac{72270.90\ldots}{60.2709\ldots}\approx1199.10 \end{aligned} \end{equation*}
Our monthly payment should be \({\$1{,}199.10}\text{.}\)

Warning 1.1.12. Rounding Too Much.

You might have noticed in the explanation to Checkpoint 11 that during the computations, many decimal places were recorded at each step. Tracking lots of decimal places might be important, depending on what you are working toward. If you round in the middle of your work, you have changed the numbers a little bit from what they really should be. As computation continues, this little error can become larger and larger, leaving you with a final result that is too far off from correct. So the best practice is to keep lots of decimal places in all your computations, and then at the very end you may round more if that is appropriate.

Subsection 1.1.4 Evaluating Expressions with Negative Numbers

When we substitute negative numbers into an expression, it’s important to use parentheses around them or else it’s easy to forget that a negative number is being raised to a power.

Example 1.1.13.

Evaluate \(x^2\) for \(x=-2\text{.}\)
We substitute:
\begin{align*} x^2\amp=(\substitute{-2})^2\\ \amp=4\\ \end{align*}

If we don’t use parentheses, we would have:

\begin{align*} x^2\amp=-2^2\qquad\text{incorrect!}\\ \amp=-4 \end{align*}
The original expression \(x^2\) takes \(x\) and squares it, so we want to do the same thing to the number \(-2\text{.}\) But with the incorrect expression \(-2^2\text{,}\) the number \(-2\) is not being squared. An exponent has higher priority than negation in the order of operations, so \(-2^2\) is the same as \(-\left(2^2\right)\text{,}\) and the wrong number is being squared. With \((-2)^2\) the number \(-2\) is being squared, which is what we want.
So it’s wise to always use parentheses when substituting in a negative number.

Checkpoint 1.1.14. Multivariable Expressions.

Evaluate the following expressions for \(x=-2\) and \(y=-5\text{.}\) You may review multiplying negative numbers in [cross-reference to target(s) "section-arithmetic-with-negative-numbers" missing or not unique].
(a)
\(x^3y^2\)
Explanation.
\(\begin{aligned}[t] (\substitute{-2})^3(\substitute{-5})^2\amp=(-8)(25)\\ \amp=-200 \end{aligned}\)
(b)
\((-2x)^3\)
Explanation.
\(\begin{aligned}[t] (-2(\substitute{-2}))^3\amp=(4)^3\\ \amp=64 \end{aligned}\)
(c)
\(-3x^2y\)
Explanation.
\(\begin{aligned}[t] -3(\substitute{-2})^2(\substitute{-5})\amp=-3(4)(-5)\\ \amp=60 \end{aligned}\)

Reading Questions 1.1.5 Reading Questions

1.

What is a reason for wanting to use a letter other than \(x\text{,}\) \(y\text{,}\) or \(z\) as a variable?

2.

What is the difference between an “algebraic expression” and a “formula”, as these things were described in this section? (Other math resources may define these terms differently.)

3.

What should you watch out for when substituting a negative number in for a variable?

Exercises 1.1.6 Exercises

Skills Practice

1.
Identify a variable you might use to represent each quantity. Then identify what units would be most appropriate.
(a)
Let be the depth of a swimming pool, measured in .
(b)
Let be the weight of a dog, measured in .
2.
Identify a variable you might use to represent each quantity. Then identify what units would be most appropriate.
(a)
Let be the amount of time a person sleeps each night, measured in .
(b)
Let be the surface area of a patio, measured in .
Evaluating Expressions.
Evaluate the expression for the given value of the variable.
3.
\({c+7}\) for \(c=9\)
4.
\({f+4}\) for \(f=5\)
5.
\({i-9}\) for \(i=7\)
6.
\({k-6}\) for \(k=3\)
7.
\({n+3}\) for \(n=-7\)
8.
\({r+9}\) for \(r=-2\)
9.
\({u-6}\) for \(u=-5\)
10.
\({x-3}\) for \(x=-8\)
11.
\({8-z}\) for \(z=-3\)
12.
\({6-c}\) for \(c=-7\)
13.
\({3f+2}\) for \(f=7\)
14.
\({8i+5}\) for \(i=4\)
15.
\({5k+9}\) for \(k=-2\)
16.
\({2n+5}\) for \(n=-8\)
17.
(a)
\({r^{2}}\) for \(r=8\)
(b)
\({r^{2}}\) for \(r=-7\)
18.
(a)
\({u^{2}}\) for \(u=5\)
(b)
\({u^{2}}\) for \(u=-3\)
19.
(a)
\({-w^{2}}\) for \(w=2\)
(b)
\({-w^{2}}\) for \(w=-7\)
20.
(a)
\({-z^{2}}\) for \(z=7\)
(b)
\({-z^{2}}\) for \(z=-2\)
21.
(a)
\({c^{3}}\) for \(c=5\)
(b)
\({c^{3}}\) for \(c=-6\)
22.
(a)
\({f^{3}}\) for \(f=2\)
(b)
\({f^{3}}\) for \(f=-8\)
23.
(a)
\({\left(7i\right)^{2}}\) for \(i=3\)
(b)
\({7i^{2}}\) for \(i=3\)
24.
(a)
\({\left(4k\right)^{2}}\) for \(k=7\)
(b)
\({4k^{2}}\) for \(k=7\)
25.
\({9\mathopen{}\left(n+2\right)}\) for \(n=4\)
26.
\({7\mathopen{}\left(r+5\right)}\) for \(r=2\)
27.
\({-4\mathopen{}\left(u-8\right)+5}\) for \(u=-2\)
28.
\({8\mathopen{}\left(w+3\right)-1}\) for \(w=-2\)
29.
\(\displaystyle{-\frac{2z+6}{6z}}\) for \(z=-2\)
30.
\(\displaystyle{\frac{-5c-6}{8c}}\) for \(c=-1\)
31.
\({2f+4x}\) for \(f=-3\text{,}\) \(x=6\)
32.
\({-9h-2p}\) for \(h=-1\text{,}\) \(p=-4\)
33.
\(\displaystyle{-\frac{k}{2}-\frac{e}{8}}\) for \(k=-1\text{,}\) \(e=6\)
34.
\(\displaystyle{\frac{n}{7}+\frac{w}{5}}\) for \(n=-4\text{,}\) \(w=-5\)
35.
\({{\frac{1}{5}}\mathopen{}\left(C+5\right)^{2}+1}\) for \(C=0\text{.}\)
36.
\({-{\frac{1}{10}}\mathopen{}\left(m-4\right)^{2}-4}\) for \(m=-6\text{.}\)
37.
\({-7p^{2}+9p-3}\) for \(p=8\text{.}\)
38.
\({4q^{2}-3q-5}\) for \(q=5\text{.}\)
39.
\({8y^{2}-y-4}\) for \(y=-9\text{.}\)
40.
\({-3r^{2}-7r-4}\) for \(r=-3\text{.}\)
41.
\({\left(6a\right)^{3}}\) for \(a=-6\text{.}\)
42.
\({\left(-6b\right)^{3}}\) for \(b=-9\text{.}\)
43.
\({\left(3A\right)^{2}}\) for \(A=7\text{.}\)
44.
\({\left(-9C\right)^{2}}\) for \(C=4\text{.}\)
45.
\({\sqrt{m-1}+5}\) for \(m=2\text{.}\)
46.
\({\sqrt{p+7}-5}\) for \(p=42\text{.}\)
47.
\({-\left(6\sqrt{q-4}+5\right)}\) for \(q=20\text{.}\)
48.
\({8-6\sqrt{y+4}}\) for \(y=77\text{.}\)
49.
\({\left|r-7\right|+3}\) for \(r=3\text{.}\)
50.
\({\left|a-2\right|-6}\) for \(a=-4\text{.}\)
51.
\({-7\mathopen{}\left|b+8\right|-7}\) for \(b=8\text{.}\)
52.
\({-7\mathopen{}\left|A-3\right|+6}\) for \(A=2\text{.}\)
53.
\(\dfrac{y_2-y_1}{x_2-x_1}\) for \(x_1=3\text{,}\) \(x_2=-5\text{,}\) \(y_1=6\text{,}\) and \(y_2=1\text{.}\)
54.
\(\dfrac{y_2-y_1}{x_2-x_1}\) for \(x_1=5\text{,}\) \(x_2=9\text{,}\) \(y_1=-6\text{,}\) and \(y_2=-4\text{.}\)
55.
\(\sqrt{\left(x_2-x_1\right)^2 + \left(y_2-y_1\right)^2}\) for \(x_1=2\text{,}\) \(x_2=7\text{,}\) \(y_1=-9\text{,}\) and \(y_2=3\text{.}\)
56.
\(\sqrt{\left(x_2-x_1\right)^2 + \left(y_2-y_1\right)^2}\) for \(x_1=-10\text{,}\) \(x_2=-2\text{,}\) \(y_1=-9\text{,}\) and \(y_2=-15\text{.}\)

Applications

Celsius to Kelvin.
To convert a temperature in degrees Celsius to degrees Kelvin, there is a formula \(K = C + 273\text{.}\)
57.
What Kelvin temperature is 3℃?
58.
What Kelvin temperature is 8℃?
Age of the United States.
To find the age of the United States in year \(Y\text{,}\) there is a formula \(A = Y - 1776\text{.}\)
59.
How old was the United States in the year 1937?
60.
How old was the United States in the year 1950?
Portland to Boise.
If you travel the road from Portland, OR to Boise, ID, and you have traveled \(x\) miles so far, you have \(431 - x\) miles left to go.
61.
After traveling \(206\) miles, how far do you have left to go?
62.
After traveling \(228\) miles, how far do you have left to go?
Hours and Seconds.
There is a formula to convert a number of hours into so many seconds: \(s=3600h\text{.}\)
63.
How much time is \(19\) hours in seconds?
64.
How much time is \(21\) hours in seconds?
Celsius to Fahrenheit.
To convert a temperature in degrees Celsius to degrees Kelvin, there is a formula \(F = \frac95C + 32\text{.}\)
65.
What Fahrenheit temperature is \(39℃\text{?}\)
66.
What Fahrenheit temperature is \(3℃\text{?}\)
Target Heart Rate.
If we want to represent a person’s target heart rate during exercise, we’d use the formula \(r=0.6(220-a)\) where \(a\) is the person’s age in years and \(r\) is their target heart rate in beats per minute (bpm).
67.
What is the target heart rate of a person who is \(29\) years old?
68.
What is the target heart rate of a person who is \(35\) years old?
Wealth Distribution.
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.339(n-2010)+28.3\) where \(n\) is the year.
69.
What percent of wealth in the United States was held by the wealthiest 1% in the year 2015?
70.
What percent of wealth in the United States was held by the wealthiest 1% in the year 2016?
Throw a Baseball.
On Earth, if you throw a baseball straight up at speed \(v\) (in feet per second), the height of the ball \(t\) seconds later is given by \(-16t^2+vt+6\text{.}\)
71.
If thrown straight up with speed \(74\) feet per second, how high up is the baseball after \(4\) seconds?
72.
If thrown straight up with speed \(79\) feet per second, how high up is the baseball after \(4\) seconds?
High Point.
On Earth, if you throw a baseball straight up at speed \(v\) (in feet per second), the highest that it reaches is \(v^2/64+6\) feet above the ground.
73.
If thrown straight up with speed \(84\) feet per second, how high will the baseball reach?
74.
If thrown straight up with speed \(89\) feet per second, how high will the baseball reach?
The Baseball Lands.
On Earth, if you throw a baseball straight up at speed \(v\) (in feet per second), it will land after \(\frac{v+\sqrt{v^2+384}}{32}\) seconds.
75.
If thrown straight up with speed \(48\) feet per second, how long will it be until the baseball hits the ground?
76.
If thrown straight up with speed \(53\) feet per second, how long will it be until the baseball hits the ground?
Cesarean Delivery.
The percentage of births in the U.S. delivered via cesarean section in a year can be given by the formula \(p = 0.0042x^3-0.0529x^2+0.0212x+32.842\) where \(x\) is the number of years since 2010.
77.
What percent of births in the US in the year 2014 were cesarean deliveries?
78.
What percent of births in the US in the year 2015 were cesarean deliveries?
Diagonal of a Rectangle.
The diagonal length \(D\) of a rectangle with side lengths \(L\) and \(W\) is given by \(D=\sqrt{L^2+W^2}\text{.}\)
rectangle with sides labeled L and W, and diagonal labeled D
79.
Determine the diagonal length of a rectangle with side lengths \(20\) and \(15\text{.}\)
80.
Determine the diagonal length of a rectangle with side lengths \(24\) and \(10\text{.}\)
Tent Height.
The height inside a tent when you are \(d\) feet from the west side of the tent is given by the formula \(h=-2\abs{d-3}+6\text{,}\) where \(h\) is in feet.
an A-frame tent with guidelines indicating that d feet inward from one side, the height to the ceiling at that point is d feet
81.
(a)
When you are \(2\) ft from the west side, how high up is the ceiling?
(b)
When you are \(4.1\) ft from the west side, how high up is the ceiling?
82.
(a)
When you are \(2.2\) ft from the west side, how high up is the ceiling?
(b)
When you are \(3\) ft from the west side, how high up is the ceiling?
83.
There are \(24\) hours in a day. Write an expression representing how many hours are in \(x\) days.
84.
There are \(12\) inches in a foot. Write an expression representing how many inches are in \(x\) feet.
85.
If a population of \(x\) fish is introduced into a large, predator-free lake with ample food, then one year later the population will have grown by \(70\) percent. Find an expression for the population one year later.
86.
If a pool with \(x\) gallons of water is left uncovered outside for one month with no rain, it will lose \(9\) percent of its volume to evaporation. Find an expression for the number of gallons after one month.
87.
Suppose \(n\) family members live in a home, and some cousins, a family of four, comes to stay for a week. Give an expression for how many people live in that house during that week.
88.
Back home in your refrigerator are some eggs. There are \(n\) eggs, but you cannot recall how many. While shopping, you purchase a dozen eggs. Write an expression for how many eggs you have when you get home.
89.
The rental fee for a beach house is a flat \({\$350}\) plus \({\$175}\) per night. Write an expression for the cost to rent the beach house for \(n\) nights.
90.
An elementary school classroom needs a minimum of \(130\) square feet for the teacher plus a minimum of \(40\) square feet per student. Write an expression for the minimum square footage of a classroom with \(n\) students.
You have attempted of activities on this page.