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

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 is a polynomial, but 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 , the degree is 3.
- The leading coefficient is the coefficient attached to the highest-degree term. In , 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 ()
- Quadratic: degree 2 ()
- Cubic: degree 3 ()
By number of terms:
- Monomial: one term (, )
- Binomial: two terms (, )
- Trinomial: three terms ()
You can combine both labels. For instance, is a "quadratic binomial."
Polynomial operations

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.
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.
- : First , Outer , Inner , Last . Combine: .
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.
- : , then . Subtract to get . Then , and . Subtract to get remainder 0. Result: .
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.

Greatest common factor and grouping
Always start by pulling out the greatest common factor (GCF), the largest factor shared by every term.
Factoring by grouping is useful for four-term polynomials. Here's the process:
- Split the polynomial into two groups of two terms.
- Factor the GCF out of each group.
- If both groups now share a common binomial factor, factor that out.
-
- Group:
- Factor each group:
- Factor out the common binomial:
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:
- Perfect square trinomial:
- Sum/difference of cubes:
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 ():
When , find two numbers and such that and . Then the factored form is .
- : You need two numbers that add to 5 and multiply to 6. That's 2 and 3, so .
When , you can use grouping: multiply , find two numbers that add to and multiply to , 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 , where .
The zero-product property says: if , then or (or both). This is what makes factoring useful for solving equations.
To solve a quadratic by factoring:
- Rearrange the equation into standard form (everything on one side, zero on the other).
- Factor the non-zero side completely.
- Set each factor equal to zero and solve.
- Check your solutions by substituting back into the original equation.
- or
- (a repeated root)
Solutions and graphical representation
The solutions (or roots) of correspond to the x-intercepts of the parabola . The discriminant, , tells you how many real solutions to expect:
- Positive discriminant (): two distinct real solutions. The parabola crosses the x-axis twice.
- Zero discriminant (): one repeated real solution. The parabola touches the x-axis at its vertex.
- Negative discriminant (): 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.