7.1 Algebraic Expressions & Order of Operations

Key Takeaways

  • Algebraic expressions combine numbers, variables, and operation symbols without an equality or inequality sign; terms are separated by addition or subtraction.
  • The order of operations follows the GEMDAS convention: Grouping symbols first, followed by Exponents, then Multiplication and Division strictly from left to right, and finally Addition and Subtraction strictly from left to right.
  • The Distributive Property, a(b + c) = ab + ac, allows expansion across grouping symbols, while factoring out the greatest common factor (GCF) decomposes an expression into equivalent multiplicative form.
  • Like terms share identical variable bases raised to the exact same exponents; only their numerical coefficients are combined during addition and subtraction.
  • Turnaround verbal phrases such as 'less than,' 'subtracted from,' and 'differed from' invert the natural linguistic order, requiring 'y less than x' to be transcribed as x - y.
Last updated: September 2026

7.1 Algebraic Expressions & Order of Operations

Quick Answer: An algebraic expression is a mathematical phrase containing numbers (constants), letters (variables), and operation symbols without an equal sign ($=$) or inequality symbol ($<, >, \le, \ge$). Terms are separated by addition or subtraction signs. To evaluate numerical expressions, follow the GEMDAS convention: Grouping symbols first, Exponents next, Multiplication and Division strictly from left to right as they appear, and Addition and Subtraction strictly from left to right. Two expressions are equivalent if they yield identical values for all real domain substitutions, achieved through the Distributive Property ($a(b + c) = ab + ac$), combining like terms (terms with identical variable factors and exponents), and factoring out the greatest common monomial factor.


Anatomy of Algebraic Expressions

Algebra bridges arithmetic and generalized problem solving by replacing static numbers with dynamic symbols. To manipulate and evaluate expressions accurately on the Florida FAST assessment, students must distinguish among its foundational structural components:

  1. Variable: A letter or symbol (such as $x, y, k, n$) that represents an unknown numerical value or an arbitrary element of a specified number set.
  2. Constant: A fixed numerical quantity that does not alter its value (e.g., $7, -15, \frac{3}{4}, \pi$).
  3. Numerical Coefficient: The numerical multiplier positioned directly in front of a variable term. In the term $-8x^3$, the coefficient is $-8$. When a variable appears without an explicit number (e.g., $x$ or $-y$), its implicit coefficient is $+1$ or $-1$, respectively.
  4. Term: A single number, a single variable, or the product of numbers and variables. Terms are separated from one another exclusively by addition ($+$) or subtraction ($-$) signs. For example, the expression $5x^2 - 4xy + 9$ contains three distinct terms: $5x^2$, $-4xy$, and $+9$.

Expression vs. Equation vs. Inequality

Standardized assessments frequently evaluate whether candidates understand the functional boundaries between mathematical statements:

Mathematical EntityDefining CharacteristicsRelational SymbolAction / ObjectiveExample
Algebraic ExpressionA mathematical phrase representing a single quantity; has no truth valueNone ($=, <, >, \le, \ge$ are absent)Simplify or Evaluate$4x^2 - 7x + 12$
EquationA mathematical sentence asserting that two expressions represent equal quantitiesEquals sign ($=$)Solve for unknown variable(s)$4x^2 - 7x + 12 = 0$
InequalityA mathematical sentence comparing two expressions of unequal or bounded valueInequality sign ($<, >, \le, \ge$)Solve and Graph solution set$4x - 7 \ge 12$

Translating Verbal Scenarios into Algebraic Expressions

Florida B.E.S.T. benchmark MA.6.AR.1.1 requires students to translate written English descriptions into precise algebraic expressions. The central challenge lies in identifying operational keywords and recognizing grammatical structures that dictate the sequence of operations.

Operational Keyword Directory

OperationPrimary Keywords & PhrasesAlgebraic TranslationCautionary Notes
Addition ($+$)Sum, plus, increased by, more than, combined, total, exceeds by"Sum of $x$ and $8$" $\implies x + 8$Commutative: $x + 8 = 8 + x$
Subtraction ($-$)Difference, minus, decreased by, diminished by, less"$15$ decreased by $y$" $\implies 15 - y$Non-commutative: $15 - y \neq y - 15$
Turnaround SubtractionLess than, subtracted from, differed from"$9$ less than $w$" $\implies w - 9$Order reverses! Do NOT write $9 - w$
Multiplication ($\times$)Product, times, of, twice ($2\times$), triple ($3\times$), fraction of"Three-fifths of $n$" $\implies \frac{3}{5}n$Write coefficients directly before variables
Division ($\div$)Quotient, divided by, ratio of, split equally into, per"Quotient of $k$ and $4$" $\implies \frac{k}{4}$Numerator comes first; denominator follows
Grouping Indicators"The quantity of...", "The sum of... times...", "Twice the difference of...""Twice the difference of $x$ and $5$" $\implies 2(x - 5)$Grouping parentheses must enclose the operation

