Skip to main content

Section 2.1 Variables and Evaluating Expressions

To move past arithmetic to algebra, we begin working with variables. Any combination of numbers and variables using mathematical operations is called an algebraic expression. Some expressions are simple, and some are complicated. Some expressions are abstract, whereas some have context and meaning. One example of a simple algebraic expression with context is “\(220 - a\text{,}\)” which has one variable, \(a\text{,}\) and is the expression for the maximum heart rate of a person who is \(a\) years old.

In this section, we'll focus on variables and expressions. In Section 2.2 we'll continue with a focus on geometry formulas. In the remainder of this chapter, we'll focus on mathematical equations and inequalities which are also very important in algebra.

Figure 2.1.1 Alternative Video Lesson

Subsection 2.1.1 Introduction to Variables

When we want to represent an unknown or changing numerical quantity, we use a variable to do so. For example, if you'd like to discuss the gas mileage of various cars, you could let the symbol “\(g\)” represent a car's gas mileage. The mileage might be 25 mpg, 30 mpg, or some other quantity. If we agree to use mpg for the units of measure, \(g\) might be a place holder for \(25\text{,}\) \(30\text{,}\) or some other number. Since we are using a variable and not a specific number, we can discuss gas mileage for Honda Civics at the same time we discuss gas mileage for Ford Explorers.

When variables stand for actual physical quantities, it's good to use letters that clearly correspond to the quantity they represent. For example, it's wise to use \(g\) to represent gas mileage. This helps the people who might read your work in the future to understand it better.

It is also important to identify what unit of measurement goes along with each variable you use, and clearly tell your reader this. For example, suppose you are working with \(g=25\text{.}\) A car whose gas mileage is 25 mpg is very different from a car whose gas mileage is 25 kpg (kilometers per gallon). So it would be important to tell readers that \(g\) represents gas mileage in miles per gallon.

Checkpoint 2.1.2

Unless an algebra problem specifies which letter(s) to use, we may choose which letter(s) to use for our variable(s). However without any context to a problem, \(x\text{,}\) \(y\text{,}\) and \(z\) are the most common letters used as variables, and you may see these variables (especially \(x\)) a lot.

Also note that the units we use are often determined indirectly by other information given in an algebra problem. For example, if we're told that a car has used so many gallons of gas after traveling so many miles, then it suggests we should measure gas mileage in mpg.

Subsection 2.1.2 Algebraic Expressions

An algebraic expression is any combination of variables and numbers using arithmetic operations. The following are all 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 signs like these in them: \(=\text{,}\) \(\lt\text{,}\) \(\leq\text{,}\) etc.

Example 2.1.3

The expression:

\begin{equation*} \frac{5}{9}(F - 32) \end{equation*}

can be used to convert from 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 calculating the result. In this case, we can replace \(F\) with a specific number.

Let's convert the temperature 89 °F to the Celsius scale by evaluating the expression.

\begin{align*} \frac{5}{9}(F - 32) \amp= \frac{5}{9}(\substitute{89} - 32)\\ \amp= \frac{5}{9}(57)\\ \amp= \frac{285}{9}\approx 31.67 \end{align*}

This shows us that 89 °F is equivalent to approximately 31.67 °C.

Warning 2.1.4 Evaluating Versus Solving

The steps in Example 2.1.3 are not considered “solving” anything. “Solving” is a word you might be tempted to use, because in some sense the steps from Example 2.1.3 are “finding an answer.” There is a special meaning in algebra for words like “solve” and “solution” that will come soon. Instead, when we substitute a value and compute the result, the proper vocabulary is “evaluating an expression.”

Checkpoint 2.1.5

Try evaluating the temperature expression for yourself.

Example 2.1.6 Target heart rate

