8.2: Evaluate, Simplify, & Translate Expressions
Evaluate Algebraic Expressions
In the last section, we simplified expressions using the order of operations. In this section, we’ll evaluate expressions — again following the order of operations.
To evaluate an algebraic expression means to find the value of the expression when the variable is replaced by a given number. To evaluate an expression, we substitute the given number for the variable in the expression and then simplify the expression using the order of operations.
Example A
Evaluate [latex]x+7[/latex] when:
- [latex]x=3[/latex]
- [latex]x=12[/latex]
a. [latex]\boldsymbol{x=3}[/latex]
To evaluate, substitute 3 for x in the expression, and then simplify.
[latex]\begin{array}{rr} &x+7 \\ \text{Substitute:}&3+7 \\ \text{Add:}&10 \end{array}[/latex]
When [latex]x=3[/latex], the expression [latex]x+7[/latex] has a value of 10.
b. [latex]\boldsymbol{x=12}[/latex]
To evaluate, substitute 12 for x in the expression, and then simplify.
[latex]\begin{array}{rr} &x+7 \\ \text{Substitute:}&12+7 \\ \text{Add:}&19 \end{array}[/latex]
When [latex]x=12[/latex], the expression [latex]x+7[/latex] has a value of 19.
Notice that we got different results for parts a) and b) even though we started with the same expression. This is because the values used for x were different. When we evaluate an expression, the value varies depending on the value used for the variable.
Exercise 1
Evaluate [latex]y+4[/latex] when:
- [latex]y=6[/latex]
- [latex]y=15[/latex]
Exercise 1 Answers
- 10
- 19
Exercise 2
Evaluate [latex]a-5[/latex] when:
- [latex]a=9[/latex]
- [latex]a=17[/latex]
Exercise 2 Answers
- 4
- 12
Example B
Evaluate [latex]9x-2[/latex] when:
- [latex]x=5[/latex]
- [latex]x=1[/latex]
Remember ab means a times b, so 9x means 9 times x.
a. [latex]\boldsymbol{x=5}[/latex]
To evaluate the expression when [latex]x=5[/latex], we substitute 5 for x, and then simplify.
[latex]\begin{array}{rr}&9x-2 \\ \text{Substitute } 5 \text{ for } x : &9\cdot 5 - 2 \\ \text{Multiply:} &45-2 \\ \text{Subtract:} &43 \end{array}[/latex]
b. [latex]\boldsymbol{x=1}[/latex]
To evaluate the expression when [latex]x=1[/latex], we substitute 1 for x, and then simplify.
[latex]\begin{array}{rr}&9x-2 \\ \text{Substitute } 1 \text{ for } x : &9(1) - 2 \\ \text{Multiply:} &9-2 \\ \text{Subtract:} &7 \end{array}[/latex]
Notice that in part a), we wrote [latex]9\cdot 5[/latex], and in part b), we wrote [latex]9(1)[/latex]. Both the dot and the parentheses tell us to multiply.
Exercise 3
Evaluate [latex]8x-3[/latex] when:
- [latex]x=2[/latex]
- [latex]x=1[/latex]
Exercise 3 Answers
- 13
- 5
Exercise 4
Evaluate [latex]4y-4[/latex] when:
- [latex]y=3[/latex]
- [latex]y=5[/latex]
Exercise 4 Answers
- 8
- 16
Example C
Evaluate [latex]x^2[/latex] when [latex]x=10[/latex].
We substitute 10 for x, and then simplify the expression.
[latex]\begin{array}{rr}&x^2 \\ \text{Substitute } 10 \text{ for } x : &10^2 \\ \text{Use the definition of exponent:} &10\cdot 10 \\ \text{Multiply:} &100 \end{array}[/latex]
When [latex]x=10[/latex], the expression [latex]x^2[/latex] has a value of 100.
Exercise 5
Evaluate [latex]x^2[/latex] when [latex]x=8[/latex].
Exercise 5 Answer
64
Exercise 6
Evaluate [latex]x^3[/latex] when [latex]x=6[/latex].
Exercise 6 Answer
216
Example D
Evaluate [latex]2^x[/latex] when [latex]x=5[/latex].
In this expression, the variable is an exponent.
[latex]\begin{array}{rr}&2^x \\ \text{Substitute } 5 \text{ for } x : &2^5 \\ \text{Use the definition of exponent:} &2\cdot 2\cdot 2\cdot 2\cdot 2 \\ \text{Multiply:} &32 \end{array}[/latex]
When [latex]x=5[/latex], the expression [latex]2^x[/latex] has a value of 32.
Exercise 7
Evaluate [latex]2^x[/latex] when [latex]x=6[/latex].
Exercise 7 Answer
64
Exercise 8
Evaluate [latex]3^x[/latex] when [latex]x=4[/latex].
Exercise 8 Answer
81
Example E
Evaluate [latex]3x+4y-6[/latex] when [latex]x=10[/latex] and [latex]y=2[/latex].
This expression contains two variables, so we must make two substitutions.
[latex]\begin{array}{rr}&3x+4y-6 \\ \text{Substitute } 10 \text{ for } x \text{ and } 2 \text{ for } y : &3(10)+4(2)-6 \\ \text{Multiply:} &30+8-6 \\ \text{Add and subtract left to right:} &32 \end{array}[/latex]
When [latex]x=10[/latex] and [latex]y=2[/latex], the expression [latex]3x+4y-6[/latex] has a value of 32.
Exercise 9
Evaluate [latex]2x+5y-4[/latex] when [latex]x=11[/latex] and [latex]y=3[/latex].
Exercise 9 Answer
33
Exercise 10
Evaluate [latex]5x-2y-9[/latex] when [latex]x=7[/latex] and [latex]y=8[/latex].
Exercise 10 Answer
10
Example F
Evaluate [latex]2x^2+3x+8[/latex] when [latex]x=4[/latex].
We need to be careful when an expression has a variable with an exponent. In this expression, [latex]2x^2[/latex] means [latex]2\cdot x\cdot x[/latex] and is different from the expression [latex](2x)^2[/latex], which means [latex]2x\cdot 2x[/latex].
[latex]\begin{array}{rr}&2x^2+3x+8 \\ \text{Substitute } 4 \text{ for } x : &2(4)^2+3(4)+8 \\ \text{Simplify }4^2 : &2(16)+3(4)+8 \\ \text{Multiply:} &32+12+8 \\ \text{Add: } &52 \end{array}[/latex]
Exercise 11
Evaluate [latex]3x^2+4x+1[/latex] when [latex]x=3[/latex].
Exercise 11 Answer
40
Exercise 12
Evaluate [latex]6x^2-4x-7[/latex] when [latex]x=2[/latex].
Exercise 12 Answer
9
Identify Terms, Coefficients, & Like Terms
Algebraic expressions are made up of terms. A term is a constant or the product of a constant and one or more variables. Some examples of terms are 7, y, 5x2, 9a, and 13xy.
The constant that multiplies the variable(s) in a term is called the coefficient. We can think of the coefficient as the number in front of the variable. The coefficient of the term 3x is 3. When we write x, the coefficient is 1 since [latex]x=1\cdot x[/latex]. Table 8.2.1 gives the coefficients for each of the terms in the left column.
Term | Coefficient |
---|---|
7 | 7 |
9a | 9 |
y | 1 |
5x2 | 5 |
An algebraic expression may consist of one or more terms added or subtracted. In this chapter, we will only work with terms that are added together. Table 8.2.2 gives some examples of algebraic expressions with various numbers of terms. Notice that we include the operation before a term with it.
Expression | Terms |
---|---|
7 | 7 |
y | y |
[latex]x+7[/latex] | x, 7 |
[latex]2x+7y+4[/latex] | 2x, 7y, 4 |
[latex]3x^2+4x^2+5y+3[/latex] | 3x2, 4x2 , 5y, 3 |
Example G
Identify each term in the expression [latex]9b+15x^2+a+6[/latex]. Then, identify the coefficient of each term.
The expression has four terms. They are 9b, 15x2, a, and 6.
- The coefficient of 9b is 9.
- The coefficient of 15x2 is 15.
- Remember that if no number is written before a variable, the coefficient is 1. So, the coefficient of a is 1.
- The coefficient of a constant is the constant, so the coefficient of 6 is 6.
Exercise 13
Identify all terms in the given expression, and their coefficients: [latex]4x+3b+2[/latex].
Exercise 13 Answer
The terms are 4x, 3b, and 2.
The coefficients are 4, 3, and 2.
Exercise 14
Identify all terms in the given expression, and their coefficients: [latex]9a+13a^2+a^3[/latex].
Exercise 14 Answer
The terms are 9a, 13a2, and a3.
The coefficients are 9, 13, and 1.
Some terms share common traits. Look at the following terms. Which ones seem to have traits in common?
5x, 7, n2, 4, 3x, 9n2
Which of these terms are like terms?
- The terms 7 and 4 are both constant terms.
- The terms 5x and 3x are both terms with x.
- The terms n2 and 9n2 both have n2.
Terms are called like terms if they have the same variables and exponents. All constant terms are also like terms. So among the terms 5x, 7, n2, 4, 3x, 9n2:
- 7 and 4 are like terms.
- 5x and 3x are like terms.
- n2 and 9n2 are like terms.
Like terms:
Terms that are either constants or have the same variables with the same exponents are like terms.
Example H
Identify the like terms:
- [latex]y^3, 7x^2, 14, 23, 4y^3, 9x, 5x^2[/latex]
- [latex]4x^2+2x+5x^2+6x+40x+8xy[/latex]
a. [latex]\boldsymbol{y^3, 7x^2, 14, 23, 4y^3, 9x, 5x^2}[/latex]
Look at the variables and exponents. The expression contains y3, x2, x, and constants.
- The terms y3 and 4y3 are like terms because they both have y3.
- The terms 7x2 and 5x2 are like terms because they both have x2.
- The terms 14 and 23 are like terms because they are both constants.
- The term 9x does not have any like terms in this list since no other terms have the variable x raised to the power of 1.
b. [latex]\boldsymbol{4x^2+2x+5x^2+6x+40x+8xy}[/latex]
Look at the variables and exponents. The expression contains the terms 4x2, 2x, 5x2, 6x, 40x, and 8xy.
- The terms 4x2 and 5x2 are like terms because they both have x2.
- The terms 2x, 6x, and 40x are like terms because they all have x.
- The term 8xy has no like terms in the given expression because no other terms contain the two variables xy.
Exercise 15
Identify the like terms in the list or the expression: [latex]9, 2x^3, y^2, 8x^3, 15, 9y, 11y^2[/latex]
Exercise 15 Answers
9 and 15; 2x3 and 8x3; y2, and 11y2
Exercise 16
Identify the like terms in the list or the expression: [latex]4x^3+8x^2+19+3x^2+24+6x^3[/latex]
Exercise 16 Answers
4x3 and 6x3; 8x2 and 3x2; 19 and 24
Simplify Expressions by Combining Like Terms
We can simplify an expression by combining the like terms. What do you think [latex]3x+6x[/latex] would simplify to? If you thought 9x, you would be right!
We can see why this works by writing both terms as addition problems.
[latex]\begin{array}{ccc}3x&+&6x \\ x+x+x &+& x+x+x+x+x+x \\ &9x& \end{array}[/latex]
Add the coefficients and keep the same variable. It doesn’t matter what x is. If you have 3 of something and add 6 more of the same thing, the result is 9 of them. For example, 3 oranges plus 6 oranges is 9 oranges. We will discuss the mathematical properties behind this later.
The expression [latex]3x+6x[/latex] has only two terms. When an expression contains more terms, it may be helpful to rearrange the terms so that like terms are together.
The Commutative Property of Addition says that we can change the order of addends without changing the sum. So, we could rearrange the following expression before combining like terms.
[latex]\begin{array}{ccc}\textcolor{red}{3x}+\textcolor{blue}{4y}&-&\textcolor{red}{2x}+\textcolor{blue}{6y} \\ &\Downarrow& \\ \textcolor{red}{3x}-\textcolor{red}{2x}&+&\textcolor{blue}{4y}+\textcolor{blue}{6y} \end{array}[/latex]
Now, it is easier to see the like terms to be combined.
How to combine like terms:
- Identify like terms.
- Rearrange the expression so the like terms are together.
- Add the coefficients of the like terms.
Example I
Simplify the expression: [latex]3x+7+4x+5[/latex].
Step 1: Identify the like terms.
[latex]\textcolor{red}{3x}+\textcolor{blue}{7} +\textcolor{red}{4x}+\textcolor{blue}{5}[/latex]
Step 2: Rearrange the expression so the like terms are together.
[latex]\textcolor{red}{3x}+\textcolor{red}{4x}+\textcolor{blue}{7}+\textcolor{blue}{5}[/latex]
Step 3: Add the coefficients of the like terms.
[latex]\textcolor{red}{7x}+\textcolor{blue}{12}[/latex]
The original expression is simplified to [latex]7x+12[/latex].
Exercise 17
Simplify: [latex]7x+9+9x+8[/latex].
Exercise 17 Answer
[latex]16x + 17[/latex]
Exercise 18
Simplify: [latex]5y+2+8y+4y+5[/latex].
Exercise 18 Answer
[latex]17y + 7[/latex]
Example J
Simplify the expression: [latex]7x^2+8x+x^2+4x[/latex].
Step 1: Identify the like terms.
[latex]\textcolor{red}{7x^2}+\textcolor{blue}{8x} +\textcolor{red}{x^2}+\textcolor{blue}{4x}[/latex]
Step 2: Rearrange the expression so like terms are together.
[latex]\textcolor{red}{7x^2}+\textcolor{red}{x^2}+\textcolor{blue}{8x}+\textcolor{blue}{4x}[/latex]
Step 3: Add the coefficients of the like terms.
[latex]\textcolor{red}{8x^2}+\textcolor{blue}{12x}[/latex]
These are not like terms and cannot be combined. So [latex]8x^2+12x[/latex] is in simplest form.
Exercise 19
Simplify: [latex]3x^2+9x+x^2+5x[/latex]
Exercise 19 Answer
[latex]4x^2 + 14x[/latex]
Exercise 20
Simplify: [latex]11y^2+8y+y^2+7y[/latex].
Exercise 20 Answer
[latex]13y^2+15y[/latex]
Translate Words to Algebraic Expressions
In the previous section, we listed many operation symbols used in algebra, and then we translated expressions and equations into word phrases and sentences. Now, we’ll reverse the process and translate word phrases into algebraic expressions. The symbols and variables we’ve talked about will help us do that. Table 8.2.3 summarizes them.
Operation | Phrase | Expression |
---|---|---|
Addition | a plus b The sum of a and b a increased by b b more than a The total of a and b b added to a |
[latex]a+b[/latex] |
Subtraction | a minus b The difference of a and b b subtracted from a a decreased by b b less than a |
[latex]a-b[/latex] |
Multiplication | a times b The product of a and b |
[latex]a\cdot b[/latex], ab, [latex]a(b)[/latex], [latex](a)(b)[/latex] |
Division | a divided by b The quotient of a and b The ratio of a and b b divided into a |
[latex]a \div b[/latex], [latex]a/b[/latex], [latex]\frac{a}{b}[/latex], [latex]b\overline{)a}[/latex] |
Look closely at these phrases using the four operations:
- The sum of a and b
- The difference of a and b
- The product of a and b
- The quotient of a and b
Each phrase tells you to operate on two numbers. Look for the words of and and to find the numbers.
Example L
Translate each word phrase into an algebraic expression:
- The difference of 20 and 4
- The quotient of 10x and 3
a. The difference of 20 and 4
The key word is difference, which tells us the operation is subtraction. Look for the words of and and to find the numbers to subtract.
[latex]\begin{array}{l} \text{the difference of } 20 \text{ and } 4 \\ 20 \text{ minus } 4 \\ 20-4 \end{array}[/latex]
b. The quotient of 10x and 3
The key word is quotient, which tells us the operation is division.
[latex]\begin{array}{l}\\ \text{the quotient of } 10x \text{ and } 3 \\ \text{divide } 10x \text{ by } 3 \\ 10x\div 3 \end{array}[/latex]
This can also be written as [latex]\begin{array}{l}10x/3 \text{ or } \dfrac{10x}{3} \end{array}[/latex].
Exercise 21
Translate the given word phrase into an algebraic expression.
- The difference of 47 and 41
- The quotient of 5x and 2
Exercise 21 Answers
- [latex] 47 − 41[/latex]
- [latex] 5x \div 2[/latex]
Exercise 22
Translate the given word phrase into an algebraic expression.
- The sum of 17 and 19
- The product of 7 and x
Exercise 22 Answers
- [latex] 17 + 19[/latex]
- [latex]7x[/latex]
How old will you be in eight years? What age is eight more years than your age now? Did you add 8 to your present age? Eight more than means eight added to your present age.
How old were you seven years ago? This is seven years less than your age now. You subtract 7 from your present age. Seven less than means seven subtracted from your present age.
Example M
Translate each word phrase into an algebraic expression:
- Eight more than y
- Seven less than 9z
a. Eight more than y
The keywords are more than. They tell us the operation is addition. More than means “added to”.
[latex]\begin{array}{l}\text{Eight more than}\phantom{\rule{0.2em}{0ex}}y\\ \text{Eight added to}\phantom{\rule{0.2em}{0ex}}y\\ y+8\end{array}[/latex]
b. Seven less than 9z
The keywords are less than. They tell us the operation is subtraction. Less than means “subtracted from”.
[latex]\begin{array}{l}\text{Seven less than}\phantom{\rule{0.2em}{0ex}}9z\\ \text{Seven subtracted from}\phantom{\rule{0.2em}{0ex}}9z\\ 9z-7\end{array}[/latex]
Exercise 23
Translate each word phrase into an algebraic expression.
- Eleven more than x
- Fourteen less than 11a
Exercise 23 Answers
- [latex]x + 11[/latex]
- [latex]11a − 14[/latex]
Exercise 24
Translate each word phrase into an algebraic expression.
- 19 more than j
- 21 less than 2x
Exercise 24 Answers
- [latex]j + 19[/latex]
- [latex]2x − 21[/latex]
Example N
Translate each word phrase into an algebraic expression:
- Five times the sum of m and n
- The sum of five times m and n
a. Five times the sum of m and n
There are two operation words: times tells us to multiply, and sum tells us to add. Because we are multiplying 5 times the sum, we need parentheses around the sum of m and n.
[latex]m+n[/latex]
b. The sum of five times m and n
To take a sum, we look for the words of and and to see what is being added. Here, we are taking the sum of five times m and n.
[latex]5m+n[/latex]
Notice how the use of parentheses changes the result. In part a), we add first and in part b), we multiply first.
Exercise 25
Translate the word phrase into an algebraic expression.
- Four times the sum of p and q
- The sum of four times p and q
Exercise 25 Answers
- [latex]4(p + q)[/latex]
- [latex]4p + q[/latex]
Exercise 26
Translate the word phrase into an algebraic expression.
- The difference of two times x and 8
- Two times the difference of x and 8
Exercise 26 Answers
- [latex]2x − 8[/latex]
- [latex]2(x − 8)[/latex]
Later in this course, we’ll apply our skills in algebra to solving equations. We’ll usually start by translating a word phrase into an algebraic expression. We’ll need to be clear about what the expression will represent. We’ll see how to do this in the next two examples.
Example O
The height of a rectangular window is 6 inches less than the width. Let w represent the width of the window. Write an expression for the height of the window.
Step 1: Write a phrase about the height.
6 less than the width
Step 2: Substitute w for the width.
6 less than w
Step 3: Rewrite ‘less than’ as ‘subtracted from.’
6 subtracted from w
Step 4: Translate the phrase into algebra.
[latex]w-6[/latex]
Exercise 27
The length of a rectangle is 5 inches less than the width. Let w represent the width of the rectangle. Write an expression for the length of the rectangle.
Exercise 27 Answer
[latex]w − 5[/latex]
Exercise 28
The width of a rectangle is 2 metres greater than the length. Let l represent the length of the rectangle. Write an expression for the width of the rectangle.
Exercise 27 Answer
[latex]l + 2[/latex]
Example P
Blanca has dimes and quarters in her purse. The number of dimes is 2 less than 5 times the number of quarters. Let q represent the number of quarters. Write an expression for the number of dimes.
Step 1: Write a phrase about the number of dimes.
Two less than five times the number of quarters
Step 2: Substitute q for the number of quarters.
2 less than five times q
Step 3: Translate 5 times q.
2 less than 5q
Step 4: Translate the phrase into algebra.
[latex]5q-2[/latex]
Exercise 29
Geoffrey has dimes and quarters in his pocket. The number of dimes is seven less than six times the number of quarters. Let q represent the number of quarters. Write an expression for the number of dimes.
Exercise 29 Answer
[latex]6q − 7[/latex]
Exercise 30
Lauren has dimes and nickels in her purse. The number of dimes is eight more than four times the number of nickels. Let n represent the number of nickels. Write an expression for the number of dimes.
Exercise 30 Answer
[latex]4n + 8[/latex]
Additional online resources:
- Algebraic Expression Vocabulary — Algebraic Expression Vocabulary (L2.2) [5:52 min] (Mathispower4u, 2014).
Key Concepts
Combine like terms
-
- Identify like terms.
- Rearrange the expression so like terms are together.
- Add the coefficients of the like terms.
Glossary
- Term — A term is a constant or the product of a constant and one or more variables.
- Coefficient — The constant that multiplies the variable(s) in a term is called the coefficient.
- Like terms — Terms that are either constants or have the same variables with the same exponents are like terms.
- Evaluate — To evaluate an algebraic expression means to find the value of the expression when the variable is replaced by a given number.
8.2: Practice Questions
1. Evaluate Algebraic Expressions
In the following exercises, evaluate the expression for the given value.
- [latex]7x+8[/latex] when [latex]x=2[/latex]
- [latex]9x+7[/latex] when [latex]x=3[/latex]
- [latex]5x-4[/latex] when [latex]x=6[/latex]
- [latex]8x-6[/latex] when [latex]x=7[/latex]
- [latex]x^2[/latex] when [latex]x=12[/latex]
- [latex]6x^3[/latex] when [latex]x=5[/latex]
- [latex]x^5[/latex]when [latex]x=2[/latex]
- [latex]x^4[/latex] when [latex]x=3[/latex]
- [latex]3^x[/latex] when [latex]x=3[/latex]
- [latex]4^x[/latex]when [latex]x=2[/latex]
- [latex]x^2+3x-7[/latex] when [latex]x=4[/latex]
- [latex]x^2+5x-8[/latex] when [latex]x=6[/latex]
- [latex]2x+4y-5[/latex] when [latex]x=7, y=8[/latex]
- [latex]6x+3y-9[/latex] when [latex]x=6, y=9[/latex]
- [latex]x-y^2[/latex] when [latex]x=10, y=7[/latex]
- [latex]x+y^2[/latex] when [latex]x=6, y=9[/latex]
- [latex]a^2+b^2[/latex] when [latex]a=3, b=8[/latex]
- [latex]r^2-s^2[/latex] when [latex]r=12, s=5[/latex]
- [latex]2l+2w[/latex] when [latex]l=15, w=12[/latex]
- [latex]2l+2w[/latex] when [latex]l=18, w=14[/latex]
2. Identify Terms, Coefficients, and Like Terms
In the following exercises, list the terms in the given expression.
- [latex]15x^2+6x+2[/latex]
- [latex]11x^2+8x+5[/latex]
- [latex]10y^3+y+2[/latex]
- [latex]9y^3+y+5[/latex]
In the following exercises, identify the coefficient of the given term.
- 8a
- 13m
- 5r2
- 6x3
In the following exercises, identify all sets of like terms.
- x3, 8x, 14, 8y, 5, 8x3
- 6z, 3w2, 1, 6z2, 4z, w2
- 9a, a2, 16ab, 16b2, 4ab, 9b2
- 3, 25r2, 10s, 10r, 4r2, 3s
3. Simplify Expressions by Combining Like Terms
In the following exercises, simplify the given expression by combining like terms.
- [latex]10x+3x[/latex]
- [latex]15x+4x[/latex]
- [latex]17a+9a[/latex]
- [latex]18z+9z[/latex]
- [latex]4c+2c+c[/latex]
- [latex]6y+4y+y[/latex]
- [latex]9x+3x+8[/latex]
- [latex]8a+5a+9[/latex]
- [latex]7u+2+3u+1[/latex]
- [latex]8d+6+2d+5[/latex]
- [latex]7p+6+5p+4[/latex]
- [latex]8x+7+4x-5[/latex]
- [latex]10a+7+5a-2+7a-4[/latex]
- [latex]7c+4+6c-3+9c-1[/latex]
- [latex]3x^2+12x+11+14x^2+8x+5[/latex]
- [latex]5b^2+9b+10+2b^2+3b-4[/latex]
4. Translate English Phrases into Algebraic Expressions
In the following exercises, translate the given word phrase into an algebraic expression.
- The sum of 8 and 12
- The sum of 9 and 1
- The difference of 14 and 9
- 8 less than 19
- The product of 9 and 7
- The product of 8 and 7
- The quotient of 36 and 9
- The quotient of 42 and 7
- The difference of x and 4
- 3 less than x
- The product of 6 and y
- The product of 9 and y
- The sum of 8x and 3x
- The sum of 13x and 3x
- The quotient of y and 3
- The quotient of y and 8
- Eight times the difference of y and nine
- Seven times the difference of y and one
- Five times the sum of x and y
- Times five less than twice x
In the following exercises, write an algebraic expression.
- Adele bought a skirt and a blouse. The skirt cost $15 more than the blouse. Let b represent the cost of the blouse. Write an expression for the cost of the skirt.
- Eric has rock and classical CDs in his car. The number of rock CDs is 3 more than the number of classical CDs. Let c represent the number of classical CDs. Write an expression for the number of rock CDs.
- The number of girls in a second-grade class is 4 less than the number of boys. Let b represent the number of boys. Write an expression for the number of girls.
- Marcella has 6 fewer male cousins than female cousins. Let f represent the number of female cousins. Write an expression for the number of boy cousins.
- Marcella has 6 fewer male cousins than female cousins. Let f represent the number of female cousins. Write an expression for the number of boy cousins.
- Jeannette has $5 and $10 bills in her wallet. The number of fives is three more than six times the number of tens. Let t represent the number of tens. Write an expression for the number of fives.
5. Everyday Math
In the following exercises, use algebraic expressions to solve the problem.
- Car insurance: Justin’s car insurance has a $750 deductible per incident. This means that he pays $750, and his insurance company will pay all costs beyond $750. If Justin files a claim for $2,100, how much will he pay, and how much will his insurance company pay?
- Home insurance: Pam and Armando’s home insurance has a $2,500 deductible per incident. This means that they pay $2,500, and their insurance company will pay all costs beyond $2,500. If Pam and Armando file a claim for $19,400, how much will they pay, and how much will their insurance company pay?
6. Writing Exercises
- Explain why “the sum of x and y” is the same as “the sum of y and x,” but “the difference of x and y” is not the same as “the difference of y and x.” Try substituting two random numbers for x and y to help you explain.
- Explain the difference between “4 times the sum of x and y” and “the sum of 4 times x and y.”
8.2: Practice Answers
- Evaluate algebraic expressions.
- 22
- 26
- 144
- 32
- 27
- 21
- 41
- 9
- 73
- 54
- Identify terms, coefficients, and like terms.
- 15x2, 6x, 2
- 10y3, y, 2
- 8
- 5
- x3, 8x3 and 14, 5
- 16ab and 4ab; 16b2 and 9b2
- Simplify expressions by combining like terms.
- 13x
- 26a
- 7c
- 12x + 8
- 10u + 3
- 12p + 10
- 22a + 1
- 17x2 + 20x + 16
- Translate English phrases into algebraic expressions.
- 8 + 12
- 14 − 9
- 9 ⋅ 7
- 36 ÷ 9
- x − 4
- 6y
- 8x + 3x
- [latex]\dfrac{y}{3}[/latex]
- 8 (y − 9)
- 5 (x + y)
- b + 15
- b − 4
- 2n − 7
- Everyday math.
- He will pay $750. His insurance company will pay $1350.
- Writing exercises.
- Answers will vary.
References
Mathispower4u. (2014, August 10). Algebraic expression vocabulary (L2.2) [Video]. YouTube. https://youtu.be/E6lK-by__rA?si=YMB1kgHMXUfRy4ZI.
Attributions
This chapter has been adapted from 1.3 Evaluate, Simplify, and Translate Expressions in Introductory Algebra (BCcampus) by Izabela Mazur (2021), which is under a CC BY 4.0 license.
The original chapter was adapted from 2.2 Evaluate, Simplify, and Translate Expressions in Prealgebra 2e (OpenStax) by Lynn Marecek, MaryAnne Anthony-Smith, and Andrea Honeycutt Mathis (2020), which is under a CC BY 4.0 license. Adapted by Izabela Mazur.