What Multiplies To Get And Adds To Get
monithon
Mar 18, 2026 · 9 min read
Table of Contents
What multiplies to get and adds to get is a fundamental technique used in algebra to factor quadratic expressions and solve quadratic equations. By finding two numbers that satisfy both a specific product and a specific sum, you can rewrite a quadratic in a form that reveals its roots or simplifies further manipulation. This method, often called the product‑sum method or the AC method, builds a bridge between arithmetic and algebraic thinking, making it an essential tool for students progressing from basic arithmetic to more advanced mathematics.
Understanding the Product‑Sum Concept
At its core, the product‑sum idea asks: given a target product P and a target sum S, what two numbers x and y satisfy [ x \times y = P \quad \text{and} \quad x + y = S ? ]
When such a pair exists, the quadratic expression
[ ax^2 + bx + c ]
can be factored by rewriting the middle term bx as the sum of two terms whose coefficients are the discovered numbers. This transformation enables factoring by grouping, a reliable route to uncover the binomial factors of the quadratic.
The method works most directly when the leading coefficient a equals 1 (i.e., the quadratic is monic). For non‑monic quadratics, the same principle applies after multiplying a and c to obtain a new product, hence the name “AC method.”
Step‑by‑Step Method for Factoring Quadratics
1. Identify the coefficients
Write the quadratic in standard form [ ax^2 + bx + c]
and note the values of a, b, and c.
2. Compute the target product
Calculate
[P = a \times c ]
3. Determine the target sum
The target sum is simply
[ S = b]
4. Find the two numbers Search for integers (or rational numbers, if needed) m and n such that
[ m \times n = P \quad \text{and} \quad m + n = S ]
If the numbers are not immediately obvious, list the factor pairs of P and test their sums until you hit S.
5. Rewrite the middle term
Replace bx with mx + nx (or nx + mx) to obtain [ ax^2 + mx + nx + c ]
6. Factor by grouping
Group the first two terms and the last two terms, factor out the greatest common factor (GCF) from each group, and then factor out the common binomial.
[ (ax^2 + mx) + (nx + c) = x(ax + m) + 1(nx + c) \quad \text{(adjust as needed)} ]
Finally, express the quadratic as a product of two binomials.
7. Verify
Expand the binomials to ensure you recover the original quadratic.
Worked Examples
Example 1: Simple Monic Quadratic
Factor (x^2 + 5x + 6).
- a = 1, b = 5, c = 6.
- P = a·c = 1·6 = 6.
- S = b = 5.
- Find two numbers with product 6 and sum 5 → 2 and 3 (since 2·3 = 6, 2+3 = 5).
- Rewrite: (x^2 + 2x + 3x + 6).
- Group: ((x^2 + 2x) + (3x + 6) = x(x + 2) + 3(x + 2)).
- Factor out the common binomial: ((x + 2)(x + 3)).
Check: ((x+2)(x+3) = x^2 + 5x + 6). ✔️
Example 2: Non‑Monic Quadratic (AC Method)
Factor (2x^2 + 7x + 3).
- a = 2, b = 7, c = 3.
- P = a·c = 2·3 = 6.
- S = b = 7.
- Find numbers with product 6 and sum 7 → 1 and 6 (1·6 = 6, 1+6 = 7).
- Rewrite: (2x^2 + 1x + 6x + 3).
- Group: ((2x^2 + 1x) + (6x + 3) = x(2x + 1) + 3(2x + 1)).
- Factor out the common binomial: ((2x + 1)(x + 3)).
Check: ((2x+1)(x+3) = 2x^2 + 6x + x + 3 = 2x^2 + 7x + 3). ✔️
Example 3: Dealing with Negative Numbers
Factor (x^2 - 4x - 12).
- a = 1, b = -4, c = -12.
- P = a·c = -12. 3. S = b = -4.
- Need two numbers whose product is -12 and sum is -4 → -6 and 2 (‑6·2 = -12, ‑6+2 = -4).
- Rewrite: (x^2 - 6x + 2x - 12).
- Group: ((x^2 - 6x) + (2x - 12) = x(x - 6) + 2(x - 6)).
- Factor: ((x - 6)(x + 2)).
Check: ((x-6)(x+2) = x^2 + 2x - 6x -12 = x^2 -4x -12). ✔️
Common Pitfalls and How to Avoid Them | Pitfall | Why It Happens | Remedy |
|---------|----------------|--------| | Forgetting to multiply a and c when a ≠ 1 | Leads to wrong product target, making the search impossible. | Always compute P = a·c before searching for the pair. | | Overlooking sign combinations | Missing that one number
AdditionalObstacles to Watch For
| Pitfall | Why It Trips You Up | Fix |
|---|---|---|
| Skipping the GCF before applying the AC method | If every term shares a common divisor, the product‑sum search will still work, but the final binomials will contain an unnecessary factor, leading to extra simplification steps later. | Pull out the greatest common factor first, rewrite the quadratic in its reduced form, then proceed with the standard procedure. |
| Misreading the sign of c when it is negative | A negative c forces the product P to be negative, which means the two numbers you look for must have opposite signs. Forgetting this can make you search for a pair that never adds up to b. | Explicitly note whether P is positive or negative; if it’s negative, one of the numbers will be positive and the other negative, and their sum must still equal b. |
| Leaving the verification step out | Even after a seemingly clean factorisation, a slip in arithmetic can produce a product that does not match the original quadratic. | Always expand the obtained binomials to double‑check that you recover the original coefficients. |
Another Worked Example: A Larger Leading Coefficient Factor 6x² + 11x + 3.
- Identify a = 6, b = 11, c = 3.
- Compute P = a·c = 6 × 3 = 18.
- The required sum is S = b = 11.
- Scan factor pairs of 18: (1, 18), (2, 9), (3, 6). The pair (2, 9) adds to 11, so those are the numbers we need.
- Rewrite the middle term: 6x² + 2x + 9x + 3.
- Group: (6x² + 2x) + (9x + 3) → factor each group: 2x(3x + 1) + 3(3x + 1).
- Pull out the common binomial (3x + 1): (3x + 1)(2x + 3).
Verification: (3x + 1)(2x + 3) = 6x² + 9x + 2x + 3 = 6x² + 11x + 3, confirming the factorisation.
When the AC Method Feels Cumbersome
If the product P is large or the factor pair is not obvious, you can fall back on the quadratic formula to locate the roots r₁ and r₂. Once the roots are known, the quadratic can be written as a(x − r₁)(x − r₂), which is algebraically equivalent to the binomial factorisation obtained through the AC method. This approach is especially handy for quadratics that do not factor over the integers but still have rational or real roots.
Summary of the Core Workflow 1. Set up the coefficients a, b, c.
- Compute the product P = a·c and note the required sum S = b.
- Search for a pair of integers whose product is P and whose sum is S.
- Rewrite the middle term using that pair and group the expression.
- Factor each group, extract the shared binomial, and write the final product of binomials.
- Confirm the result by expanding the factors.
Following these steps consistently will turn what initially looks
Beyond the basic AC workflow, a few extra strategies can make the process smoother, especially when dealing with larger coefficients or when the numbers involved are not immediately obvious.
Using Prime Factorisation to Speed Up the Search
When P is large, listing every factor pair can be tedious. Break P down into its prime factors first, then combine those primes in systematic ways to generate candidate pairs. For example, if P = 180 = 2²·3²·5, you can start by pairing the smallest prime factor with the largest complementary factor (2·90, 3·60, 5·36, …) and work inward. This reduces the number of trials and helps you spot the correct sum more quickly.
Handling Non‑Integer Leading Coefficients
The AC method assumes a, b, c are integers. If the quadratic contains fractions, clear the denominator first by multiplying the entire expression by the least common multiple of the denominators. After factoring the integer‑coefficient version, divide each binomial by the same factor you introduced to return to the original form. This extra step preserves the integrity of the method while avoiding messy fractional arithmetic during the search for the pair.
Recognising Special Patterns Early
Before launching into the AC search, glance for patterns that shortcut the process:
- Perfect square trinomials: a and c are perfect squares and b = 2·√(a·c).
- Difference of squares: c is negative and |a·c| is a perfect square, giving a factorisation of the form (√a·x + √|c|)(√a·x − √|c|).
- Sum or difference of cubes (when the quadratic appears after a substitution). Spotting these can save time and reduce the chance of arithmetic slip‑ups.
Practice Problem Set
Try applying the refined workflow to the following quadratics. Verify each result by expanding the factors.
1. 8x² − 14x + 3
2. 12x² + 17x − 5
3. 9x² + 24x + 16
4. 5x² − 27x + 10
5. (3/2)x² + (5/2)x − 2 (remember to clear the fraction first)
When to Prefer the Quadratic Formula
If the search for a suitable pair becomes unreasonably long—or if P has many factors and none give the required sum—switch to the quadratic formula:
[ x = \frac{-b \pm \sqrt{b^{2}-4ac}}{2a}. ]
The roots r₁ and r₂ lead directly to the factorised form a(x−r₁)(x−r₂). Even when the roots are irrational or complex, this method guarantees a correct factorisation over the reals or complexes, respectively.
Final Checklist
- [ ] Identify a, b, c clearly.
- [ ] Compute P = a·c and note the target sum S = b.
- [ ] Use prime factorisation or systematic pairing to locate the integer pair (if it exists).
- [ ] Rewrite the middle term, group, and factor out the common binomial.
- [ ] Expand to verify the product matches the original quadratic.
- [ ] If the pair search stalls, apply the quadratic formula as a fallback.
- [ ] Remember to clear fractions or factor out a GCF before starting.
By internalising these steps and the auxiliary tips—prime‑based pairing, pattern spotting, denominator clearing, and the quadratic‑formula safety net—you’ll be able to factor quadratics of any size with confidence and minimal back‑tracking. Consistent practice will turn the procedure from a mechanical checklist into an intuitive tool in your algebraic toolkit.
Conclusion: Mastering the AC method, complemented by these strategic enhancements, equips you to handle a broad spectrum of quadratic expressions efficiently and accurately. Keep the workflow visible, verify each step, and you’ll find factorisation becoming a reliable, almost automatic, part of solving polynomial problems.
Latest Posts
Latest Posts
-
How Much Does The Moon Weight
Mar 18, 2026
-
What Is 7 3 As A Mixed Number
Mar 18, 2026
-
How Many 1 3 Cups Equal 2 3
Mar 18, 2026
-
How To Find Y Intercept Of A Quadratic Function
Mar 18, 2026
-
Find The Length Of The Diagonal Of The Box
Mar 18, 2026
Related Post
Thank you for visiting our website which covers about What Multiplies To Get And Adds To Get . We hope the information provided has been useful to you. Feel free to contact us if you have any questions or need further assistance. See you next time and don't miss to bookmark.