Introduction to Polynomial Factoring and Greatest Common Factor

Polynomial Multiplication and Combining Like Terms

  • Combining Like Terms in Polynomial Expressions:

    • When combining terms from polynomial distribution (such as multiplying a 22-term polynomial by a 33-term polynomial):

    • Bring down terms with no like pairs directly. For example, 2x32x^3 has no like term to combine with, so it remains 2x32x^3.

    • Combine squared terms: 5x2+6x2=1x2-5x^2 + 6x^2 = 1x^2 (or simply x2x^2). Writing the coefficient 11 explicitly as 1x21x^2 or omitting it as x2x^2 are both correct; the coefficient 11 is implied.

    • Combine single-variable terms: 8x15x=7x8x - 15x = -7x.

    • Bring down constant terms, such as +24+24.

    • Final simplified expression: 2x3+x27x+242x^3 + x^2 - 7x + 24.

  • Methods for Distributing Multi-Term Polynomials (2×32 \times 3 vs 3×23 \times 2):

    • Method 1 (Distributing 2 Terms into 3 Terms): Take each term of the binomial and distribute it into every term of the trinomial. Distribute xx into all three terms of the trinomial, then distribute 2-2 into all three terms of the trinomial.

    • Method 2 (Distributing 3 Terms into 2 Terms): Take each term of the trinomial and distribute it into both terms of the binomial. Distribute 6x26x^2 into xx and 2-2, distribute 2x2x into xx and 2-2, and distribute 9-9 into xx and 2-2.

    • Method Comparison: Distributing 2 terms into 3 terms (Method 1) is generally preferred because Method 2 causes distribution lines to overlap and become visually confusing. Both methods produce mathematically identical results.

  • Detailed Step-by-Step Multiplication Example:

    • Expression setup: (x2)(6x2+2x9)(x - 2)(6x^2 + 2x - 9)

    • Distribute xx across (6x2+2x9)(6x^2 + 2x - 9): 6x3+2x29x6x^3 + 2x^2 - 9x

    • Distribute 2-2 across (6x2+2x9)(6x^2 + 2x - 9): 12x24x+18-12x^2 - 4x + 18

    • Combine like terms:

    • x2x^2 terms: 2x212x2=10x22x^2 - 12x^2 = -10x^2

    • xx terms: 9x4x=13x-9x - 4x = -13x

    • Standard form result: 6x310x213x+186x^3 - 10x^2 - 13x + 18

  • Rules for Order of Terms:

    • Term order does not alter mathematical correctness due to the commutative property of addition and subtraction.

    • An answer written out of standard order, such as 10x2+1813x+6x3-10x^2 + 18 - 13x + 6x^3, contains all correct terms with correct signs and is completely accurate.

    • Standard math convention arranges terms in descending degree order (exponent largest to smallest).

    • Automated online systems like ALEKS accept answers regardless of term order as long as all four terms and their corresponding signs are correct.

Overview of Factoring Topics

  • Unit Factoring Roadmap:

    • Factoring is covered across six core topics in this unit:

    1. Greatest Common Factor (GCF)

    2. Factor by Grouping

    3. Factoring Trinomials with Leading Coefficients Equal to 11

    4. Factoring Trinomials with Leading Coefficients Greater Than 11 (> 1)

    5. Special Forms

    6. Putting It All Together (Comprehensive Factoring)

Fundamentals of Greatest Common Factor (GCF)

  • Definition: The Greatest Common Factor (GCF) is the largest whole number or mathematical term that divides evenly into two or more numbers or expressions.

  • Exhaustive Method for Finding Numerical GCF (Example: 1818 and 2424):

    • Finding Factors of 1818:

    • Every number has a factor of 11 and itself: 1×18=181 \times 18 = 18

    • Test 22: 18/2=92×9=1818 / 2 = 9 \rightarrow 2 \times 9 = 18

    • Test 33: 18/3=63×6=1818 / 3 = 6 \rightarrow 3 \times 6 = 18

    • Test 44: 18/4=4.518 / 4 = 4.5 (not a whole number)

    • Test 55: 18/5=3.618 / 5 = 3.6 (not a whole number)

    • Test 66: 66 is already listed (6×36 \times 3), indicating all factors have been found.

    • Factor list for 1818: 1,2,3,6,9,181, 2, 3, 6, 9, 18

    • Finding Factors of 2424:

    • 1×24=241 \times 24 = 24

    • 2×12=242 \times 12 = 24

    • 3×8=243 \times 8 = 24

    • 4×6=244 \times 6 = 24

    • Test 55: Does not divide evenly

    • Test 66: Already listed (6×46 \times 4), indicating list completion.

    • Factor list for 2424: 1,2,3,4,6,8,12,241, 2, 3, 4, 6, 8, 12, 24

    • Determining Common and Greatest Factors:

    • Common factors present in both lists: 1,2,3,61, 2, 3, 6

    • Largest common factor: 66

    • The GCF of 1818 and 2424 is 66

