Skip to main content
math

Multiplying Binomials Calculator

Multiply two binomials (ax + b)(cx + d) using the distributive property with detailed step-by-step breakdown.

Reviewed by Chase FloiedUpdated

This free online multiplying binomials calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Results

x² coefficient

1

x coefficient

0

Constant term

0

Discriminant of result

0

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Multiplying Binomials Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Multiplying Binomials Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Multiplying Binomials Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Multiplying Binomials Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Multiplying Binomials Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Multiply two binomials (ax + b)(cx + d) using the distributive property with detailed step-by-step breakdown. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

About Multiplying Binomials Calculator

The Multiplying Binomials Calculator computes the product of two binomial expressions (ax + b)(cx + d) and displays the resulting trinomial. Binomial multiplication is one of the most frequently performed operations in algebra, appearing in factoring, equation solving, polynomial expansion, and applied mathematics. While the FOIL mnemonic is popular, this calculator emphasizes the underlying distributive property: each term of the first binomial multiplies each term of the second. The result is always a trinomial (or simpler expression if terms cancel) with the x² coefficient being the product of the leading terms, the constant being the product of the constant terms, and the x coefficient being the sum of the cross products. Recognizing special product patterns like perfect squares and differences of squares accelerates algebraic manipulation.

The Math Behind It

Multiplying binomials applies the distributive property twice: (ax + b)(cx + d) = ax(cx + d) + b(cx + d) = acx² + adx + bcx + bd = acx² + (ad + bc)x + bd. The resulting trinomial has three key parts: the leading term acx² (product of the first terms), the middle term (ad + bc)x (sum of cross products), and the constant term bd (product of the last terms). Special cases produce memorable patterns: when the binomials are identical, (ax + b)² = a²x² + 2abx + b² (perfect square trinomial); when they are conjugates, (ax + b)(ax - b) = a²x² - b² (difference of squares, no middle term). The discriminant of the result acx² + (ad+bc)x + bd is (ad+bc)² - 4(ac)(bd) = (ad-bc)², which is always a perfect square, confirming that the resulting trinomial can always be factored back into the original binomials. This observation is a neat algebraic identity. Binomial multiplication skills transfer directly to mental arithmetic: computing 23 × 17 can be viewed as (20 + 3)(20 - 3) = 400 - 9 = 391, or more precisely as (20+3)(10+7) = 200 + 140 + 30 + 21 = 391.

Formula Reference

Binomial Product

(ax + b)(cx + d) = acx² + (ad + bc)x + bd

Variables: a, b from first binomial; c, d from second

Special Products

(x+a)² = x² + 2ax + a², (x+a)(x-a) = x² - a²

Variables: Perfect square and difference of squares patterns

Worked Examples

Example 1: General product

Multiply (3x + 2)(x - 5)

Step 1:a=3, b=2, c=1, d=-5
Step 2:x² coefficient: 3·1 = 3
Step 3:x coefficient: 3·(-5) + 2·1 = -15 + 2 = -13
Step 4:Constant: 2·(-5) = -10
Step 5:Result: 3x² - 13x - 10

3x² - 13x - 10

Example 2: Difference of squares

Multiply (x + 7)(x - 7)

Step 1:a=1, b=7, c=1, d=-7
Step 2:x² coefficient: 1·1 = 1
Step 3:x coefficient: 1·(-7) + 7·1 = 0
Step 4:Constant: 7·(-7) = -49
Step 5:Result: x² - 49 (difference of squares)

x² - 49

Common Mistakes & Tips

  • !Forgetting the cross terms: (x+3)² = x² + 6x + 9, NOT x² + 9
  • !Sign errors with negative terms: (x-3)(x+5) gives constant -15, not +15
  • !Not recognizing special patterns that could simplify the work
  • !Confusing binomial multiplication with binomial addition (you cannot just add corresponding terms)

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

Is multiplying binomials the same as FOIL?

Yes. FOIL (First-Outer-Inner-Last) is just a mnemonic for applying the distributive property to two binomials. Both methods produce the same result. FOIL is specific to two binomials, while the distributive property works for any polynomial multiplication.

Why is the result always a trinomial?

The product of two binomials has four terms before simplification, but the two middle terms (outer and inner) combine into one, yielding three terms (a trinomial). If the middle terms cancel (as in conjugate pairs), the result is a binomial.