Skip to main content

FACTORING: QUADRATIC TRINOMIAL

MATH LESSON

FACTORING: QUADRATIC TRINOMIAL

When it is not a perfect square, find two numbers that multiply to the last term and add to the middle term!

To factor x² + bx + c, find two numbers that multiply to c and add to b. Then write them as (x + p)(x + q).
x² + bx + c = (x + p)(x + q) where p × q = c and p + q = b
x² + bx + c
=
(x + p)
×
(x + q)
What is a Quadratic Trinomial?

It has 3 terms, the highest degree is 2, and the leading coefficient is 1 (x²). It is NOT a perfect square trinomial.

x² + 5x + 6 — YES, a quadratic trinomial!
x² + 6x + 9 — NO, this is a Perfect Square Trinomial!
x² − 16 — NO, this is a Difference of Two Squares!
The "Factor c, Add to b" Method

Look at x² + 5x + 6. Ignore the x² for now. We need two numbers that:

Multiply to c = 6
Add to b = 5
Factors of 6: (1, 6) → 1+6 = 7 ≠ 5
Factors of 6: (2, 3) → 2+3 = 5 ✓
Write them with x: (x + 2)(x + 3)
Signs Rule (Very Important!)

The sign of c (last term) tells you if the signs are the same or different:

If c is POSITIVE (+):
Signs are the SAME. Look at b to know which:
b positive → both +  |  b negative → both −
If c is NEGATIVE (−):
Signs are DIFFERENT. The larger number takes the sign of b.
Common Mistakes!

Mistake 1: Finding numbers that add to b, but forget to check if they multiply to c.

x² + 5x + 6 = (x + 1)(x + 4) × WRONG
1+4=5 but 1×4=4 ≠ 6!
x² + 5x + 6 = (x + 2)(x + 3) ✓ 2+3=5 and 2×3=6

Mistake 2: Getting the signs wrong.

x² − 5x + 6 = (x + 2)(x + 3) × WRONG
x² − 5x + 6 = (x − 2)(x − 3) ✓ c is +, b is − → both negative!

Mistake 3: Using DOTS when the middle term is not zero.

x² + 5x + 6 = (x + 6)(x − 1) × WRONG (that gives x²+5x−6)
x² + 5x + 6 = (x + 2)(x + 3)
Worked Examples
Example 1: Factor: x² + 5x + 6
Need: × 6 and + 5
Factors of 6: (2, 3) → 2+3 = 5 ✓
→ c is +, b is + → both positive
(x + 2)(x + 3)
Example 2: Factor: x² − 7x + 12
Need: × 12 and − 7
Factors of 12: (−3, −4) → −3+( −4) = −7 ✓
→ c is +, b is − → both negative
(x − 3)(x − 4)
Example 3: Factor: x² + 2x − 8
Need: × −8 and + 2
Factors of −8: (+4, −2) → 4+( −2) = 2 ✓
→ c is − → different signs. Larger (4) takes sign of b (+)
(x + 4)(x − 2)
Example 4: Factor: x² − 3x − 10
Need: × −10 and − 3
Factors of −10: (−5, +2) → −5+2 = −3 ✓
→ c is − → different signs. Larger (5) takes sign of b (−)
(x − 5)(x + 2)
Example 5: Factor: x² + 9x + 20
Need: × 20 and + 9
Factors of 20: (4, 5) → 4+5 = 9 ✓
→ c is +, b is + → both positive
(x + 4)(x + 5)

Shortcut: List all factor pairs of c. Pick the pair that adds to b. Use the signs rule to place + or − correctly!

LEARNING CHECK

Let's see what you learned!

Answer these 2 questions correctly to proceed to the Quiz. If wrong, questions will be reshuffled and you try again!
Perfect! Both answers are correct! Proceeding to the Quiz...
Not quite! The questions will be reshuffled. Read the lesson again and try!
Answer all questions first!
MATH QUIZ

Quiz Time!

10 questions about Factoring Quadratic Trinomials. You got this!

Answer all questions first before submitting!
0/10

Made for students who want to master Factoring Quadratic Trinomials

Comments

Popular posts from this blog

Mean

MATH QUIZ WHAT IS THE MEAN ? Learn it the easy way, then test yourself with this quiz! What is the MEAN? The MEAN (also called average) is the simplest way to find the typical value of a group of numbers. Think of it as the "middle ground" when you add everything up and share it equally. 1 ADD THEM ALL Add every number together 2 DIVIDE BY COUNT Divide by how many numbers there are Example Numbers: 3, 5, 7 Step 1: 3 + 5 + 7 = 15 Step 2: 15 ÷ 3 = 5 So the MEAN is 5 ! Quiz Time! Read each question carefully before answering. You got this! Answer all questions first before submitting! SUBMIT YOUR ANSWERS! 0 /10 Try Again Made for students who want to master the MEAN

Median

MATH QUIZ WHAT IS THE MEDIAN ? Learn it the easy way, then test yourself with this quiz! What is the MEDIAN? The MEDIAN is the middle number when a set of numbers is arranged in order (from lowest to highest). It tells you the exact center of your data. If there are two middle numbers (even count), you just add them together and divide by 2 to get the median. Important: Always arrange the numbers from lowest to highest FIRST before finding the middle! 1 ARRANGE Order numbers from lowest to highest 2 FIND MIDDLE Pick the middle number (or average the two middles) Example 1: Odd Count Numbers: 3, 7, 1, 9, 5 Step 1 (Arrange): 1, 3, 5 , 7, 9 Step 2 (Middle): The 3rd number is 5 So the MEDIAN is 5 ! Example 2: Even Count Numbers: 4, 8, 2, 10 Step 1 (Arrange): 2, 4, 8, 10 Step 2 (Two middles): (4 + 8) ÷ 2 = 6 So the MEDIAN is 6 ! Quiz Time! Read each question carefully before answering. You got this! Answer all questions f...

Multiplying and Dividing Monomials

MATH QUIZ MULTIPLYING & DIVIDING MONOMIALS Master the three rules: Product, Quotient, and Negative Exponent! Product Rule (Multiplication) Multiply the coefficients , then ADD the exponents of the same variables. x³ · x⁴ = x 3 + 4 = x⁷ (2a²)(3a) = 6a 2 + 1 = 6a³ Quotient Rule (Division) Divide the coefficients , then SUBTRACT the exponents of the same variables. x⁵ x² = x 5 − 2 = x³ 12m⁴ 4m = 3m 4 − 1 = 3m³ Negative Exponent Rule A negative exponent means the term moves to the denominator and becomes positive. x⁻² = 1 x² 2x⁻³ = 2 x³ Quick Examples Multiply: (4x²)(3x³) → 12x 2 + 3 = 12x⁵ Divide: 20a⁵ 5a² → 4a 5 − 2 = 4a³ Negative: x⁴ x⁷ → x 4 − 7 = x⁻³ = 1 x³ Power: (2x³)² → 2 2 x 3 × 2 = 4x⁶ Remember: Same base? Multiply = ADD , Divide = SUBTRACT , Power = MULTIPLY ! Quiz Time! Read carefully and pick the best answer. You got this! Answer all questions first before submitting! SUBMIT ...