The "Turnaround Words" Rule

The most common error on middle school and early high school algebra exams involves the prepositional phrases "less than" and "subtracted from". In standard English, the modifier introduces the starting value:

  • "Eight subtracted from $x$" means you begin with $x$ and remove $8$: $x - 8$.
  • "Ten less than the square of $p$" means you begin with $p^2$ and decrease it by $10$: $p^2 - 10$.
  • Contrast this with "Eight minus $x$", which translates strictly in written order: $8 - x$.

Step-by-Step Translation Example

Scenario: A coastal tour boat company in Tampa Bay charges a flat docking reservation fee of $$45$ plus an admission fee of $$18$ per adult passenger and $$12$ per child passenger. Furthermore, a promotional discount coupons $$5$ off the total ticket cost for every family group. Write an algebraic expression for the total cost for $a$ adults and $c$ children.

  1. Docking fee (constant): $+45$
  2. Adult ticket expenditure: $18a$
  3. Child ticket expenditure: $12c$
  4. Promotional deduction: $-5$
  5. Total combined expression: $18a + 12c + 45 - 5 = 18a + 12c + 40$

The Order of Operations: GEMDAS Hierarchy

When simplifying numerical expressions or evaluating algebraic expressions by substitution, ambiguity is eliminated through the universally accepted convention known as the Order of Operations. While many students learn the elementary mnemonic PEMDAS, modern Florida B.E.S.T. standards adopt GEMDAS to emphasize all generalized grouping symbols.

The GEMDAS Levels

  1. G — Grouping Symbols: Evaluate all expressions enclosed within internal grouping boundaries first, moving from innermost to outermost. Grouping symbols encompass:
    • Parentheses: $(3 + 5)$
    • Brackets and Braces: $[4 - {2 + 1}]$
    • Absolute Value Bars: $|-12 + 4| = |-8| = 8$ (bars serve both as grouping boundaries and distance metrics)
    • Radical Signs: $\sqrt{9 + 16} = \sqrt{25} = 5$ (the horizontal vinculum groups the radicand)
    • Fraction Bars (Vinculum): In $\frac{18 + 6}{8 - 2}$, simplify the entire numerator ($24$) and denominator ($6$) independently before dividing ($24 \div 6 = 4$).
  2. E — Exponents & Roots: Evaluate all power terms and radical roots from left to right. Pay meticulous attention to negative bases:
    • $(-4)^2 = (-4) \times (-4) = +16$ (the negative sign is inside the grouping base)
    • $-4^2 = -(4 \times 4) = -16$ (the exponent applies solely to the base $4$; the negative is an external multiplier of $-1$)
  3. M / D — Multiplication & Division (Equal Precedence, Left to Right):
    • Crucial Rule: Multiplication does NOT take precedence over division! They are co-equal operations. You must evaluate them strictly in the chronological order in which they appear from left to right across the expression.
  4. A / S — Addition & Subtraction (Equal Precedence, Left to Right):
    • Similarly, addition does not take precedence over subtraction. Evaluate them strictly from left to right as they appear.

Step-by-Step Worked Evaluation

Evaluate the following numerical expression: 36÷3×2(4)2+82136 \div 3 \times 2 - (-4)^2 + |8 - 21|

  • Step 1 (Grouping): Evaluate the expression inside the absolute value bars: 821=13=13|8 - 21| = |-13| = 13 Expression becomes: $36 \div 3 \times 2 - (-4)^2 + 13$
  • Step 2 (Exponents): Evaluate $(-4)^2$: (4)2=16(-4)^2 = 16 Expression becomes: $36 \div 3 \times 2 - 16 + 13$
  • Step 3 (Multiplication & Division Left to Right): Encounter $36 \div 3$ first: 36÷3=1236 \div 3 = 12 Next, encounter $12 \times 2$: 12×2=2412 \times 2 = 24 Expression becomes: $24 - 16 + 13$
  • Step 4 (Addition & Subtraction Left to Right): Encounter $24 - 16$ first: 2416=824 - 16 = 8 Finally, evaluate $8 + 13$: 8+13=218 + 13 = 21

Generating Equivalent Expressions

