Fiveable

🍬Honors Algebra II Unit 1 Review

QR code for Honors Algebra II practice questions

1.3 Algebraic Expressions and Factoring

1.3 Algebraic Expressions and Factoring

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🍬Honors Algebra II
Unit & Topic Study Guides
Pep mascot

Algebraic expressions and factoring form the foundation for nearly everything else in Algebra II. Factoring, in particular, is a skill you'll use constantly when solving equations, simplifying rational expressions, and analyzing functions. This section covers polynomial classification, operations, factoring techniques, and solving quadratics by factoring.

Polynomial classification

Pep mascot
more resources to help you study

Polynomial definition and components

A polynomial is an expression made up of variables and coefficients, using only addition, subtraction, multiplication, and non-negative integer exponents. So 3x2+5x73x^2 + 5x - 7 is a polynomial, but x1+2x^{-1} + 2 is not (because of the negative exponent).

A few key terms to know:

  • The degree of a term is the sum of the exponents on its variables. The degree of the polynomial is the highest degree among all its terms. For example, in 4x3+2x14x^3 + 2x - 1, the degree is 3.
  • The leading coefficient is the coefficient attached to the highest-degree term. In 4x3+2x14x^3 + 2x - 1, the leading coefficient is 4.
  • Standard form means writing the terms in descending order of degree, from left to right. Always rewrite polynomials this way before classifying them.

Classification by degree and number of terms

Polynomials get classified two ways: by their degree and by how many terms they have.

By degree:

  • Linear: degree 1 (ax+bax + b)
  • Quadratic: degree 2 (ax2+bx+cax^2 + bx + c)
  • Cubic: degree 3 (ax3+bx2+cx+dax^3 + bx^2 + cx + d)

By number of terms:

  • Monomial: one term (3x23x^2, 5y-5y)
  • Binomial: two terms (x+2x + 2, 3x24y3x^2 - 4y)
  • Trinomial: three terms (2x2+3x12x^2 + 3x - 1)

You can combine both labels. For instance, x29x^2 - 9 is a "quadratic binomial."

Polynomial operations

Polynomial definition and components, Identifying the Degree and Leading Coefficient of Polynomials | College Algebra

Addition and subtraction

Adding polynomials means combining like terms, which are terms that have the same variable(s) raised to the same exponent(s). For subtraction, distribute the negative sign to every term in the polynomial being subtracted, then combine like terms.

  • (3x2+2x1)+(2x23x+4)=5x2x+3(3x^2 + 2x - 1) + (2x^2 - 3x + 4) = 5x^2 - x + 3
  • (4x32x+1)(x3+3x2)=4x32x+1x33x+2=3x35x+3(4x^3 - 2x + 1) - (x^3 + 3x - 2) = 4x^3 - 2x + 1 - x^3 - 3x + 2 = 3x^3 - 5x + 3

A common mistake on subtraction problems is forgetting to distribute the negative to every term in the second polynomial. Write it out explicitly if you need to.

Multiplication and division

To multiply polynomials, distribute each term in the first polynomial to every term in the second. For two binomials specifically, you can use FOIL (First, Outer, Inner, Last) as a shortcut.

  • (2x+3)(x1)(2x + 3)(x - 1): First =2x2= 2x^2, Outer =2x= -2x, Inner =3x= 3x, Last =3= -3. Combine: 2x2+x32x^2 + x - 3.

The degree of the product equals the sum of the degrees of the factors. So a degree-2 polynomial times a degree-1 polynomial gives a degree-3 result.

Polynomial long division works similarly to numerical long division. You divide the leading term of the dividend by the leading term of the divisor, multiply back, subtract, and repeat.

  • (x2+3x4)÷(x+4)(x^2 + 3x - 4) \div (x + 4): x2÷x=xx^2 \div x = x, then x(x+4)=x2+4xx(x+4) = x^2 + 4x. Subtract to get x4-x - 4. Then x÷x=1-x \div x = -1, and 1(x+4)=x4-1(x+4) = -x - 4. Subtract to get remainder 0. Result: x1x - 1.

Polynomial factoring

Factoring reverses multiplication. You're taking a polynomial and rewriting it as a product of simpler polynomials. This is one of the most important skills in this course.

