Fatskills
Practice. Master. Repeat.
Study Guide: SAT / PSAT: SAT PSAT Math Advanced Math Quadratic Equations Factoring GCF Trinomial Difference of Squares
Source: https://www.fatskills.com/sat/chapter/sat-psat-sat-psat-math-advanced-math-quadratic-equations-factoring-gcf-trinomial-difference-of-squares

SAT / PSAT: SAT PSAT Math Advanced Math Quadratic Equations Factoring GCF Trinomial Difference of Squares

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

What Is This?

Factoring quadratic equations is the process of expressing a quadratic equation in the form ( ax^2 + bx + c = 0 ) as a product of simpler expressions. This topic appears in exams to test your ability to manipulate algebraic expressions and solve equations efficiently. Questions typically involve identifying the correct factors and solving for the roots of the equation.

Why It Matters

Factoring quadratic equations is a staple in high school and college-level math exams, including the SAT, ACT, and various placement tests. It frequently appears in algebra and pre-calculus sections, carrying moderate to high marks. This skill tests your algebraic manipulation, pattern recognition, and problem-solving abilities.

Core Concepts

  • Greatest Common Factor (GCF): The largest expression that divides all terms of the polynomial.
  • Trinomial Factoring: Expressing a quadratic trinomial ( ax^2 + bx + c ) as a product of two binomials ( (px + q)(rx + s) ).
  • Difference of Squares: Recognizing and factoring expressions of the form ( a^2 - b^2 ) into ( (a + b)(a - b) ).
  • Special Cases: Identifying perfect square trinomials ( a^2 + 2ab + b^2 ) or ( a^2 - 2ab + b^2 ).

Prerequisites

  • Understanding of basic algebraic expressions and operations.
  • Knowledge of polynomial operations (addition, subtraction, multiplication).
  • Familiarity with solving linear equations.

The Rule-Book (How It Works)


Primary Rule

Factor a quadratic equation by identifying patterns and applying the appropriate factoring method.

Sub-Rules and Edge Cases

  • GCF: Always factor out the GCF first.
  • Trinomial: For ( ax^2 + bx + c ), find two numbers that multiply to ( ac ) and add to ( b ).
  • Difference of Squares: Only applies to expressions of the form ( a^2 - b^2 ).
  • Perfect Square Trinomials: Recognize ( a^2 + 2ab + b^2 ) as ( (a + b)^2 ) and ( a^2 - 2ab + b^2 ) as ( (a - b)^2 ).

Visual Pattern

For trinomials, think of the "ac method": 1. Multiply ( a ) and ( c ).
2. Find two numbers that multiply to ( ac ) and add to ( b ).
3. Rewrite the middle term and factor by grouping.

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type: Multiple choice, short answer, problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. GCF Factoring: ( ax^2 + bx + c = a(x^2 + \frac{b}{a}x + \frac{c}{a}) )
  2. Trinomial Factoring: ( ax^2 + bx + c = (px + q)(rx + s) )
  3. Difference of Squares: ( a^2 - b^2 = (a + b)(a - b) )

Worked Examples (Step-by-Step)


Easy

Question: Factor ( 2x^2 + 4x ).
Step-by-Step: 1. Identify the GCF: ( 2x ).
2. Factor out the GCF: ( 2x(x + 2) ).
Answer: ( 2x(x + 2) )

Medium

Question: Factor ( x^2 + 5x + 6 ).
Step-by-Step: 1. Find two numbers that multiply to 6 and add to 5: 2 and 3.
2. Rewrite the middle term: ( x^2 + 2x + 3x + 6 ).
3. Factor by grouping: ( (x + 2)(x + 3) ).
Answer: ( (x + 2)(x + 3) )

Hard

Question: Factor ( 2x^2 - 7x + 3 ).
Step-by-Step: 1. Find two numbers that multiply to ( 2 \times 3 = 6 ) and add to -7: -1 and -6.
2. Rewrite the middle term: ( 2x^2 - x - 6x + 3 ).
3. Factor by grouping: ( (2x^2 - x) + (-6x + 3) ).
4. Factor out the GCF from each group: ( x(2x - 1) - 3(2x - 1) ).
5. Factor by grouping: ( (x - 3)(2x - 1) ).
Answer: ( (x - 3)(2x - 1) )