Under Florida B.E.S.T. benchmark MA.7.AR.1.1 and MA.7.AR.1.2, students must apply the properties of operations to generate equivalent algebraic expressions, rewrite expressions in different forms, and justify each transformation.

1. The Distributive Property

The Distributive Property of Multiplication over Addition asserts that multiplying a sum by a factor is equivalent to multiplying each addend individually by that factor: a(b+c)=ab+acanda(bc)=abaca(b + c) = ab + ac \quad \text{and} \quad a(b - c) = ab - ac

When distributing a negative scalar or a fractional coefficient, distribute the sign to every term inside the grouping: 4(3x7)=(4)(3x)(4)(7)=12x(28)=12x+28-4(3x - 7) = (-4)(3x) - (-4)(7) = -12x - (-28) = -12x + 28

23(6x15)=(236x)(2315)=4x10\frac{2}{3}(6x - 15) = \left(\frac{2}{3} \cdot 6x\right) - \left(\frac{2}{3} \cdot 15\right) = 4x - 10

2. Combining Like Terms

Like terms are defined strictly as terms that contain the identical variable factors raised to the exact same powers. The numerical coefficients may differ, but the variable structures must match completely.

Term PairAre They Like Terms?Mathematical Justification
$7x$ and $-12x$YesIdentical variable $x$ raised to the first power ($x^1$)
$5x^2$ and $9x^2$YesIdentical variable $x$ raised to power $2$
$4x^2$ and $4x$NoExponents differ ($2$ versus $1$); cannot be combined
$6xy$ and $-2yx$YesCommutative property of multiplication ensures $xy = yx$
$8x^2y$ and $3xy^2$NoIn the first term $x$ is squared; in the second term $y$ is squared

To combine like terms, apply the distributive property in reverse: add or subtract their numerical coefficients while keeping the variable component unchanged: 9x2+4x2=(9+4)x2=5x2-9x^2 + 4x^2 = (-9 + 4)x^2 = -5x^2

3. Factoring Out Common Monomial Factors

Factoring is the operational inverse of distribution. It decomposes an expanded polynomial into a product of its greatest common factor (GCF) and a simpler polynomial: ab+ac=a(b+c)ab + ac = a(b + c)

To factor an expression such as $24x - 36$:

  1. Determine the greatest common numerical factor of $24$ and $36$: $\text{GCF}(24, 36) = 12$.
  2. Divide each term by the GCF: $\frac{24x}{12} = 2x$ and $\frac{-36}{12} = -3$.
  3. Express as a product: $12(2x - 3)$.

Factoring with rational or negative coefficients is a frequent FAST exam expectation: 14x6=14(x+24)(since 14×24=6)-\frac{1}{4}x - 6 = -\frac{1}{4}(x + 24) \quad \left(\text{since } -\frac{1}{4} \times 24 = -6\right)


Common Exam Traps & Misconceptions

[!WARNING]

Exam Trap 1: The "Left-to-Right" M/D and A/S Violation

The single most frequent error on order-of-operations exam items is assuming multiplication must precede division because 'M' comes before 'D' in PEMDAS. Consider $40 \div 5 \times 2$.

  • Incorrect: $40 \div (5 \times 2) = 40 \div 10 = 4$.
  • Correct: $(40 \div 5) \times 2 = 8 \times 2 = 16$. Multiplication and division possess strictly equal precedence and must be resolved from left to right.

[!WARNING]

Exam Trap 2: Inverting Turnaround Phrases

When encountering phrases such as "four less than three times a number $n$", students routinely write $4 - 3n$. On the FAST assessment, $4 - 3n$ will invariably appear as an attractive distractor option! The phrase "four less than" mandates that $4$ is being subtracted from the initial quantity: $3n - 4$.

[!WARNING]

Exam Trap 3: Dropping Negative Signs During Distribution

When distributing a negative monomial over subtraction, such as $-5(2x - 4)$, students often correctly multiply $-5 \times 2x = -10x$ but fail to distribute the negative to the second term, writing $-10x - 20$. In reality, multiplying a negative by a subtraction (negative) yields a positive: $-5(2x - 4) = -10x + 20$.

Loading diagram...
The GEMDAS Order of Operations & Expression Architecture
Test Your Knowledge

Which algebraic expression correctly translates the verbal phrase: 'six less than twice the square of a number k, divided by the sum of four and three times k'?

A
B
C
D
Test Your Knowledge

What is the evaluated numerical value of the expression 48 ÷ 4 × 2 - (-3)^3 + |7 - 19|?

A
B
C
D
Test Your Knowledge

Which of the following expressions is strictly equivalent to -3/4(8x - 12) + 5(2 - x) for all real values of x?

A
B
C
D