Variable GCF and the Smallest Exponent Rule

  • Exhaustive Factor Breakdown for Variable Powers (Example: x3x^3 and x5x^5):

    • Factors of x3x^3:

    • 1×x31 \times x^3

    • x1×x2x^1 \times x^2 (since exponents add during multiplication: 1+2=31 + 2 = 3)

    • Full factor list for x3x^3: 1,x1,x2,x31, x^1, x^2, x^3

    • Factors of x5x^5:

    • 1×x51 \times x^5

    • x1×x4x^1 \times x^4

    • x2×x3x^2 \times x^3

    • Full factor list for x5x^5: 1,x1,x2,x3,x4,x51, x^1, x^2, x^3, x^4, x^5

    • Common variable factors present in both lists: 1,x1,x2,x31, x^1, x^2, x^3

    • Largest common variable factor: x3x^3

  • The Smallest Exponent Rule:

    • When comparing terms with variable exponents to determine the GCF of x,y,zx, y, z, or any letter base, the GCF is always the variable term with the smallest exponent present.

    • This rule applies universally to all variable GCF calculations.

Factoring Out the GCF: Rules and Step-by-Step Examples

  • Factoring Mechanism:

    • Factoring out a GCF is the exact reverse process of polynomial multiplication (distribution).

    • Factored expressions can be verified by multiplying the GCF back across the terms inside the parentheses to retrieve the original polynomial.

  • Example 1: Factoring 20x2+30x20x^2 + 30x

    • Find numerical GCF of 2020 and 3030: 1010 (10×2=2010 \times 2 = 20, 10×3=3010 \times 3 = 30).

    • Find variable GCF between x2x^2 and xx: Smallest exponent is xx (x1x^1).

    • Combined GCF: 10x10x

    • Factor breakdown:

    • From 20x220x^2: Pulling out 10x10x leaves 2x2x (10x×2x=20x210x \times 2x = 20x^2).

    • From 30x30x: Pulling out 10x10x leaves +3+3 (10x×3=30x10x \times 3 = 30x).

    • Final factored expression: 10x(2x+3)10x(2x + 3)

  • Rule for Negative Leading Terms:

    • If the leading (first) term of a polynomial expression is negative, a negative GCF must be factored out.

  • Example 2: Factoring 16x4y5+8x3y44x2y3-16x^4 y^5 + 8x^3 y^4 - 4x^2 y^3

    • Sign rule: Leading term is negative, so pull out a negative numerical factor.

    • Numerical GCF: The smallest magnitude coefficient is 4-4. Check divisibility:

    • 4×4=16-4 \times 4 = -16

    • 4×(2)=8-4 \times (-2) = 8

    • 4×1=4-4 \times 1 = -4

    • Variable GCF for xx: Smallest exponent among x4,x3,x2x^4, x^3, x^2 is x2x^2.

    • Variable GCF for yy: Smallest exponent among y5,y4,y3y^5, y^4, y^3 is y3y^3.

    • Combined GCF: 4x2y3-4x^2 y^3

    • Remaining expression inside parentheses:

    • First term: 16x4y5/(4x2y3)=4x2y2-16x^4 y^5 / (-4x^2 y^3) = 4x^2 y^2

    • Middle term: 8x3y4/(4x2y3)=2xy8x^3 y^4 / (-4x^2 y^3) = -2xy

    • Last term: 4x2y3/(4x2y3)=+1-4x^2 y^3 / (-4x^2 y^3) = +1

    • Final factored expression: 4x2y3(4x2y22xy+1)-4x^2 y^3(4x^2 y^2 - 2xy + 1)

  • Example 3 & 4 (Walkthrough of 2x3+10x26x-2x^3 + 10x^2 - 6x):

    • Identify smallest exponent variable: xx.

    • Identify numerical GCF: Smallest term is 2-2. Check divisibility into 1010 and 6-6:

    • 2×1=2-2 \times 1 = -2

    • 2×(5)=10-2 \times (-5) = 10

    • 2×3=6-2 \times 3 = -6

    • Factor out 2x-2x:

    • First term leaves x2x^2

    • Second term leaves 5x-5x

    • Third term leaves +3+3

    • Final factored expression: 2x(x25x+3)-2x(x^2 - 5x + 3)

Questions and Practical Clarifications

  • Question: If polynomial terms are written out of order on a test, will points be deducted?

    • Answer: No. Order does not matter because addition and subtraction are commutative. As long as all terms are present with their correct signs, the answer is fully correct.

  • Question: Do the smallest numerical coefficient and smallest variable exponent have to come from the exact same term when finding the GCF?

    • Answer: No. The numerical GCF and variable GCF are determined independently across all terms in the expression. The overall GCF combines the highest common numerical factor with the smallest exponent for each variable, regardless of which term they originate from.

  • Question: Is it required to show full factor listing steps on homework or assessments?

    • Answer: No. The intermediate steps are for conceptual understanding; writing down direct answers without showing factor trees or arithmetic breakdowns is completely acceptable.

  • Question: Is it incorrect to pull out a positive GCF when the leading term is negative?

    • Answer: Yes. Standard mathematical rule dictates that if the leading coefficient of a polynomial is negative, a negative sign must be factored out as part of the GCF.