Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. 6th Grade Math
  2. Evaluate Expressions at Specific Values of Their Variables

x = 53x + 2= 17
6TH GRADE MATHEMATICS • EXPRESSIONS AND EQUATIONS

Evaluate Expressions at Specific Values of Their Variables

Learn how to plug numbers into expressions and find their value — a skill you'll use throughout all of math.

Section 1

Where Did Expressions Come From?

People have been solving math problems for thousands of years. But they didn't always have the neat symbols we use today. For most of history, math problems were written out in full sentences! Imagine writing "take a number, multiply it by three, and add seven" every single time. That would get tiring, right? Over time, mathematicians invented shortcuts — and that's how algebraic expressions (math phrases that use letters and symbols) were born.

~1800 BCE
Ancient Babylonian scribes carved math problems onto clay tablets. They described unknowns with words instead of letters, but they were already solving what we'd call algebra today.
~250 CE
The Greek mathematician Diophantus started using abbreviations for unknowns. He's often called the "Father of Algebra" because he moved toward symbols instead of pure words.
~820 CE
The Persian scholar al-Khwārizmī wrote a famous book on solving equations. The word "algebra" actually comes from the Arabic title of his book, al-jabr.
1637
René Descartes, a French thinker, popularized using x, y, and z for unknowns and a, b, c for known values. This is the system we still use today!
Today
Evaluating expressions is one of the first algebra skills students learn. It's the foundation for equations, functions, coding, science, and so much more.

So here's the big question this lesson answers: When you have a math expression with letters (variables), and someone tells you what number each letter stands for, how do you figure out the total value? That's what "evaluating an expression" means, and you're about to master it.

Section 2

Core Ideas You Need to Know

Before we start evaluating, let's make sure we understand a few key building blocks. Think of these as your toolkit — once you know them, everything else clicks into place.

1

Variable

A variable is a letter that stands for a number we don't know yet (or one that can change). Common ones are x, y, n, and a.
2

Expression

An expression is a math phrase that combines numbers, variables, and operations (like +, −, ×, ÷). For example: 3x + 7. Expressions do not have an equals sign.
3

Substitute

To substitute means to replace a variable with a specific number. If x = 4, you replace every x in the expression with 4.
4

Evaluate

To evaluate means to calculate the value of the expression after you substitute. You do the arithmetic and get one final number as your answer.
✦ KEY TAKEAWAY
Think of an expression like a recipe. The variables are blanks where you write in specific ingredients. When you fill in the blanks and follow the instructions, you get a finished dish — that's your answer! Evaluating an expression is just filling in the blanks and doing the math.
Section 3

See It in Action

Let's look at what happens when we evaluate the expression 2x + 5 when x = 3. Follow the diagram below — it shows each step from the original expression to the final answer.

STEP 1 — START WITH THE EXPRESSION2x + 5The variable x is waiting for a value.STEP 2 — SUBSTITUTE x = 32(3) + 5Replace every x with 3.STEP 3 — DO THE MATH2 × 3 = 66 + 5 =11Multiply first, then add. The value of the expression is 11.

Here's what just happened: we started with the expression 2x + 5, we were told that x = 3, so we substituted 3 in for x. Then we did the arithmetic (multiply before adding — remember order of operations!) and got 11. That's evaluating an expression!

Section 4

The Step-by-Step Method

No matter how complicated the expression looks, you can always follow the same three steps. Let's write them out clearly.

Step 1 — Identify
Write down the expression and the value of each variable.
Example: Expression is 4y − 2, and y = 6
Step 2 — Substitute
Replace each variable with its given number.
4y − 2 becomes 4(6) − 2
Step 3 — Calculate
Use order of operations to simplify to one number.
4 × 6 = 24, then 24 − 2 = 22

There's one really important rule to keep in mind: order of operations. You may know it as PEMDAS (Parentheses, Exponents, Multiplication/Division, Addition/Subtraction). When you do Step 3, always multiply and divide before you add and subtract, unless parentheses tell you otherwise.

Also, a quick tip about notation. When you see something like 4y, it means 4 × y. The multiplication sign is hidden! So when you substitute y = 6, you write 4(6) or 4 × 6. This shorthand is super common in algebra, and once you're used to it, it actually makes things easier to read.

✦ KEY TAKEAWAY
Evaluating expressions is like a three-step dance: Read the expression, Replace the letters with numbers, and Reduce to one final answer. Read → Replace → Reduce. Once you remember those three R's, you've got this!
Section 5

Expressions With Multiple Variables

So far we've looked at expressions with just one variable. But what if there are two — or even three? No problem! The process is exactly the same. You just substitute a number for each variable. Let's look at a few types of expressions you'll see.

Types of ExpressionsSINGLE VARIABLE5x + 1One letter to replaceTWO VARIABLES3a + 2bReplace both a and bWITH EXPONENTSx² + 3Substitute, then squareWITH DIVISIONn ÷ 4 + 2Divide first, then add

Let's try one with two variables. Suppose we have 3a + 2b and we're told a = 4 and b = 5. We substitute both values: 3(4) + 2(5). That gives us 12 + 10, which equals 22. See? Same three steps — you just do them for each variable.

