lesson

Expressions and Equations · High School

Algebraic Expressions

Use operation structure and real-number properties to transform expressions without changing their values.

An algebraic expression is a structured description of a quantity. Its symbols record numbers, variables, operations, grouping, and sometimes restrictions on allowed inputs. Simplifying should reveal useful structure without changing the value the expression produces. That requirement makes algebraic manipulation an argument about equivalence rather than a race to write fewer symbols. This lesson develops the properties, reading habits, unit checks, and verification methods that make transformations dependable.

Learning objectives and structural reading

By the end of this lesson, you will identify terms, factors, coefficients, constants, powers, and outermost operations. You will apply commutative, associative, and distributive properties with explicit justification. You will combine like terms and move between expanded and factored forms. You will preserve domain restrictions during cancellation and substitution. You will also use units and numerical checks to diagnose incorrect transformations.

An expression is not an equation because it does not assert equality between two sides. The expression 3x+53x+5 names a quantity that depends on xx. One can evaluate it, rewrite it, factor it, or compare it with another expression. Solving begins only when an equation or inequality asks which inputs make a relationship true. Keeping these tasks distinct prevents unsupported “moving” of terms.

Structure can be represented as a tree. The outermost operation combines large subexpressions, while inner operations build those pieces. In 3x22(x5)3x^2-2(x-5), subtraction is outermost. One branch contains 3x23x^2, and the other contains 2(x5)2(x-5). The tree below makes operation order and grouping visible.

An expression tree decomposing subtraction, multiplication, powers, and parentheses in a multistep expression.

Name the parts of an expression

Terms are pieces joined by addition or subtraction at the outermost level. In 7x23x+57x^2-3x+5, the terms are 7x27x^2, 3x-3x, and 55. A sign belongs to the term that follows it. The number multiplying a variable expression is its coefficient. A term without a variable is called a constant term.

Factors are pieces multiplied within a term. In 7x27x^2, the factors include seven, xx, and another xx. The exponent two means xx is multiplied by itself. It does not mean xx is multiplied by two. The base of the power is the expression directly controlled by the exponent.

Grouping symbols determine a base’s extent. The expression (3x)2(3x)^2 squares the entire product and equals 9x29x^2. The expression 3x23x^2 squares only xx and then multiplies by three. Likewise, x2-x^2 means (x2)-(x^2), while (x)2=x2(-x)^2=x^2. Careful identification of the base prevents sign and exponent errors.

Define equivalence for every allowed input

Two expressions are equivalent when they have the same value for every input in their common domain. The identity 3(x+4)=3x+123(x+4)=3x+12 holds for every real xx. Distribution proves the equivalence. The equals sign here asserts that the two forms always represent the same quantity. It does not tell us to solve for one special input.

Testing selected values can disprove equivalence. If two expressions give different results at one permitted input, they are not equivalent. Agreement at several inputs does not prove universal agreement because untested values may differ. A property-based transformation proves equality across the domain. Numerical testing is therefore a check rather than the main proof.

The common-domain phrase matters. The expressions x24x2\frac{x^2-4}{x-2} and x+2x+2 agree whenever x2x\ne2. The first expression is undefined at two, while the second is defined there. They are equivalent on the original expression’s domain but not identical as unrestricted functions. State the restriction with the simplified form.

Use commutative and associative properties

Addition is commutative: a+b=b+aa+b=b+a. Multiplication is also commutative: ab=baab=ba. These properties permit reordering terms or factors. Subtraction and division are not commutative. In general, abbaa-b\ne b-a and abba\frac{a}{b}\ne\frac{b}{a}.

Addition is associative: (a+b)+c=a+(b+c)(a+b)+c=a+(b+c). Multiplication is associative: (ab)c=a(bc)(ab)c=a(bc). These properties permit regrouping without changing order. They justify dropping unnecessary parentheses in a pure sum or product. They do not justify regrouping across mixed operations without considering precedence.

Reordering and regrouping help collect like terms. In 4x+72x34x+7-2x-3, treat subtraction as addition of opposites. Then reorder to (4x2x)+(73)(4x-2x)+(7-3). Combining within groups gives 2x+42x+4. Each step follows a named property rather than an unexplained symbol move.

Apply distribution in both directions

The distributive property is a(b+c)=ab+aca(b+c)=ab+ac. The factor aa multiplies every term inside the parentheses. With subtraction, a(bc)=abaca(b-c)=ab-ac because subtraction is addition of an opposite. Distribution connects multiplication with addition. It is the main property behind expansion and factoring.

A negative sign before parentheses represents multiplication by negative one. Thus (x5)=(1)(x5)=x+5-(x-5)=(-1)(x-5)=-x+5. Both signs change because both terms are multiplied. For 3(2x+4)-3(2x+4), the result is 6x12-6x-12. Distributing to only the first term changes the expression’s value.

