5.5 Equivalent Expressions, Expression Structure, & Justifying Every Step
Key Takeaways
- Two expressions are equivalent when they produce the same value for every value of the variable, which can be verified by substituting several test numbers.
- Rewriting an expression in a different form can reveal meaning: a + 0.05a = 1.05a shows that a 5% increase is the same as multiplying by 1.05.
- Reading structure means naming terms, factors, and coefficients, and recognizing a chunk such as x² as a single quantity that can be treated as one object.
- Every step in solving an equation is licensed by a property of equality or of operations, and TABE Level A asks candidates to name that justification.
Equivalent Expressions, Expression Structure, & Justifying Every Step
Section 5.2 taught you to simplify. This section teaches the three things TABE asks about simplification: whether two expressions are equivalent, what an expression's parts mean, and why each step you took was legal.
What "Equivalent" Means
Two expressions are equivalent if they name the same number for every value of the variable. Not one value — every value.
Verification by substitution. Pick two or three unrelated test values, including a negative and zero:
| $x$ | $3(x+4)$ | $3x + 12$ | match? |
|---|---|---|---|
| 0 | 12 | 12 | ✓ |
| 5 | 27 | 27 | ✓ |
| $-2$ | 6 | 6 | ✓ |
Contrast with $3x + 4$, which agrees at no value except… none at all. One counterexample is enough to prove non-equivalence, which makes substitution a fast elimination tool on multiple-choice items.
Why one test value is not enough. $x^2$ and $2x$ both equal 4 when $x = 2$. They are not equivalent. Always test at least two values.
Generating Equivalent Expressions
| Move | Property that licenses it | Example |
|---|---|---|
| Expand a product over a sum | Distributive | $6(a + 3b) = 6a + 18b$ |
| Factor out a common factor | Distributive (in reverse) | $24x + 18y = 6(4x + 3y)$ |
| Combine like terms | Distributive + Commutative | $7m + 2 - 4m = 3m + 2$ |
| Reorder addends or factors | Commutative | $5 + n = n + 5$ |
| Regroup | Associative | $(2 + w) + 8 = 2 + (w + 8)$ |
| Multiply or add by an identity | Identity | $x \cdot 1 = x$; $x + 0 = x$ |
Factoring out the greatest common factor is the move learners forget. $24x + 18y$ has GCF 6, giving $6(4x + 3y)$. TABE Level M asks for exactly this.
Rewriting to Reveal Meaning
The DRC specification includes a standard whose whole point is that a different form of the same expression tells you something new:
Understand that rewriting an expression in different forms in a problem context can shed light on the problem and how the quantities in it are related. For example, $a + 0.05a = 1.05a$ means that "increase by 5%" is the same as "multiply by 1.05."
That single identity is the foundation of every markup, tax, tip, and percent-increase shortcut in Chapter 4:
| Situation | Long form | Revealed form | What it tells you |
|---|---|---|---|
| 5% raise | $a + 0.05a$ | $1.05a$ | one multiplication, not two steps |
| 20% off | $p - 0.20p$ | $0.80p$ | you pay 80% of list |
| 8% tax on a discounted price | $0.80p \times 1.08$ | $0.864p$ | chain the multipliers |
| Perimeter of a rectangle | $l + w + l + w$ | $2(l + w)$ | measure two sides, double |
Reading Structure: Terms, Factors, Coefficients, and Chunks
Level A asks candidates to "interpret parts of an expression, such as terms, factors, and coefficients."
For $5x^2 - 7xy + 12$:
- Terms are the pieces separated by $+$ and $-$: $5x^2$, $-7xy$, and $12$. There are three.
- Factors are what multiply within a term: the factors of $-7xy$ are $-7$, $x$, and $y$.
- Coefficient is the numerical factor of a term: $5$, $-7$, and (for the constant term) $12$.
- The sign belongs to the term. In $5x^2 - 7xy$, the coefficient is $-7$, not $7$.
Seeing a chunk as one object
The higher-value structural skill is treating a whole expression as a single quantity:
Here $x^2$ and $y^2$ are each treated as one object so the difference-of-squares pattern becomes visible. The same move recognizes $9(m+1)^2 - 16$ as a difference of squares in the chunk $(m+1)$:
Justifying Every Step
Level A standard A.REI.1 asks candidates to "explain each step in solving a simple equation as following from the equality of numbers asserted at the previous step" and to "construct a viable argument to justify a solution method." In practice, TABE presents a worked solution and asks which property justifies one line.
| Step | Result | Justification |
|---|---|---|
| $3(x - 4) = 18$ | given | — |
| $3x - 12 = 18$ | expanded | Distributive Property |
| $3x = 30$ | added 12 to both sides | Addition Property of Equality |
| $x = 10$ | divided both sides by 3 | Division Property of Equality |
Know the four properties of equality — addition, subtraction, multiplication, division — and the three properties of operations — commutative, associative, distributive. Learners routinely answer "commutative" when the correct answer is "associative," so keep them straight:
- Commutative changes the order: $a + b = b + a$.
- Associative changes the grouping: $(a + b) + c = a + (b + c)$.
- Distributive spreads a factor across a sum: $a(b + c) = ab + ac$.
Which expression is equivalent to 24x + 18y - 6?
A store increases every price by 7%. Which single expression gives the new price of an item that originally cost p dollars, and what does the rewritten form reveal?
In the solution below, which property justifies the move from Step 2 to Step 3? Step 1: 5(x + 3) = 40 Step 2: 5x + 15 = 40 Step 3: 5x = 25 Step 4: x = 5