ExpressionGiven ValuesAfter SubstitutionResult
5x + 1x = 35(3) + 1 = 15 + 116
3a + 2ba = 4, b = 53(4) + 2(5) = 12 + 1022
x² + 3x = 5(5)² + 3 = 25 + 328
n ÷ 4 + 2n = 2020 ÷ 4 + 2 = 5 + 27
2(y + 3)y = 72(7 + 3) = 2(10)20

Notice the last row: 2(y + 3) when y = 7. The parentheses tell you to add first, then multiply. So it becomes 2(7 + 3) = 2(10) = 20. Parentheses always come first in order of operations!

Section 6

Worked Example

Let's walk through a full problem together, nice and slow.

Evaluate 3x² − 2y + 4 when x = 2 and y = 5

Step 1 — Write Down What You Know

Our expression is 3x² − 2y + 4. We know that x = 2 and y = 5.

Step 2 — Substitute

Replace every x with 2 and every y with 5:
3(2)² − 2(5) + 4

Step 3 — Handle Exponents First

Order of operations says exponents come before multiplication. So let's calculate 2² = 4 first:
3(4) − 2(5) + 4

Step 4 — Multiply

Now do all the multiplication: 3 × 4 = 12 and 2 × 5 = 10. So the expression now looks like:
12 − 10 + 4

Step 5 — Add and Subtract (Left to Right)

12 − 10 = 2, then 2 + 4 = 6
When x = 2 and y = 5, the expression 3x² − 2y + 4 equals 6.
Section 7

Tips, Tricks, and Common Mistakes

Evaluating expressions is pretty straightforward, but there are a few spots where students tend to trip up. Let's look at what to watch out for — and some tricks that make things easier.

Common MistakeWhat Goes WrongHow to Fix It
Forgetting order of operationsIn 2 + 3x with x = 4, adding first gives 5 × 4 = 20 (wrong!)Multiply first: 3 × 4 = 12, then 2 + 12 = 14 ✓
Mixing up 2x and x²2x means 2 × x, but x² means x × x. They're different!When x = 3: 2x = 6 but x² = 9. Read carefully.
Not substituting everywhereIn x + 2x, forgetting to replace both x'sReplace EVERY instance. Use parentheses: (3) + 2(3) = 9 ✓
Dropping parenthesesWriting 3 × 2² instead of 3 × (2)² — works here, but risky with negativesAlways put parentheses around the substituted number. It's a good habit!
✦ KEY TAKEAWAY
Here's a trick that top math students use: when you substitute a number for a variable, always wrap it in parentheses. So 3x becomes 3(5), not just 35. This small habit prevents so many mistakes, especially once you start working with negative numbers and exponents.
Section 8

Connection to What's Next

Evaluating expressions is your gateway into bigger and more exciting math. Once you can plug values into expressions, you're ready to start working with equations — which are expressions that do have an equals sign. Instead of being given the value of x, you'll learn how to find it!

What You're Learning NowWhat Comes Next
Evaluating expressions: given x, find the valueSolving equations: given the value, find x
Single specific value for each variableFunctions: see how the answer changes as the variable changes
Using numbers like 3, 5, 10Using negative numbers, decimals, and fractions as values
Simple operations (+, −, ×, ÷)More complex expressions with multiple grouping symbols

You'll also see evaluating expressions in science class. For example, if you learn that distance = speed × time, and you know the speed is 60 mph and the time is 3 hours, you're evaluating the expression 60 × 3 = 180 miles. The same skill pops up in cooking, budgeting, video game design, and just about everywhere numbers are used.

Section 9

Practice Problems

Time to try it yourself! Start with the easier ones and work your way up. Click "Show Answer" when you're ready to check your work.

PROBLEM 1 — CONCEPTUAL
In your own words, what does it mean to "evaluate an expression"? For instance, what are you doing when you evaluate x + 7 when x = 3?
PROBLEM 2 — BASIC
Evaluate 6n − 4 when n = 5.
PROBLEM 3 — INTERMEDIATE
Evaluate 4a + 3b when a = 6 and b = 2.
PROBLEM 4 — APPLIED
You're selling lemonade. The expression 2c + 5 tells you how much money (in dollars) you'll have, where c is the number of cups you sell. Each cup costs $2, and you started with $5. How much money will you have after selling c = 12 cups?
PROBLEM 5 — CHALLENGE
Evaluate x² + 2x − 3 when x = 4. Then evaluate the same expression when x = 1. How much bigger is the first answer than the second?
Summary

Putting It All Together

In this lesson, you learned how to evaluate expressions by following three clear steps: identify the expression and the given values, substitute (replace) each variable with its number, and then calculate using the correct order of operations (PEMDAS). You saw that this works whether there's one variable or several, and whether the expression involves addition, multiplication, exponents, or division.

Remember: always wrap your substituted numbers in parentheses to avoid mistakes, and always handle exponents and multiplication before addition and subtraction. This skill is the foundation for solving equations, working with functions, and applying math to real-world problems — from lemonade stands to science experiments. You've got the tools now, so keep practicing and it'll become second nature!

Varsity Tutors • 6th Grade Mathematics (Common Core) • Evaluate Expressions at Specific Values of Their Variables