Achievable logoAchievable logo
Praxis Core: Math (5733)
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Number and quantity
2. Data analysis, statistics, and probability
3. Algebra and geometry
3.1 Manipulating algebraic expressions and equations
3.2 Solving equations and inequalities
3.3 Functions, graphs, and set relationships
3.4 Basic geometric properties and shapes
3.5 Understanding angles, congruence, and similarity
3.6 Circles, shapes, and solids: Understanding measurement in geometry
Wrapping up
Achievable logoAchievable logo
3.1 Manipulating algebraic expressions and equations
Achievable Praxis Core: Math (5733)
3. Algebra and geometry
Our Praxis Core: Math course is currently in development and is a work-in-progress.

Manipulating algebraic expressions and equations

7 min read
Font
Discuss
Share
Feedback

This section covers simplifying, expanding, factoring, and rewriting algebraic expressions using the commutative, associative, and distributive properties. These skills help you create equivalent forms that are easier to evaluate or use when solving equations. Solving linear equations is treated in a separate chapter.

Definitions
Term
A single algebraic component made up of a coefficient and variables multiplied together, for example 3x2 or −5y.
Coefficient
The numerical factor of a term, such as 3 in 3x2.
Like terms
Terms that have the same variables raised to the same powers, which can be combined by adding or subtracting coefficients.
Distributive property
The rule a(b+c)=ab+ac, which allows expansion or factoring of expressions.
Equivalent expressions
Different forms of an expression that simplify to the same value for all variable inputs.
Expression
Combines numbers, variables, and operations to represent a value (e.g. 3x−2).
Equation
Sets two expressions equal, often containing an unknown to solve for (e.g. 3x−2=7).

An expression has no = sign, so it can only be simplified or evaluated - not solved. An equation includes = and asks for the value(s) of the variable that make the two sides equal.

Translating verbal phrases to expressions

Before you can simplify or solve, you often need to build an expression from a word problem. Most phrases translate directly - but a few trip up even careful readers.

The most common pitfall involves “less than” and “subtracted from.” The key is that these phrases reverse the order you might expect:

  • “4 less than 7” → 7−4 (not 4−7)
  • “x subtracted from 10” → 10−x (not x−10)
  • “5 less than a number n” → n−5

Think of it this way: “4 less than 7” asks you to start at 7 and go down by 4. The number mentioned after “less than” comes first in the expression.

Other common translations:

Verbal phrase Algebraic expression
the sum of x and 3 x+3
twice a number n 2n
the product of 5 and y 5y
4 less than x x−4
x subtracted from 12 12−x
the quotient of x and 4 4x​

Simplifying by combining like terms

Simplifying an expression means rewriting it in a cleaner form by combining like terms. Like terms have identical variable parts (including exponents). For example, 3x2 and −5x2 are like terms because both include x2. But 3x2 and 3x are not like terms because the exponents on x are different.

How to identify and combine like terms:

  • Scan for matching variable parts: look for terms with exactly the same variables raised to the same powers (the coefficients can differ).
  • Group them together: use the commutative and associative properties to rearrange terms so like terms are next to each other.
  • Add or subtract coefficients: combine only the numbers in front.
  • Keep the variable part: attach the common variable part to the new coefficient.

Common mistake - combining unlike terms: Only terms with identical variable parts can be combined. Here are two errors to avoid:

  • 3x2+3x=6x2 and =6x - the exponents differ, so these are not like terms and cannot be combined.
  • 5x2y and 4xy2 are not like terms - in 5x2y the exponent on x is 2 and on y is 1, but in 4xy2 it’s the reverse. Different exponent patterns mean different terms.

When in doubt, compare the full variable part (letters and their exponents) before combining.

Example: Combining like terms

Given the expression

