What Multiplies To 72 And Adds To

7 min read

Introduction

Finding two numbers that multiply to 72 and simultaneously add to a given total is a classic algebraic puzzle that appears in middle‑school math classes, standardized tests, and even interview brain‑teasers. In this article we will explore every possible pair of integers whose product is 72, learn how to determine the correct pair for any specified sum, and discover how the same ideas extend to fractions, negative numbers, and algebraic expressions. Day to day, the problem seems simple at first glance, but it actually introduces several fundamental concepts: factor pairs, quadratic equations, the relationship between sum and product, and systematic problem‑solving strategies. By the end, you’ll be equipped with a toolbox that turns a seemingly mysterious question—“what multiplies to 72 and adds to ___?”—into a straightforward, step‑by‑step process Still holds up..

Most guides skip this. Don't.


1. Why the Puzzle Matters

  • Number sense – Recognising factor pairs sharpens mental arithmetic.
  • Equation building – The problem translates directly into a quadratic equation, a core skill for high‑school algebra.
  • Problem‑solving mindset – It teaches you to list possibilities, test them, and eliminate impossibilities efficiently.

Because the puzzle blends arithmetic with algebra, it is an ideal bridge for students moving from concrete calculations to abstract reasoning.


2. Listing All Integer Factor Pairs of 72

The first logical step is to list every pair of integers ((a, b)) such that (a \times b = 72). Since multiplication is commutative, we only need to record each pair once Surprisingly effective..

Positive Pair Product Sum
1 × 72 72 73
2 × 36 72 38
3 × 24 72 27
4 × 18 72 22
6 × 12 72 18
8 × 9 72 17

Worth pausing on this one.

If we also allow negative factors, each positive pair generates a corresponding negative pair because ((-a) \times (-b) = 72). The sums of those pairs are simply the negatives of the positive sums:

Negative Pair Sum
-1 × -72 -73
-2 × -36 -38
-3 × -24 -27
-4 × -18 -22
-6 × -12 -18
-8 × -9 -17

These tables give you a ready reference: any integer sum that appears in the “Sum” column corresponds to a pair that multiplies to 72. Here's one way to look at it: if the puzzle asks “what multiplies to 72 and adds to 17?”, the answer is 8 and 9.


3. Solving the General Problem Algebraically

When the required sum is not one of the obvious numbers from the table, or when you prefer a more systematic method, you can use algebra Worth keeping that in mind. Less friction, more output..

3.1 Setting Up the System

Let the two unknown numbers be (x) and (y). The conditions are:

[ \begin{cases} x \times y = 72 \ x + y = S \quad (\text{where } S \text{ is the given sum}) \end{cases} ]

3.2 Transforming to a Quadratic

From the second equation, express (y) as (y = S - x). Substitute into the product equation:

[ x(S - x) = 72 \quad\Longrightarrow\quad -x^{2} + Sx - 72 = 0 ]

Multiplying by (-1) yields a standard quadratic:

[ x^{2} - Sx + 72 = 0 ]

Now solve for (x) using the quadratic formula:

[ x = \frac{S \pm \sqrt{S^{2} - 4 \times 72}}{2} ]

The discriminant (\Delta = S^{2} - 288) determines whether integer solutions exist:

  • If (\Delta) is a perfect square, the roots are rational (often integer).
  • If (\Delta) is not a perfect square, the numbers are irrational or fractional.

3.3 Example: Sum = 17

[ \Delta = 17^{2} - 288 = 289 - 288 = 1 \quad (\text{perfect square}) ]

[ x = \frac{17 \pm \sqrt{1}}{2} = \frac{17 \pm 1}{2} ]

Thus (x = 9) or (x = 8), giving the pair ((8, 9)) Easy to understand, harder to ignore. Practical, not theoretical..

3.4 Example: Sum = 20

[ \Delta = 20^{2} - 288 = 400 - 288 = 112 ]

Since 112 is not a perfect square, the solutions are irrational:

[ x = \frac{20 \pm \sqrt{112}}{2} = 10 \pm \sqrt{28} ]

The corresponding pair is (\bigl(10 + \sqrt{28},; 10 - \sqrt{28}\bigr)). Both numbers multiply to 72, but they are not whole numbers Most people skip this — try not to..