Polynomial definition and components, PCK Map for Algebraic Expressions - Mathematics for Teaching

Greatest common factor and grouping

Always start by pulling out the greatest common factor (GCF), the largest factor shared by every term.

  • 12x3+18x2=6x2(2x+3)12x^3 + 18x^2 = 6x^2(2x + 3)

Factoring by grouping is useful for four-term polynomials. Here's the process:

  1. Split the polynomial into two groups of two terms.
  2. Factor the GCF out of each group.
  3. If both groups now share a common binomial factor, factor that out.
  • 2x2+3x+6x+92x^2 + 3x + 6x + 9
    • Group: (2x2+3x)+(6x+9)(2x^2 + 3x) + (6x + 9)
    • Factor each group: x(2x+3)+3(2x+3)x(2x + 3) + 3(2x + 3)
    • Factor out the common binomial: (x+3)(2x+3)(x + 3)(2x + 3)

If the two groups don't produce a common binomial, try rearranging the terms before grouping.

Special factoring patterns

Memorize these patterns. They show up constantly.

  • Difference of squares: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)
    • x29=(x+3)(x3)x^2 - 9 = (x + 3)(x - 3)
  • Perfect square trinomial: a2±2ab+b2=(a±b)2a^2 \pm 2ab + b^2 = (a \pm b)^2
    • x2+6x+9=(x+3)2x^2 + 6x + 9 = (x + 3)^2
  • Sum/difference of cubes: a3±b3=(a±b)(a2ab+b2)a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)
    • x38=(x2)(x2+2x+4)x^3 - 8 = (x - 2)(x^2 + 2x + 4)

For the sum/difference of cubes, remember the pattern SOAP: Same sign, Opposite sign, Always Positive. The first factor uses the same sign as the original, the second factor's middle term uses the opposite sign, and the last term is always positive.

Factoring quadratic trinomials (ax2+bx+cax^2 + bx + c):

When a=1a = 1, find two numbers mm and nn such that m+n=bm + n = b and mn=cmn = c. Then the factored form is (x+m)(x+n)(x + m)(x + n).

  • x2+5x+6x^2 + 5x + 6: You need two numbers that add to 5 and multiply to 6. That's 2 and 3, so (x+2)(x+3)(x + 2)(x + 3).

When a1a \neq 1, you can use grouping: multiply aca \cdot c, find two numbers that add to bb and multiply to acac, then split the middle term and factor by grouping.

Solving quadratic equations by factoring

Quadratic equations and the zero-product property

A quadratic equation has the standard form ax2+bx+c=0ax^2 + bx + c = 0, where a0a \neq 0.

The zero-product property says: if AB=0AB = 0, then A=0A = 0 or B=0B = 0 (or both). This is what makes factoring useful for solving equations.

To solve a quadratic by factoring:

  1. Rearrange the equation into standard form (everything on one side, zero on the other).
  2. Factor the non-zero side completely.
  3. Set each factor equal to zero and solve.
  4. Check your solutions by substituting back into the original equation.
  • x25x+6=0(x2)(x3)=0x=2x^2 - 5x + 6 = 0 \rightarrow (x - 2)(x - 3) = 0 \rightarrow x = 2 or x=3x = 3
  • x22x+1=0(x1)2=0x=1x^2 - 2x + 1 = 0 \rightarrow (x - 1)^2 = 0 \rightarrow x = 1 (a repeated root)

Solutions and graphical representation

The solutions (or roots) of ax2+bx+c=0ax^2 + bx + c = 0 correspond to the x-intercepts of the parabola y=ax2+bx+cy = ax^2 + bx + c. The discriminant, b24acb^2 - 4ac, tells you how many real solutions to expect:

  • Positive discriminant (b24ac>0b^2 - 4ac > 0): two distinct real solutions. The parabola crosses the x-axis twice.
  • Zero discriminant (b24ac=0b^2 - 4ac = 0): one repeated real solution. The parabola touches the x-axis at its vertex.
  • Negative discriminant (b24ac<0b^2 - 4ac < 0): no real solutions (two complex solutions). The parabola doesn't touch the x-axis at all.

You won't always use the discriminant when factoring, but it's a quick way to check whether a quadratic can be factored over the reals before you spend time trying.