Reading distribution backward factors out a common factor. The expression 6x+186x+18 becomes 6(x+3)6(x+3). The coefficient six divides both terms. Multiplying the factored form restores the expanded form. The two directions emphasize different structure while preserving value.

An area model showing distribution as one large rectangle split into two smaller rectangles.

Combine like terms through reverse distribution

Like terms have identical variable factors with identical exponents. The terms 7x27x^2 and 5x25x^2 are like because both contain x2x^2. Reverse distribution gives 7x2+5x2=(7+5)x2=12x27x^2+5x^2=(7+5)x^2=12x^2. Only their coefficients combine. The variable factor remains unchanged.

The terms xx and x2x^2 are not like. Their outputs change differently as xx varies. At x=2x=2, their values are two and four, while at x=3x=3, they are three and nine. No constant coefficient can merge them into one shared variable factor. Combining them would erase meaningful dependence.

Units provide a parallel intuition. A length and an area cannot be added because meters and square meters measure different dimensions. Similarly, 3x3x and 4x24x^2 represent different powers. Compatible terms can be added; incompatible terms must remain separate. This analogy supports, but does not replace, the algebraic definition.

Simplify multistep expressions

Begin with grouping symbols and distribution. Then combine like terms within the expanded result. Simplify numerical arithmetic carefully. Preserve any restrictions already identified. Choose the final form that best serves the question.

Simplify 4(2x3)2(x+5)+74(2x-3)-2(x+5)+7. Distribution gives 8x122x10+78x-12-2x-10+7. Group variable terms and constants as (8x2x)+(1210+7)(8x-2x)+(-12-10+7). Combining produces 6x156x-15. Substitution at a convenient value can check the transformation.

At x=2x=2, the original expression is 4(1)2(7)+7=34(1)-2(7)+7=-3. The simplified expression gives 6(2)15=36(2)-15=-3. This agreement supports the work but does not prove it alone. Distribution and like-term properties provide the proof for all real inputs. A check is most useful when done in both forms independently.

Evaluate with careful substitution

Evaluation replaces every occurrence of a variable with its assigned value. Parentheses around negative or compound inputs preserve grouping. If x=2x=-2, then x2x^2 becomes (2)2=4(-2)^2=4. Writing 22-2^2 without grouping is interpreted as (22)=4-(2^2)=-4. The two expressions have different structures.

Evaluate 2a23(ab)2a^2-3(a-b) when a=2a=-2 and b=5b=5. Substitution gives 2(2)23[(2)5]2(-2)^2-3[(-2)-5]. The square gives four, and the bracket gives negative seven. Therefore the value is 2(4)3(7)=292(4)-3(-7)=29. Each grouping symbol prevents a sign from being lost.

Units should accompany contextual substitution. If l=3.0ml=3.0\,\mathrm{m} and w=2.0mw=2.0\,\mathrm{m}, then A=lw=(3.0m)(2.0m)=6.0m2A=lw=(3.0\,\mathrm{m})(2.0\,\mathrm{m})=6.0\,\mathrm{m}^2. Multiplication produces a squared unit. The result describes area rather than length. Reporting only the number six omits what the expression represents.

Compare expanded and factored forms

Equivalent forms answer different questions. Expanded form displays separate terms and is useful for combining like terms. Factored form displays repeated multipliers and is useful for identifying zeros or common structure. Neither form is universally simpler. Simplicity depends on the next task.

For A=lw+2lh+2whA=lw+2lh+2wh, the expanded form displays three rectangular area contributions. Factoring the last two terms gives A=lw+2h(l+w)A=lw+2h(l+w). This form groups all height-dependent contributions. The term lwlw remains separate because it contains no height factor. If ll and ww are fixed while hh varies, the grouped form makes that dependence easier to see.

For 6x+186x+18, expanded form shows the coefficients of two terms. Factored form 6(x+3)6(x+3) reveals the common factor and the zero at x=3x=-3 if the expression is set equal to zero. Expanding verifies the factorization. Both forms produce the same value for every real input. Choose a form intentionally and explain what it exposes.

Preserve restrictions through simplification

Denominators create excluded inputs. Even-indexed radicals can require nonnegative radicands. Contexts can restrict counts, times, or lengths. Record restrictions before canceling or rewriting. A later simple formula does not automatically erase them.

Consider x29x3\frac{x^2-9}{x-3}. The original denominator requires x3x\ne3. Factoring the numerator gives (x3)(x+3)x3\frac{(x-3)(x+3)}{x-3}. Canceling the common nonzero factor produces x+3x+3 for x3x\ne3. The restricted statement is the correct simplification.

Cancellation applies to factors, not terms. One may cancel x3x-3 only after the numerator is written as a product containing that factor. One cannot cancel the xx in x+3x\frac{x+3}{x} across addition. A numerical test quickly shows the invalid result would change values. The restriction-and-cancellation diagram below summarizes the logic.

