Kahibaro
Discord Login Register

Common factors

In factoring, one of the first and most important skills is taking out a common factor. In this chapter we focus only on that idea.

A common factor of several terms is a quantity that divides each term exactly. To factor out a common factor means to rewrite an expression as a product, pulling that shared piece in front using the distributive property in reverse.

Greatest common factor (GCF) of terms

When we factor, we usually want to take out the greatest common factor (GCF) of all the terms. This makes the remaining expression inside the parentheses as simple as possible.

For numerical parts, the GCF is the largest integer that divides each coefficient. For example:

In algebraic terms, each term usually has:

To find the GCF of algebraic terms, we consider both the number and the variables.

GCF of numerical coefficients (briefly)

For coefficients, the GCF is the largest positive integer dividing all of them. For example:

If the coefficients are negative, we usually still speak of a positive GCF; signs are handled separately.

GCF of variable parts

For variable factors, the GCF uses:

Examples:

If a variable does not appear in each term, it is not part of the GCF.

For example, for $3x^2y$ and $6xy^3z$:

So GCF is $3xy$.

Factoring out a common factor

Once you find the GCF, you:

  1. Write the GCF outside parentheses.
  2. Divide each term of the original expression by the GCF to find what remains inside the parentheses.

This is exactly using the distributive property in reverse:
$$
ab + ac = a(b + c).
$$

Here $a$ is the common factor.

Basic numerical examples

  1. Factor $12x + 8$.

Now divide each term by $4$:

So:
$$
12x + 8 = 4(3x + 2).
$$

  1. Factor $15y - 20$.

Divide:

So:
$$
15y - 20 = 5(3y - 4).
$$

Including variables in the GCF

Factor $18x^2y - 12xy^3$.

So GCF is $6xy$.

Now divide:

So:
$$
18x^2y - 12xy^3 = 6xy(3x - 2y^2).
$$

You can always check by distributing $6xy$ back in.

Common factors with signs

Sometimes it is helpful to factor out a negative common factor, especially when the leading term is negative.

Taking out a positive factor

Factor $-9x + 6$.

This is correct and fully factored by a common factor.

Taking out a negative factor

If we prefer the first term inside the parentheses to be positive, we can factor out $-3$ instead:

Divide:

So:
$$
-9x + 6 = -3(3x - 2).
$$

Both $3(-3x + 2)$ and $-3(3x - 2)$ are correct factorizations; which form is preferable can depend on context.

In many algebra problems, it is common to:

Factoring out common monomials from polynomials

A monomial is a single-term expression like $5x^2y$ or $-3ab^3$. When several terms share a common monomial factor, we treat that monomial as the GCF.

Example: factor $4x(2x - 3) + 6(2x - 3)$.

Here, the entire expression $(2x - 3)$ appears in both terms as a factor.

Factor it out:
$$
4x(2x - 3) + 6(2x - 3) = (2x - 3)(4x + 6).
$$

This is still factoring out a common factor, but now the factor is a binomial instead of just a monomial. The key idea is the same: any expression that is multiplied in each term can be factored out.

Another example: factor $x^2y(3x - 1) - 5y(3x - 1)$.

Combined common factor is $y(3x - 1)$.

Divide:

So:
$$
x^2y(3x - 1) - 5y(3x - 1) = y(3x - 1)(x^2 - 5).
$$

Typical mistakes to avoid

  1. Forgetting to divide every term
    When you factor out a GCF, each term must be divided by it. Missing even one term gives an incorrect factorization.
  2. Dropping terms inside parentheses
    After factoring out a GCF, there should be the same number of terms inside the parentheses as there were in the original expression, unless some terms simplify to
  3. $ (which is unusual in basic common-factor problems).
  4. Wrong sign inside parentheses
    When factoring out a negative, carefully check each sign. For example:
    $$
    -2x - 6 = -2(x + 3),
    $$
    not $-2(x - 3)$.
  5. Including variables that are not common
    A variable can be part of the GCF only if it appears in every term with exponent at least $. For example, in x^2 + 6x + 9$, the GCF is x$ only if all terms have $x$. But the last term $ does not, so the actual GCF is just $.

Practice-style examples (with brief outlines of reasoning)

  1. Factor $21x^3y^2 - 14x^2y$.

So:
$$
21x^3y^2 - 14x^2y = 7x^2y(3xy - 2).
$$

  1. Factor $10a^2b + 15ab^2 - 5ab$.

Divide:

So:
$$
10a^2b + 15ab^2 - 5ab = 5ab(2a + 3b - 1).
$$

  1. Factor $-4x^2 - 8x$.

Both are correct; $-4x(x + 2)$ is usually the more convenient form.

Summary

Views: 8

Comments

Please login to add a comment.

Don't have an account? Register now!