2x+5x−3x+4y−y

  • Identify like terms:
    • x-terms: 2x,5x,−3x
    • y-terms: 4y,−y
  • Combine the x-terms:
    • Coefficients: 2+5−3=4
    • Result: 4x
  • Combine the y-terms:
    • Coefficients: 4−1=3
    • Result: 3y
  • Final simplified form:

4x+3y

Answer: 4x+3y

Expanding using the distributive property

The distributive property lets you remove parentheses by multiplying a factor across each term inside the parentheses. In symbols:

a(b+c)=ab+ac.

How to expand any expression:

  • Identify the factor (or expression) directly outside the parentheses.
  • Multiply it by each term inside the parentheses.
  • Write each product, keeping track of signs.
  • Combine like terms if any appear.

Common pitfall - distributing a negative: When the factor outside the parentheses is negative, every term inside changes sign. For example:

−3(x−2)=−3x+6,not−3x−6.

The −2 inside becomes −3×(−2)=+6. A common error is to distribute the negative to the first term only and leave the second term’s sign unchanged. The same care applies when substituting negative values: always use parentheses, e.g., 3(−1)=−3; writing 3⋅−1 without parentheses invites sign errors.

The same idea works for any number of terms inside the parentheses. Given k(T1​+T2​+⋯+Tn​), multiply k by every term to get kT1​+kT2​+⋯+kTn​.

Multiplying two binomials

FOIL - First, Outer, Inner, Last - organizes the distributive steps when multiplying two binomials. You multiply each term of the first binomial by each term of the second, then combine like terms.

Example: Expand a binomial product (x+2)(x−5)

  • First: multiply the first terms in each binomial

    x⋅x=x2

  • Outer: multiply the outer terms

    x⋅(−5)=−5x

  • Inner: multiply the inner terms

    2⋅x=2x

  • Last: multiply the last terms in each binomial

    2⋅(−5)=−10

  • Combine like terms: add the Outer and Inner results

    −5x+2x=−3x

Result:

x2−3x−10

Answer: x2−3x−10

Simplifying more complex expressions

Example: Simplify 6x2x2​.

  • Factor coefficients and variables: 62​⋅xx2​
  • Simplify 62​=31​ and xx2​=x
  • Result 31​x - keep the fractional coefficient; canceling variables doesn’t make the 31​ disappear.

Answer: 31​x (for x=0; the original expression is undefined at x=0)

Factoring expressions

Factoring reverses expansion. Instead of distributing a factor across terms, you rewrite an expression as a product of factors by pulling out common factors. A factored form is often easier to evaluate, simplify further, or use when solving equations.

The key technique covered here is the greatest common factor (GCF): the largest factor shared by all terms. Factoring it out simplifies the expression.

Example: Factor out a common factor

Factor

6x+9

  • Find the GCF of the coefficients: 6=2⋅3 and 9=3⋅3, so the GCF of the coefficients is 3.
  • Check the variable parts: 6x has a factor of x, but 9 does not, so no variable is shared by all terms.
  • The GCF of all terms is 3.
  • Divide each term by 3 to find the co-factor:
    • 6x÷3=2x
    • 9÷3=3
  • Write the factored form:

6x+9=3(2x+3).

Answer: 3(2x+3)

Plugging in values for variables

When an expression contains one or more variables, you can evaluate it by substituting the given values and then simplifying using order of operations - always wrap substituted negatives in parentheses so you don’t lose a sign.

  • Identify the variables and their assigned values.
  • Substitute each variable in the expression with its corresponding number.
  • Simplify step by step: parentheses and exponents first, then multiplication and division, then addition and subtraction.

Example: Evaluate 2x+3y when x=4 and y=−1.

  • Substitute x=4 and y=−1:

2(4)+3(−1)

  • Multiply each term:

8+(−3)

  • Add:

5