A cancellation diagram distinguishing common factors from terms and retaining an excluded input.

Use identities and reject false patterns

An identity is an equality true for every allowed input. The distributive property generates (a+b)2=a2+2ab+b2(a+b)^2=a^2+2ab+b^2. The middle term comes from two cross products. Writing a2+b2a^2+b^2 omits those contributions. Substitution such as a=b=1a=b=1 disproves the false pattern immediately.

The difference of squares identity is a2b2=(ab)(a+b)a^2-b^2=(a-b)(a+b). Multiplication verifies it because the middle terms cancel. A sum of squares does not factor the same way over the real numbers. Pattern recognition must include signs and term structure. Similar appearance is not sufficient evidence.

Use identities as derived tools rather than unexplained magic. Expand the proposed factored form or factor the proposed expanded form. State the common domain. Test a simple input as an additional check. This combination produces both proof and error detection.

Translate words into expressions

Translation begins by defining variables. “Five more than twice a number” becomes 2x+52x+5, not 2(x+5)2(x+5). The phrase “more than” indicates addition after doubling. Parentheses are needed only when a complete sum is multiplied. Reading operation order from language prevents ambiguity.

“Three times the difference between a number and four” becomes 3(x4)3(x-4). The word difference creates the grouped expression x4x-4. Multiplication by three applies to the entire difference. Distribution would give the equivalent form 3x123x-12. Both forms preserve the intended relationship.

Contextual expressions should include units where helpful. A fixed fee plus a per-kilometer rate times distance produces cost. The terms may be added because both have currency units. An expression with a fee plus a bare distance would be dimensionally inconsistent. Unit analysis checks the translation before any equation is solved.

Verify equivalence responsibly

A transformation chain provides the proof of equivalence. Each line should follow from a property, definition, or valid algebraic identity. Avoid replacing several uncertain steps with “simplify.” Name distribution, regrouping, combining like terms, factoring, or cancellation. Preserve restrictions alongside every affected step. Explanations make errors locatable.

Numerical checks should use allowed inputs. Choose values that exercise signs, zeros, and fractions when practical. If restrictions exclude an input, do not use it as a comparison point. One disagreement disproves equivalence. Many agreements still do not replace a general proof.

Computer algebra can confirm transformations but should not obscure domains or reasoning. A system may return a simplified formula without highlighting a removable hole. Inspect assumptions and restrictions. Different equivalent forms can also look unrelated until expanded or factored. Human interpretation remains necessary.

Diagnose common mistakes

Combining unlike terms destroys variable structure. Distributing to only one term changes value. Losing a negative sign before parentheses changes every affected term. Treating (a+b)2(a+b)^2 as a2+b2a^2+b^2 omits cross terms. These errors can be traced to misreading the operation hierarchy.

Forgetting restrictions after cancellation changes the original domain. Canceling terms rather than factors misuses division. Treating subtraction or division as commutative reverses meaning. Applying an exponent to a coefficient that lies outside its base changes the quantity. Parentheses and named properties prevent these mistakes.

A dependable workflow records restrictions, identifies the outermost operation, applies exponents, distributes deliberately, and combines only like terms. It then selects an informative final form. A property chain proves equivalence. A numerical and unit check supplies independent evidence. This workflow scales to more advanced algebra.

Guided practice and connection forward

Simplify 5(3x2)4(x+1)5(3x-2)-4(x+1). Distribution gives 15x104x415x-10-4x-4. Combining like terms gives 11x1411x-14. At x=0x=0, both forms equal negative fourteen. The properties prove equivalence for every real input.

Decide whether 2(x+3)22(x+3)^2 and 2x2+182x^2+18 are equivalent. Expanding the first gives 2(x2+6x+9)=2x2+12x+182(x^2+6x+9)=2x^2+12x+18. The missing linear term shows the proposed expressions differ. At x=1x=1, their values are thirty-two and twenty. One counterexample confirms the failure.

For independent synthesis, simplify 3(2xy)2(x+4y)3(2x-y)-2(x+4y) and justify each combination. Then factor 18y1218y-12 using the greatest common factor and verify by distribution. Finally, simplify x29x3\frac{x^2-9}{x-3} while preserving its restriction. Check each transformation with one permitted numerical input. Equation solving and polynomial operations will extend the same value-preserving structural reasoning developed here.

Knowledge Map

Where this lesson fits

Next lessons

Expressions and EquationsLinear EquationsExpressions and EquationsLinear Inequalities

Continue exploring

Connections

Related lessons

Expressions and EquationsLinear EquationsPolynomialsPolynomial OperationsAlgebraic FoundationsVariables and Expressions

Applications

  • formula construction
  • mental computation
  • symbolic modeling