Fiveable

Pre-Algebra Unit 2 Review

QR code for Pre-Algebra practice questions

2.2 Evaluate, Simplify, and Translate Expressions

2.2 Evaluate, Simplify, and Translate Expressions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Pre-Algebra
Unit & Topic Study Guides

Evaluating and Simplifying Expressions

Algebraic expressions combine numbers, variables, and operations to represent quantities. Learning to evaluate, simplify, and translate these expressions gives you the foundation for solving equations later on.

Components of Algebraic Expressions

Before you can evaluate or simplify anything, you need to know the vocabulary.

  • Terms are the parts of an expression separated by addition or subtraction. In 3x+2y53x + 2y - 5, the three terms are 3x3x, 2y2y, and 5-5.
  • Coefficients are the numbers multiplied by a variable in a term. In 3x3x, the coefficient is 3. If no number is written, the coefficient is 1, so xx means the same thing as 1x1x.
  • Constants are terms with no variable at all, like 5-5.
  • Like terms share the same variable raised to the same power. 3x3x and 5x5x are like terms because they both have xx to the first power. But 3x3x and 5x25x^2 are not like terms because the exponents differ.
Evaluation of algebraic expressions, Noctes Mathematicae - Disorder of Operations

Evaluating Algebraic Expressions

Evaluating means plugging in given values for the variables and then calculating the result. Here's the process:

  1. Substitute the given value for each variable. If x=3x = 3 and the expression is 2x+72x + 7, replace xx with 3 to get 2(3)+72(3) + 7.

  2. Follow the order of operations (PEMDAS) to simplify:

    • Parentheses first
    • Exponents next
    • Multiplication and Division, left to right
    • Addition and Subtraction, left to right
  3. Calculate to get your final answer. For 2(3)+72(3) + 7: multiply first to get 6+76 + 7, then add to get 1313.

A slightly harder example: Evaluate x24yx^2 - 4y when x=3x = 3 and y=2y = -2.

  1. Substitute: (3)24(2)(3)^2 - 4(-2)

  2. Exponents first: 94(2)9 - 4(-2)

  3. Multiply: 9(8)9 - (-8)

  4. Subtracting a negative means adding: 9+8=179 + 8 = 17

Evaluation of algebraic expressions, PEMDAS and powers – Math Mistakes

Simplifying by Combining Like Terms

Simplifying means making an expression shorter by combining like terms. You can't solve it (there's no equals sign), but you can clean it up.

  1. Identify the like terms. Look for terms with the same variable and exponent.
  2. Add or subtract their coefficients. The variable part stays the same.
  3. Bring down any unlike terms as they are.

For example, simplify 3x+2y5+2x3y3x + 2y - 5 + 2x - 3y:

  • Group the like terms: (3x+2x)+(2y3y)+(5)(3x + 2x) + (2y - 3y) + (-5)
  • Combine coefficients: 5x+(1y)+(5)5x + (-1y) + (-5)
  • Clean it up: 5xy55x - y - 5

Notice that you can regroup terms in any order thanks to the commutative and associative properties of addition. Just be careful to carry the sign in front of each term with it.

Translating Expressions

Translating means converting an English phrase into an algebraic expression. This is how word problems become math you can actually work with.

Steps for Translating

  1. Identify the unknown and assign it a variable. For example, "a number" becomes xx.
  2. Match key words to operations:
Word/PhraseOperationExample PhraseExpression
sum, plus, increased by, more thanAddition"the sum of five and a number"5+x5 + x
difference, minus, decreased by, less thanSubtraction"a number decreased by three"x3x - 3
product, times, ofMultiplication"the product of six and a number"6x6x
quotient, divided by, perDivision"a number divided by four"x4\frac{x}{4}
  1. Pay attention to order. Most phrases translate left to right, but watch out for "less than" and "subtracted from," which flip the order. "Three less than a number" is x3x - 3, not 3x3 - x.

A few more translations to practice with:

  • "twice a number, increased by seven" → 2x+72x + 7
  • "five less than three times a number" → 3x53x - 5
  • "the quotient of a number and the sum of that number and two" → xx+2\frac{x}{x + 2}

That last one shows why parentheses matter. "The sum of a number and two" is a single quantity, so it needs to be grouped as (x+2)(x + 2) in the denominator.