4. Extending the Concept

4.1 Fractions and Decimals

If you allow rational numbers, any sum (S) yields a pair as long as the discriminant is non‑negative. Here's one way to look at it: with (S = 15):

[ \Delta = 15^{2} - 288 = 225 - 288 = -63 ]

A negative discriminant means no real solutions—the two numbers cannot be real if they must multiply to 72 and add to 15. Still, if you relax the product to a different target (e.g., 50), fractional solutions appear more often That's the part that actually makes a difference..

4.2 Negative Sums

When the required sum is negative, the quadratic still works. Take (S = -17):

[ \Delta = (-17)^{2} - 288 = 289 - 288 = 1 ]

[ x = \frac{-17 \pm 1}{2} = -9 \text{ or } -8 ]

Thus the pair ((-8, -9)) multiplies to 72 and adds to (-17).

4.3 Using Vieta’s Formulas

Vieta’s formulas state that for a quadratic (x^{2} - Sx + P = 0), the sum of the roots equals (S) and the product equals (P). In our context, (P = 72). This provides a quick mental check: any two numbers that satisfy the puzzle are exactly the roots of the quadratic defined by the given sum That's the part that actually makes a difference..


5. Practical Tips for Quick Mental Solving

  1. Recall the factor table of 72 – Memorise the six positive pairs (1‑72, 2‑36, 3‑24, 4‑18, 6‑12, 8‑9).
  2. Add each pair mentally – Spot the sum that matches the problem.
  3. If the sum isn’t listed, compute the discriminant (S^{2} - 288).
    • Perfect square → integer pair (use the ± formula).
    • Not a perfect square → either irrational pair or no real solution (if discriminant < 0).
  4. Check sign consistency – Positive sum → both numbers positive; negative sum → both numbers negative; mixed signs would give a negative product, so they are not allowed for 72.

6. Frequently Asked Questions

Q1. Can the two numbers be the same?

Yes, if the product is a perfect square. For 72, (\sqrt{72} \approx 8.485), which is not an integer, so no integer pair repeats. That said, the quadratic method would give a double root only when (\Delta = 0), i.e., (S^{2}=288), which is impossible for integer (S).

Q2. What if the puzzle says “adds to 0”?

You would need two numbers whose sum is zero, meaning they are opposites: (x + (-x) = 0). Their product would be (-x^{2}). Since 72 is positive, there is no real solution for a zero sum.

Q3. Is there a shortcut for large products?

Factor the target number first, then look for a pair whose sum matches the requirement. For very large numbers, use prime factorisation to generate factor pairs quickly.

Q4. How does this relate to the “sum‑product” puzzles in logic games?

Those puzzles often involve two people each knowing either the sum or the product and exchanging statements. The underlying mathematics is identical: each statement eliminates impossible factor‑sum combinations until a unique pair remains.

Q5. Can I use this method for three numbers instead of two?

The principle extends, but you’ll need to solve a system with two equations (product and sum) and an extra variable, which typically requires additional information (e.g., the sum of squares) to obtain a unique solution.


7. Real‑World Applications

  • Engineering – Determining gear ratios where the product of teeth counts must meet a torque requirement while the sum affects space constraints.
  • Finance – Splitting a total investment into two accounts where the product (geometric mean) targets a risk metric and the sum matches a budget.
  • Cryptography – Some elementary ciphers rely on factor pairs; understanding sum‑product relationships aids in code‑breaking basics.

8. Conclusion

The question “what multiplies to 72 and adds to ___?” is more than a classroom curiosity; it is a gateway to deeper algebraic thinking. By mastering the factor‑pair table, the quadratic‑formula approach, and the discriminant test, you gain a versatile skill set that applies to integer puzzles, rational problems, and even real‑world engineering scenarios. Still, remember the three‑step mental checklist: list factors, check sums, compute the discriminant if needed. With practice, you’ll solve any sum‑product challenge swiftly and confidently, turning a puzzling prompt into a satisfying mathematical revelation.

New and Fresh

Latest Batch

Readers Also Loved

Hand-Picked Neighbors

Thank you for reading about What Multiplies To 72 And Adds To. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home