SAT Math: Evaluating Linear Expressions
Master the fundamentals of evaluating linear expressions to tackle SAT Algebra questions with confidence
By NUM8ERS Math Team | Updated October 2025 | 12-minute read
What is a Linear Expression?
Definition: A linear expression is an algebraic expression where each variable appears only to the first power (exponent of 1) and contains no products or quotients of variables. Linear expressions form the building blocks of linear equations and appear frequently on the SAT Math section.
Standard form:
\( ax + b \)
Where:
- \( x \) = the variable (unknown value)
- \( a \) = the coefficient (the number multiplying the variable)
- \( b \) = the constant term (a fixed number)
✅ Examples of Linear Expressions
- \( 3x + 7 \)
- \( -5t + 12 \)
- \( \frac{2}{3}y - 8 \)
- \( 0.5n + 4.2 \)
- \( 9 - 4x \) (can be rewritten as \( -4x + 9 \))
❌ NOT Linear Expressions
- \( x^2 + 5 \) → contains \( x^2 \) (quadratic)
- \( \sqrt{x} + 3 \) → contains square root of variable
- \( \frac{4}{x} + 7 \) → variable in denominator
- \( xy + 2 \) → product of two variables
How to Evaluate Linear Expressions
Evaluating a linear expression means finding its numerical value when the variable is replaced with a specific number. This is one of the most fundamental skills tested in SAT Algebra questions.
📋 Step-by-Step Process
- Identify the expression and the value to substitute
- Substitute the given value for every occurrence of the variable
- Follow order of operations (PEMDAS):
- Parentheses/Brackets
- Exponents
- Multiplication and Division (left to right)
- Addition and Subtraction (left to right)
- Simplify to get a single numerical value
- Check your work (does the answer make sense?)
⚠️ Common Pitfalls & Tips
1. Sign Errors with Negative Values
When substituting negative numbers, always use parentheses. For example, if \( x = -3 \), write \( 2x \) as \( 2(-3) \), not \( 2 \times -3 \). This prevents sign errors.
2. Forgetting to Multiply the Coefficient
Remember that \( 5x \) means \( 5 \times x \). Many students write the substituted value but forget to multiply by the coefficient.
3. Order of Operations Mistakes
Always multiply before adding or subtracting. In \( 4x + 7 \), calculate \( 4x \) first, then add 7.
4. Fraction and Decimal Arithmetic
Take extra care with fraction multiplication and addition. Keep denominators in mind and simplify at the end.
5. Double-Check the Variable
Make sure you substitute for every occurrence of the variable, especially in longer expressions.
Essential Formulas
| Formula/Concept | Description |
|---|---|
| \( ax + b \) | General form of a linear expression with one variable |
| Evaluation | Replace \( x \) with a specific number and simplify |
| \( a(x + b) = ax + ab \) | Distributive property (useful for simplifying before evaluating) |
| \( ax + bx = (a+b)x \) | Combining like terms |
| PEMDAS | Order of operations: Parentheses, Exponents, Multiply/Divide, Add/Subtract |
SAT-Style Worked Examples
These examples mirror the style, difficulty, and format of actual SAT Math questions. Work through each one carefully and review the detailed solutions.
Example 1: Basic Evaluation
Question:
What is the value of the expression \( 5x - 8 \) when \( x = 4 \)?
A) 4
B) 12
C) 17
D) 28
Solution:
Step 1: Write the original expression:
\( 5x - 8 \)
Step 2: Substitute \( x = 4 \):
\( 5(4) - 8 \)
Step 3: Multiply first (order of operations):
\( 20 - 8 \)
Step 4: Subtract:
\( 12 \)
Answer: B) 12
💡 Tip: Always perform multiplication before addition or subtraction according to PEMDAS.
Example 2: Negative Value Substitution
Question:
If \( n = -3 \), what is the value of \( -4n + 7 \)?
A) -19
B) -5
C) 5
D) 19
Solution:
Step 1: Write the expression:
\( -4n + 7 \)
Step 2: Substitute \( n = -3 \) (use parentheses!):
\( -4(-3) + 7 \)
Step 3: Multiply (negative × negative = positive):
\( 12 + 7 \)
Step 4: Add:
\( 19 \)
Answer: D) 19
💡 Tip: When substituting negative values, always use parentheses to avoid sign errors. Remember: \( -4 \times (-3) = +12 \).
Example 3: Fractional Coefficients
Question:
What is the value of \( \frac{2}{3}x + 5 \) when \( x = 12 \)?
A) 9
B) 11
C) 13
D) 15
Solution:
Step 1: Write the expression:
\( \frac{2}{3}x + 5 \)
Step 2: Substitute \( x = 12 \):
\( \frac{2}{3}(12) + 5 \)
Step 3: Multiply the fraction by 12:
\( \frac{2 \times 12}{3} + 5 = \frac{24}{3} + 5 \)
Step 4: Simplify the fraction:
\( 8 + 5 \)
Step 5: Add:
\( 13 \)
Answer: C) 13
💡 Tip: When working with fractions, multiply first, then simplify. Notice that \( 12 \div 3 = 4 \), so \( \frac{2}{3} \times 12 = 2 \times 4 = 8 \).
Example 4: Word Problem Context
Question:
A phone repair shop charges a flat fee of $25 plus $18 per hour of labor. The total cost \( C \) in dollars for \( h \) hours of labor is given by the expression \( C = 18h + 25 \). What is the total cost for a repair that takes 2.5 hours?
A) $43
B) $55
C) $68
D) $70
Solution:
Step 1: Identify the expression and value:
Expression: \( C = 18h + 25 \)
Value: \( h = 2.5 \) hours
Step 2: Substitute \( h = 2.5 \):
\( C = 18(2.5) + 25 \)
Step 3: Multiply:
\( C = 45 + 25 \)
(Since \( 18 \times 2.5 = 18 \times \frac{5}{2} = \frac{90}{2} = 45 \))
Step 4: Add:
\( C = 70 \)
Answer: D) $70
💡 Tip: In real-world problems, the expression represents a formula. The variable (here \( h \)) represents an input, and evaluating gives you the output (total cost). Always include units in your final answer when solving word problems.
Example 5: Multi-Step with Distribution
Question:
What is the value of the expression \( 3(2x - 4) + 5 \) when \( x = 5 \)?
A) 13
B) 17
C) 23
D) 27
Solution:
Method 1: Substitute First
Step 1: Write the expression:
\( 3(2x - 4) + 5 \)
Step 2: Substitute \( x = 5 \):
\( 3(2(5) - 4) + 5 \)
Step 3: Work inside parentheses first:
\( 3(10 - 4) + 5 = 3(6) + 5 \)
Step 4: Multiply:
\( 18 + 5 \)
Step 5: Add:
\( 23 \)
Method 2: Distribute First (Alternative)
Step 1: Distribute the 3:
\( 3(2x - 4) + 5 = 6x - 12 + 5 = 6x - 7 \)
Step 2: Substitute \( x = 5 \):
\( 6(5) - 7 = 30 - 7 = 23 \)
Answer: C) 23
💡 Tip: Both methods work! Substituting first is often faster on the SAT. However, if you need to simplify the expression for multiple values, distributing first creates a simpler form.
Practice Problems
Test your understanding with these additional practice problems. Solutions are provided below.
- Evaluate \( 7x + 3 \) when \( x = -2 \)
- What is the value of \( -\frac{1}{4}y + 9 \) when \( y = 8 \)?
- If \( t = 6 \), find the value of \( 2(3t - 5) + 11 \)
- A streaming service charges $8.99 per month. The total cost \( C \) for \( m \) months is \( C = 8.99m \). What is the cost for 6 months?
Solutions
- -11 → \( 7(-2) + 3 = -14 + 3 = -11 \)
- 7 → \( -\frac{1}{4}(8) + 9 = -2 + 9 = 7 \)
- 37 → \( 2(3(6) - 5) + 11 = 2(18 - 5) + 11 = 2(13) + 11 = 26 + 11 = 37 \)
- $53.94 → \( C = 8.99(6) = 53.94 \)
Key Takeaways
- Linear expressions contain variables raised only to the first power
- Evaluating means substituting a specific value for the variable and simplifying
- Always use parentheses when substituting negative numbers
- Follow PEMDAS (order of operations): multiply before adding/subtracting
- Double-check your arithmetic, especially with fractions and negative signs
- In word problems, identify the variable and its value, then evaluate the expression
- Practice is essential—work through multiple problems to build speed and accuracy
SAT Test-Taking Strategies
⏱️ Time Management
Evaluation questions should take 30-45 seconds. If you're stuck, skip and return later. Easy points add up!
🧮 Use Your Calculator Wisely
For SAT calculator-allowed sections, use your calculator to avoid arithmetic errors, especially with decimals and fractions.
✅ Show Your Work
Write each step in your test booklet. This reduces errors and helps you catch mistakes if you review your answer.
🎯 Eliminate Wrong Answers
If you're unsure, eliminate obviously wrong answers. Use estimation to narrow choices before calculating precisely.
Next Steps: Related SAT Math Topics
Once you've mastered evaluating linear expressions, continue building your algebra skills with these closely related topics:
- Solving Linear Equations – Find the value of the variable that makes an equation true
- Simplifying Linear Expressions – Combine like terms and use distributive property
- Linear Functions – Understand slope, y-intercept, and graphing lines
- Systems of Linear Equations – Solve two equations with two variables simultaneously