Common Exam Traps & Mistakes

  1. Mistake: Not factoring out the GCF first.
  2. Wrong Answer: ( x^2 + 2x ) as ( (x + 2) ).
  3. Correct Approach: Factor out ( x ) first: ( x(x + 2) ).

  4. Mistake: Incorrectly identifying the numbers for the "ac method".

  5. Wrong Answer: ( x^2 + 5x + 4 ) as ( (x + 4)(x + 1) ).
  6. Correct Approach: Find numbers that multiply to 4 and add to 5: ( (x + 4)(x + 1) ).

  7. Mistake: Overlooking the difference of squares.

  8. Wrong Answer: ( x^2 - 9 ) as ( (x - 9) ).
  9. Correct Approach: Recognize ( x^2 - 9 ) as ( (x + 3)(x - 3) ).

Shortcut Strategies & Exam Hacks

  • Memory Aid: For trinomials, remember "ac method": multiply ( a ) and ( c ), find factors that add to ( b ).
  • Pattern Recognition: Quickly identify perfect squares and difference of squares.
  • Elimination Strategy: If a quadratic cannot be factored easily, it might be a perfect square or difference of squares.

Question-Type Taxonomy

  1. Multiple Choice: Identify the correct factors from given options.
  2. Example: Factor ( 3x^2 + 7x + 2 ).
  3. Favored Exams: SAT, ACT

  4. Short Answer: Write the factored form of the quadratic.

  5. Example: Factor ( x^2 - 4x + 4 ).
  6. Favored Exams: College algebra tests

  7. Problem-Solving: Solve a quadratic equation by factoring.

  8. Example: Solve ( 2x^2 - 5x + 2 = 0 ).
  9. Favored Exams: Pre-calculus exams

Practice Set (MCQs)


Question 1

Question: Factor ( 4x^2 + 4x ).
Options: A. ( 4x(x + 1) ) B. ( 4(x^2 + x) ) C. ( 4x(x + 2) ) D. ( 4(x + 1) ) Correct Answer: A. ( 4x(x + 1) ) Explanation: Factor out the GCF ( 4x ).
Why the Distractors Are Tempting: B and D incorrectly factor out ( 4 ) instead of ( 4x ).

Question 2

Question: Factor ( x^2 + 6x + 8 ).
Options: A. ( (x + 2)(x + 4) ) B. ( (x + 8)(x + 1) ) C. ( (x + 3)(x + 5) ) D. ( (x + 4)(x + 2) ) Correct Answer: A. ( (x + 2)(x + 4) ) Explanation: Find numbers that multiply to 8 and add to 6.
Why the Distractors Are Tempting: B and C incorrectly identify the factors.

Question 3

Question: Factor ( 9x^2 - 25 ).
Options: A. ( (3x + 5)(3x - 5) ) B. ( (9x + 25)(9x - 25) ) C. ( (3x + 25)(3x - 25) ) D. ( (9x + 5)(9x - 5) ) Correct Answer: A. ( (3x + 5)(3x - 5) ) Explanation: Recognize the difference of squares.
Why the Distractors Are Tempting: B, C, and D incorrectly apply the difference of squares formula.

Question 4

Question: Factor ( 2x^2 - x - 6 ).
Options: A. ( (2x + 3)(x - 2) ) B. ( (2x - 3)(x + 2) ) C. ( (2x - 2)(x + 3) ) D. ( (2x + 2)(x - 3) ) Correct Answer: A. ( (2x + 3)(x - 2) ) Explanation: Find numbers that multiply to -12 and add to -1.
Why the Distractors Are Tempting: B, C, and D incorrectly identify the factors.

Question 5

Question: Factor ( x^2 - 10x + 25 ).
Options: A. ( (x - 5)^2 ) B. ( (x - 10)(x - 2.5) ) C. ( (x - 5)(x - 5) ) D. ( (x - 25)(x - 1) ) Correct Answer: A. ( (x - 5)^2 ) Explanation: Recognize the perfect square trinomial.
Why the Distractors Are Tempting: B, C, and D incorrectly factor the perfect square.

30-Second Cheat Sheet

  • Factor out the GCF first.
  • For trinomials, use the "ac method".
  • Recognize difference of squares: ( a^2 - b^2 = (a + b)(a - b) ).
  • Identify perfect square trinomials: ( a^2 + 2ab + b^2 = (a + b)^2 ) and ( a^2 - 2ab + b^2 = (a - b)^2 ).
  • Always check your factors by multiplying them back.

Learning Path

  1. Beginner Foundation: Review basic algebra and polynomial operations.
  2. Core Rules: Learn GCF, trinomial, and difference of squares factoring.
  3. Practice: Solve a variety of factoring problems.
  4. Timed Drills: Practice factoring under time constraints.
  5. Mock Tests: Take full-length practice exams.

Related Topics

  1. Completing the Square: Another method to solve quadratic equations.
  2. Quadratic Formula: A universal method to solve any quadratic equation.
  3. Graphing Quadratics: Understanding the parabola and its properties.


ADVERTISEMENT