Answer: 5

  • Combine like terms by adding or subtracting coefficients of matching variable parts.

  • Use the distributive property to expand parentheses; factor to reverse expansion.

  • Use FOIL to expand two binomials.

  • Factor using:

    1. GCF first
    2. For x2+bx+c, find m,n with m+n=b and mn=c
    3. Special products: a2−b2=(a−b)(a+b) and a2±2ab+b2=(a±b)2
  • Verify factoring by expanding back to the original expression.

  • Rewrite expressions into equivalent forms to simplify, evaluate, or solve.

  • Evaluate by substituting values and simplifying in order.

Sign up for free to take 5 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Manipulating algebraic expressions and equations

This section covers simplifying, expanding, factoring, and rewriting algebraic expressions using the commutative, associative, and distributive properties. These skills help you create equivalent forms that are easier to evaluate or use when solving equations. Solving linear equations is treated in a separate chapter.

Definitions
Term
A single algebraic component made up of a coefficient and variables multiplied together, for example 3x2 or −5y.
Coefficient
The numerical factor of a term, such as 3 in 3x2.
Like terms
Terms that have the same variables raised to the same powers, which can be combined by adding or subtracting coefficients.
Distributive property
The rule a(b+c)=ab+ac, which allows expansion or factoring of expressions.
Equivalent expressions
Different forms of an expression that simplify to the same value for all variable inputs.
Expression
Combines numbers, variables, and operations to represent a value (e.g. 3x−2).
Equation
Sets two expressions equal, often containing an unknown to solve for (e.g. 3x−2=7).

An expression has no = sign, so it can only be simplified or evaluated - not solved. An equation includes = and asks for the value(s) of the variable that make the two sides equal.

Translating verbal phrases to expressions

Before you can simplify or solve, you often need to build an expression from a word problem. Most phrases translate directly - but a few trip up even careful readers.

The most common pitfall involves “less than” and “subtracted from.” The key is that these phrases reverse the order you might expect:

  • “4 less than 7” → 7−4 (not 4−7)
  • “x subtracted from 10” → 10−x (not x−10)
  • “5 less than a number n” → n−5

Think of it this way: “4 less than 7” asks you to start at 7 and go down by 4. The number mentioned after “less than” comes first in the expression.

Other common translations:

Verbal phrase Algebraic expression
the sum of x and 3 x+3
twice a number n 2n
the product of 5 and y 5y
4 less than x x−4
x subtracted from 12 12−x
the quotient of x and 4 4x​

Simplifying by combining like terms

Simplifying an expression means rewriting it in a cleaner form by combining like terms. Like terms have identical variable parts (including exponents). For example, 3x2 and −5x2 are like terms because both include x2. But 3x2 and 3x are not like terms because the exponents on x are different.

How to identify and combine like terms:

  • Scan for matching variable parts: look for terms with exactly the same variables raised to the same powers (the coefficients can differ).
  • Group them together: use the commutative and associative properties to rearrange terms so like terms are next to each other.
  • Add or subtract coefficients: combine only the numbers in front.
  • Keep the variable part: attach the common variable part to the new coefficient.

Common mistake - combining unlike terms: Only terms with identical variable parts can be combined. Here are two errors to avoid:

  • 3x2+3x=6x2 and =6x - the exponents differ, so these are not like terms and cannot be combined.
  • 5x2y and 4xy2 are not like terms - in 5x2y the exponent on x is 2 and on y is 1, but in 4xy2 it’s the reverse. Different exponent patterns mean different terms.

When in doubt, compare the full variable part (letters and their exponents) before combining.

Example: Combining like terms

Given the expression

2x+5x−3x+4y−y

  • Identify like terms:
    • x-terms: 2x,5x,−3x
    • y-terms: 4y,−y
  • Combine the x-terms:
    • Coefficients: 2+5−3=4
    • Result: 4x
  • Combine the y-terms:
    • Coefficients: 4−1=3
    • Result: 3y
  • Final simplified form:

4x+3y

Answer: 4x+3y

Expanding using the distributive property

The distributive property lets you remove parentheses by multiplying a factor across each term inside the parentheses. In symbols:

a(b+c)=ab+ac.

How to expand any expression:

  • Identify the factor (or expression) directly outside the parentheses.
  • Multiply it by each term inside the parentheses.
  • Write each product, keeping track of signs.
  • Combine like terms if any appear.

Common pitfall - distributing a negative: When the factor outside the parentheses is negative, every term inside changes sign. For example:

−3(x−2)=−3x+6,not−3x−6.

The −2 inside becomes −3×(−2)=+6. A common error is to distribute the negative to the first term only and leave the second term’s sign unchanged. The same care applies when substituting negative values: always use parentheses, e.g., 3(−1)=−3; writing 3⋅−1 without parentheses invites sign errors.

The same idea works for any number of terms inside the parentheses. Given k(T1​+T2​+⋯+Tn​), multiply k by every term to get kT1​+kT2​+⋯+kTn​.

Multiplying two binomials

FOIL - First, Outer, Inner, Last - organizes the distributive steps when multiplying two binomials. You multiply each term of the first binomial by each term of the second, then combine like terms.

Example: Expand a binomial product (x+2)(x−5)

  • First: multiply the first terms in each binomial

    x⋅x=x2

  • Outer: multiply the outer terms

    x⋅(−5)=−5x

  • Inner: multiply the inner terms

    2⋅x=2x

  • Last: multiply the last terms in each binomial

    2⋅(−5)=−10

  • Combine like terms: add the Outer and Inner results

    −5x+2x=−3x

Result:

x2−3x−10

Answer: x2−3x−10

Simplifying more complex expressions

Example: Simplify 6x2x2​.

  • Factor coefficients and variables: 62​⋅xx2​
  • Simplify 62​=31​ and xx2​=x
  • Result 31​x - keep the fractional coefficient; canceling variables doesn’t make the 31​ disappear.

Answer: 31​x (for x=0; the original expression is undefined at x=0)

Factoring expressions

Factoring reverses expansion. Instead of distributing a factor across terms, you rewrite an expression as a product of factors by pulling out common factors. A factored form is often easier to evaluate, simplify further, or use when solving equations.

The key technique covered here is the greatest common factor (GCF): the largest factor shared by all terms. Factoring it out simplifies the expression.

Example: Factor out a common factor

Factor

6x+9

  • Find the GCF of the coefficients: 6=2⋅3 and 9=3⋅3, so the GCF of the coefficients is 3.
  • Check the variable parts: 6x has a factor of x, but 9 does not, so no variable is shared by all terms.
  • The GCF of all terms is 3.
  • Divide each term by 3 to find the co-factor:
    • 6x÷3=2x
    • 9÷3=3
  • Write the factored form:

6x+9=3(2x+3).

Answer: 3(2x+3)

Plugging in values for variables

When an expression contains one or more variables, you can evaluate it by substituting the given values and then simplifying using order of operations - always wrap substituted negatives in parentheses so you don’t lose a sign.

  • Identify the variables and their assigned values.
  • Substitute each variable in the expression with its corresponding number.
  • Simplify step by step: parentheses and exponents first, then multiplication and division, then addition and subtraction.

Example: Evaluate 2x+3y when x=4 and y=−1.

  • Substitute x=4 and y=−1:

2(4)+3(−1)

  • Multiply each term:

8+(−3)

  • Add:

5

Answer: 5

Key points
  • Combine like terms by adding or subtracting coefficients of matching variable parts.

  • Use the distributive property to expand parentheses; factor to reverse expansion.

  • Use FOIL to expand two binomials.

  • Factor using:

    1. GCF first
    2. For x2+bx+c, find m,n with m+n=b and mn=c
    3. Special products: a2−b2=(a−b)(a+b) and a2±2ab+b2=(a±b)2
  • Verify factoring by expanding back to the original expression.

  • Rewrite expressions into equivalent forms to simplify, evaluate, or solve.

  • Evaluate by substituting values and simplifying in order.