According to the American Heart Association, a person's maximum heart rate, in beats per minute (bpm), is given by \(220 - a\text{,}\) where \(a\) is their age in years.

  1. Determine the maximum heart rate for someone who is \(31\) years old.

  2. A person's target heart rate for moderate exercise is \(50\%\) to \(70\%\) of their maximum heart rate. If they want to reach \(65\%\) of their maximum heart rate during moderate exercise, we'd use the expression \(0.65(220-a)\text{,}\) where \(a\) is their age in years. Determine the target heart rate at this \(65\%\) level for someone who is \(31\) years old.

Explanation

Both of these parts ask us to evaluate an expression.

  1. Since \(a\) is defined to be age in years, we will evaluate this expression by substituting \(a\) with \(31\text{:}\)

    \begin{align*} 220-a \amp= 220-\substitute{31}\\ \amp= 189 \end{align*}

    This tells us that the maximum heart rate for someone who is \(31\) years old is \(189\) bpm.

  2. We'll again substitute \(a\) with \(31\text{,}\) but this time using the target heart rate expression:

    \begin{align*} 0.65(220-a) \amp= 0.65(220-\substitute{31})\\ \amp= 0.65(189)\\ \amp=122.85 \end{align*}

    This tells us that the target heart rate for someone who is \(31\) years old undertaking moderate exercise is \(122.85\) bpm.

Checkpoint 2.1.7
Checkpoint 2.1.8 Rising Rents

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

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

Example 2.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.8d} \amp= \sqrt{9.8(\substitute{30})}\\ \amp=\sqrt{294}\\ \amp\approx \overbrace{17.14}^{\text{four}}6428\ldots \end{align*}

The speed of tsunami with a depth of 30 m is about 17.15 ms.

Up to now, we have been evaluating expressions, but we can evaluate formulas in the same way. A formula usually has a single variable that represents the output of an expression. For example, the expression for a person's maximum heart rate in beats per minute, \(220-a\text{,}\) can be written as the formula, \(H=220-a\text{.}\) When we substitute a value for \(a\) we are evaluating the formula. Even though we have an equation, we are not solving yet. That will come soon.

Checkpoint 2.1.10 Tent Height
Checkpoint 2.1.11 Mortgage Payments
Warning 2.1.12 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. Let's look at some examples.

Example 2.1.13

