Evaluating an Expression
Evaluating an Expression
🧭 Overview
🧠 One-sentence thesis
Order of operations (PEMDAS) ensures that multi-step mathematical expressions produce a single correct answer by specifying which operations must be performed before others.
📌 Key points (3–5)
- What "evaluate" means: to simplify an expression and find its value.
- Why order matters: without agreed-upon rules, the same expression could yield different answers (e.g., "maybe 7, or maybe 13").
- The PEMDAS sequence: Parentheses, Exponents, Multiplication/Division (left to right), Addition/Subtraction (left to right).
- Common confusion: multiplication and division are equal priority (work left to right), as are addition and subtraction (also left to right)—not strict "M before D" or "A before S."
- Grouping symbols extend beyond parentheses: brackets, nested symbols, and fraction bars all indicate "do this part first."
🔤 What it means to evaluate
🔤 Definition and purpose
To evaluate an expression means to simplify it and find its value.
- The goal is a single, unambiguous answer.
- Without rules, different people might perform steps in different orders and get different results.
- Example: the excerpt notes it isn't helpful for an answer to be "maybe 7, or maybe 13."
🚦 Order of operations as "rules of the road"
- Mathematicians agreed on a standard sequence so everyone arrives at the same answer.
- The excerpt compares this to real-life sequences: putting on socks before shoes is necessary, but left-sock-first vs. right-sock-first is flexible.
- In math, some steps must happen in a specific order; others can be done in any order as long as the required precedence is respected.
🧮 The PEMDAS hierarchy
🅿️ P: Parentheses (and grouping symbols)
- Work inside parentheses or other grouping symbols first.
- If there are operations inside the grouping symbols, follow PEMDAS within them as well.
- Nested grouping: the excerpt shows that square brackets can be used to make matching pairs clearer, e.g., instead of multiple layers of parentheses.
🔺 E: Exponents
An exponent indicates repeated multiplication.
- The exponent tells how many factors of the base are multiplied together.
- Example (from the excerpt): the base is multiplied by itself the number of times indicated by the exponent.
- Exponents are evaluated after parentheses but before multiplication, division, addition, and subtraction.
✖️➗ MD: Multiplication and Division (left to right)
- Multiplication and division have equal priority.
- Perform them from left to right as they appear.
- Don't confuse: it is not "do all multiplications first, then all divisions"; instead, work left to right.
- The excerpt shows multiple notations for multiplication: a dot, parentheses directly next to a number, or the × symbol (though × is avoided because it resembles the letter x).
➕➖ AS: Addition and Subtraction (left to right)
- Addition and subtraction also have equal priority.
- Perform them from left to right.
- The excerpt includes exercises showing that doing addition before subtraction (when no parentheses are present) violates the correct order and produces the wrong answer.
🗂️ Extended grouping symbols
🗂️ Brackets and nesting
- Square brackets
[ ]can replace parentheses to improve readability when grouping symbols are nested. - The excerpt example: nested parentheses can be rewritten with brackets to make pairs easier to match.
- The rule remains the same: work from the innermost grouping outward, following PEMDAS at each level.
➗ Fraction bars as grouping
- A fraction bar groups the numerator (top) and denominator (bottom) separately.
- How it works:
- Perform all operations in the numerator.
- Perform all operations in the denominator.
- Finally, divide the top result by the bottom result.
- Example: treat the fraction bar as an implicit set of parentheses around the top and another around the bottom.
🔢 Notation and common pitfalls
🔢 Multiple ways to show multiplication
The excerpt lists several equivalent notations for multiplication:
- A dot (e.g., a dot between two numbers)
- Parentheses directly next to a number
- The × symbol (less common in algebra because it resembles the letter x)
Why it matters: recognizing all forms prevents confusion when reading expressions.
⚠️ Why exercises show different answers with only parentheses changed
- The excerpt includes a set of exercises where "the only differences are the parentheses, but every exercise has a different answer."
- This demonstrates that grouping symbols fundamentally change which operations are performed first.
- Don't confuse: moving or adding parentheses is not cosmetic—it changes the meaning and the result of the expression.