Evaluate \(x^2\) if \(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\amp\text{incorrect!}\\ \amp=-4 \end{align*}

The original expression takes \(x\) and squares it. With \(-2^2=-4\text{,}\) the number \(-2\) is not being squared. Since the exponent has higher priority than the negation, it's just the number \(2\) that is being squared. With \((-2)^2=4\) the number \(-2\) is being squared, which is what we would want given the expression \(x^2\text{.}\)

So it is wise to always use some parentheses when substituting in any negative number.

Checkpoint 2.1.14

Subsection 2.1.4 Exercises

Evaluating Expressions
1

Evaluate \({x-10}\) for \(x = 6\text{.}\)

2

Evaluate \({x+4}\) for \(x = 9\text{.}\)

3

Evaluate \({-4-x}\) for \(x = -10\text{.}\)

4

Evaluate \({10-x}\) for \(x = -8\text{.}\)

5

Evaluate \({3x+6}\) for \(x = -5\text{.}\)

6

Evaluate \({-5x-6}\) for \(x = -3\text{.}\)

7

Evaluate \({-7c}\) for \(c = 9\text{.}\)

8

Evaluate \({-2B}\) for \(B = 2\text{.}\)

9

Evaluate the expression \({r^{2}}\text{:}\)

  1. When \(r=3\text{,}\) \(\displaystyle{{r^{2}}=}\)

  2. When \(r=-5\text{,}\) \(\displaystyle{{r^{2}}=}\)

10

Evaluate the expression \({t^{2}}\text{:}\)

  1. When \(t=9\text{,}\) \(\displaystyle{{t^{2}}=}\)

  2. When \(t=-9\text{,}\) \(\displaystyle{{t^{2}}=}\)

11

Evaluate the expression \({t^{3}}\text{:}\)

  1. When \(t=4\text{,}\) \(\displaystyle{{t^{3}}=}\)

  2. When \(t=-3\text{,}\) \(\displaystyle{{t^{3}}=}\)

12

Evaluate the expression \({x^{3}}\text{:}\)

  1. When \(x=2\text{,}\) \(\displaystyle{{x^{3}}=}\)

  2. When \(x=-4\text{,}\) \(\displaystyle{{x^{3}}=}\)

13

Evaluate the following expressions.

  1. Evaluate \({5x^{2}}\) when \(x=2\text{.}\) \(\displaystyle{{5x^{2}}=}\)

  2. Evaluate \({\left(5x\right)^{2}}\) when \(x=2\text{.}\) \(\displaystyle{{\left(5x\right)^{2}}=}\)

14

Evaluate the following expressions.

  1. Evaluate \({3x^{2}}\) when \(x=2\text{.}\) \(\displaystyle{{3x^{2}}=}\)

  2. Evaluate \({\left(3x\right)^{2}}\) when \(x=2\text{.}\) \(\displaystyle{{\left(3x\right)^{2}}=}\)

15

Evaluate \({-\left(y+2\right)}\) for \(y = -7\text{.}\)

16

Evaluate \({-7\!\left(y+9\right)}\) for \(y = 6\text{.}\)

17

Evaluate \(\displaystyle{{\frac{9r-5}{3r}}}\) for \(r=-1\text{.}\)

18

Evaluate \(\displaystyle{{\frac{3r-7}{3r}}}\) for \(r=-8\text{.}\)

19

Evaluate \({-9B+9A}\) for \(B = -10\) and \(A = -6\text{.}\)

20

Evaluate \({-2C-c}\) for \(C = -9\) and \(c = 5\text{.}\)

21

Evaluate \(\displaystyle{{\frac{-5}{x}-\frac{4}{a}}}\) for \(x = 7\) and \(a = -3\text{.}\)

22

Evaluate \(\displaystyle{{\frac{-5}{y}-\frac{8}{B}}}\) for \(y = 9\) and \(B = -5\text{.}\)

23

Evaluate \(\displaystyle{{\frac{-7t+9c-3}{7t-2c}}}\) for \(t=-4\) and \(c=9\text{.}\)

24

Evaluate \(\displaystyle{{\frac{-2a-B+9}{-8a+7B}}}\) for \(a=3\) and \(B=-7\text{.}\)

25

Evaluate the expression \(\displaystyle \frac{1}{7} \big( x + 2 \big)^2 - 7\) when \(x = -9\text{.}\)

26

Evaluate the expression \(\displaystyle \frac{1}{4} \big( x + 3 \big)^2 - 4\) when \(x = -7\text{.}\)

27

Evaluate the expression \(\displaystyle \frac{1}{2} h \big( B + b \big)\) when \(h = 10, \ B = 8, \ b = 7.\)

28

Evaluate the expression \(\displaystyle \frac{1}{2} h \big( B + b \big)\) when \(h = 12, \ B = 6, \ b = 5.\)

29

Evaluate the expression \(-16t^{2}+64t+128\) when \(t=3\text{.}\)

30

Evaluate the expression \(-16t^{2}+64t+128\) when \(t=-5\text{.}\)

31

Evaluate the following expressions.

  1. Evaluate \({x^{2}r^{3}}\) when \(x=-3\) and \(r=-1\text{.}\)

    \(\displaystyle{{x^{2}r^{3}}=}\)

  2. Evaluate \({x^{3}r^{2}}\) when \(x=-3\) and \(r=-1\text{.}\)

    \(\displaystyle{{x^{3}r^{2}}=}\)

32

Evaluate the following expressions.

  1. Evaluate \({x^{2}y^{3}}\) when \(x=-1\) and \(y=-2\text{.}\)

    \(\displaystyle{{x^{2}y^{3}}=}\)

  2. Evaluate \({x^{3}y^{2}}\) when \(x=-1\) and \(y=-2\text{.}\)

    \(\displaystyle{{x^{3}y^{2}}=}\)

33

Evaluate the following expressions.

  1. Evaluate \({\left(-3y\right)^{2}}\) when \(y=-1\text{.}\)

    \(\displaystyle{{\left(-3y\right)^{2}}=}\)

  2. Evaluate \({\left(-3y\right)^{3}}\) when \(y=-1\text{.}\)

    \(\displaystyle{{\left(-3y\right)^{3}}=}\)

34

Evaluate the following expressions.

  1. Evaluate \({\left(-y\right)^{2}}\) when \(y=-2\text{.}\)

    \(\displaystyle{{\left(-y\right)^{2}}=}\)

  2. Evaluate \({\left(-y\right)^{3}}\) when \(y=-2\text{.}\)

    \(\displaystyle{{\left(-y\right)^{3}}=}\)

35

Evaluate each algebraic expression for the given value(s):

\(\displaystyle\frac{y^3 + \sqrt{x-4}}{|2 x - y|}\text{,}\) for \(x = 104\) and \(y = -4\text{:}\)

36

Evaluate each algebraic expression for the given value(s):

\(\displaystyle\frac{y^3 + \sqrt{x-4}}{|5 x - y|}\text{,}\) for \(x = 29\) and \(y = 7\text{:}\)

37

Evaluate each algebraic expression for the given value(s):

\(\displaystyle\frac{\sqrt{x}}{y}-\frac{y}{x}\text{,}\) for \(x = 81\) and \(y = 3\text{:}\)

38

Evaluate each algebraic expression for the given value(s):

\(\displaystyle\frac{\sqrt{x}}{y}-\frac{y}{x}\text{,}\) for \(x = 100\) and \(y = -6\text{:}\)

39

Evaluate

\begin{equation*} \displaystyle\frac{y_2 - y_1}{x_2 - x_1} \end{equation*}

for \(x_1 = -20\text{,}\) \(x_2 = 13\text{,}\) \(y_1 = 19\text{,}\) and \(y_2 = -1\text{:}\)

40

Evaluate

\begin{equation*} \displaystyle\frac{y_2 - y_1}{x_2 - x_1} \end{equation*}

for \(x_1 = -15\text{,}\) \(x_2 = -2\text{,}\) \(y_1 = -5\text{,}\) and \(y_2 = -12\text{:}\)

41

Evaluate

\begin{equation*} \displaystyle \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \end{equation*}

for \(x_1 = 8\text{,}\) \(x_2 = 4\text{,}\) \(y_1 = 8\text{,}\) and \(y_2 = 11\text{:}\)

42

Evaluate

\begin{equation*} \displaystyle \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \end{equation*}

for \(x_1 = -2\text{,}\) \(x_2 = 4\text{,}\) \(y_1 = -8\text{,}\) and \(y_2 = -16\text{:}\)

43

Evaluate the algebraic expression \(3 a + b\) for \(a = {\frac{5}{7}}\) and \(b = {\frac{4}{9}}\text{.}\)

44

Evaluate the algebraic expression \(-8 a + b\) for \(a = {\frac{6}{5}}\) and \(b = {\frac{1}{2}}\text{.}\)

45

Evaluate each algebraic expression for the given value(s):

\(\displaystyle\frac{5 + 5|y-x|}{x + 5 y}\text{,}\) for \(x = 6\) and \(y = -3\text{:}\)

46

Evaluate each algebraic expression for the given value(s):

\(\displaystyle\frac{4 + 5|y-x|}{x + 3 y}\text{,}\) for \(x = 11\) and \(y = -3\text{:}\)

47

To convert a temperature measured in degrees Fahrenheit to degrees Celsius, there is a formula:

\begin{equation*} C={\frac{5}{9}\!\left(F-32\right)} \end{equation*}

where \(C\) represents the temperature in degrees Celsius and \(F\) represents the temperature in degrees Fahrenheit.

If a temperature is \(113 {^\circ}\text{F}\text{,}\) what is that temperature measured in Celsius?

48

To convert a temperature measured in degrees Fahrenheit to degrees Celsius, there is a formula:

\begin{equation*} C={\frac{5}{9}\!\left(F-32\right)} \end{equation*}

where \(C\) represents the temperature in degrees Celsius and \(F\) represents the temperature in degrees Fahrenheit.

If a temperature is \(5 {^\circ}\text{F}\text{,}\) what is that temperature measured in Celsius?

49

To convert a temperature measured in degrees Fahrenheit to degrees Celsius, there is a formula:

\begin{equation*} C={\frac{5}{9}\!\left(F-32\right)} \end{equation*}

where \(C\) represents the temperature in degrees Celsius and \(F\) represents the temperature in degrees Fahrenheit.

If a temperature is \(14 {^\circ}\text{F}\text{,}\) what is that temperature measured in Celsius?

50

To convert a temperature measured in degrees Fahrenheit to degrees Celsius, there is a formula:

\begin{equation*} C={\frac{5}{9}\!\left(F-32\right)} \end{equation*}

where \(C\) represents the temperature in degrees Celsius and \(F\) represents the temperature in degrees Fahrenheit.

If a temperature is \(122 {^\circ}\text{F}\text{,}\) what is that temperature measured in Celsius?

51

A formula for converting meters into feet is

\begin{equation*} F = 3.28M \end{equation*}

where \(M\) is a number of meters, and \(F\) is the corresponding number of feet.

Use the formula to find the number of feet that corresponds to fourteen meters.

feet corresponds to fourteen meters.

52

A formula for converting meters into feet is

\begin{equation*} F = 3.28M \end{equation*}

where \(M\) is a number of meters, and \(F\) is the corresponding number of feet.

Use the formula to find the number of feet that corresponds to eight meters.

feet corresponds to eight meters.

53

The formula

\begin{equation*} y=\frac{1}{2}\,a\,t^2 +v_0\,t + y_0 \end{equation*}

gives the vertical position of an object, at time \(t\text{,}\) thrown with an initial velocity \(v_0\text{,}\) from an initial position \(y_0\) in a place where the acceleration of gravity is \(a\text{.}\) The acceleration of gravity on earth is \({-9.8\ {\textstyle\frac{\rm\mathstrut m}{\rm\mathstrut s^{2}}}}\text{.}\) It is negative, because we consider the upward direction as positive in this situation, and gravity pulls down.

What is the height of a baseball thrown with an initial velocity of \(v_0={78\ {\textstyle\frac{\rm\mathstrut m}{\rm\mathstrut s}}}\text{,}\) from an initial position of \(y_0= {97\ {\rm m}}\text{,}\) and at time \(t={14\ {\rm s}}\text{?}\)

Fourteen seconds after the baseball was thrown, it was high in the air.

54

The formula

\begin{equation*} y=\frac{1}{2}\,a\,t^2 +v_0\,t + y_0 \end{equation*}

gives the vertical position of an object, at time \(t\text{,}\) thrown with an initial velocity \(v_0\text{,}\) from an initial position \(y_0\) in a place where the acceleration of gravity is \(a\text{.}\) The acceleration of gravity on earth is \({-9.8\ {\textstyle\frac{\rm\mathstrut m}{\rm\mathstrut s^{2}}}}\text{.}\) It is negative, because we consider the upward direction as positive in this situation, and gravity pulls down.

What is the height of a baseball thrown with an initial velocity of \(v_0={84\ {\textstyle\frac{\rm\mathstrut m}{\rm\mathstrut s}}}\text{,}\) from an initial position of \(y_0= {80\ {\rm m}}\text{,}\) and at time \(t={5\ {\rm s}}\text{?}\)

Five seconds after the baseball was thrown, it was high in the air.

55

The percentage of births in the U.S. delivered via C-section can be given by the following formula for the years since 1996:

\begin{equation*} p = 0.8(y-1996)+21 \end{equation*}

In this formula \(y\) is a year after 1996 and \(p\) is the percentage of births delivered via C-section for that year.

What percentage of births in the U.S. were delivered via C-section in the year 2010?

of births in the U.S. were delivered via C-section in the year 2010.

56

The percentage of births in the U.S. delivered via C-section can be given by the following formula for the years since 1996:

\begin{equation*} p = 0.8(y-1996)+21 \end{equation*}

In this formula \(y\) is a year after 1996 and \(p\) is the percentage of births delivered via C-section for that year.

What percentage of births in the U.S. were delivered via C-section in the year 2012?

of births in the U.S. were delivered via C-section in the year 2012.

57

Target heart rate for moderate exercise is \(50\%\) to \(70\%\) of maximum heart rate. If we want to represent a certain percent of an individual’s maximum heart rate, we’d use the formula

\begin{equation*} \text{rate}=p(220-a) \end{equation*}

where \(p\) is the percent, and \(a\) is age in years.

Determine the target heart rate at \(51\%\) level for someone who is \(43\) years old. Round your answer to an integer.

The target heart rate at \(51\%\) level for someone who is \(43\) years old is beats per minute.

58

Target heart rate for moderate exercise is \(50\%\) to \(70\%\) of maximum heart rate. If we want to represent a certain percent of an individual’s maximum heart rate, we’d use the formula

\begin{equation*} \text{rate}=p(220-a) \end{equation*}

where \(p\) is the percent, and \(a\) is age in years.

Determine the target heart rate at \(53\%\) level for someone who is \(22\) years old. Round your answer to an integer.

The target heart rate at \(53\%\) level for someone who is \(22\) years old is beats per minute.

59

The diagonal length (\(D\)) of a rectangle with side lengths \(L\) and \(W\) is given by:

\begin{equation*} D=\sqrt{L^2+W^2} \end{equation*}

Determine the diagonal length of rectangles with \(L={6\ {\rm ft}}\) and \(W={8\ {\rm ft}}\text{.}\)

The diagonal length of rectangles with \(L={6\ {\rm ft}}\) and \(W={8\ {\rm ft}}\) is .

60

The diagonal length (\(D\)) of a rectangle with side lengths \(L\) and \(W\) is given by:

\begin{equation*} D=\sqrt{L^2+W^2} \end{equation*}

Determine the diagonal length of rectangles with \(L={9\ {\rm ft}}\) and \(W={12\ {\rm ft}}\text{.}\)

The diagonal length of rectangles with \(L={9\ {\rm ft}}\) and \(W={12\ {\rm ft}}\) is .

61

The height inside a camping tent when you are \(d\) feet from the edge of the tent is given by

\begin{equation*} h={-1.1\!\left|d-5.4\right|+6} \end{equation*}

where \(h\) stands for height in feet.

Determine the height when you are:

  1. \({6.5\ {\rm ft}}\) from the edge.

    The height inside a camping tent when you \({6.5\ {\rm ft}}\) from the edge of the tent is

  2. \({4.4\ {\rm ft}}\) from the edge.

    The height inside a camping tent when you \({4.4\ {\rm ft}}\) from the edge of the tent is

62

The height inside a camping tent when you are \(d\) feet from the edge of the tent is given by

\begin{equation*} h={-0.6\!\left|d-5.8\right|+5.5} \end{equation*}

where \(h\) stands for height in feet.

Determine the height when you are:

  1. \({9.7\ {\rm ft}}\) from the edge.

    The height inside a camping tent when you \({9.7\ {\rm ft}}\) from the edge of the tent is

  2. \({2.9\ {\rm ft}}\) from the edge.

    The height inside a camping tent when you \({2.9\ {\rm ft}}\) from the edge of the tent is