Multiplying Binomials Calculator

Multiply binomials (a₁x + b₁)(a₂x + b₂) using the FOIL method. Enter the coefficients and get the expanded quadratic trinomial instantly.

Understanding the FOIL Method

FOIL is shorthand for the distributive property applied to binomials. When you multiply (a+b)(c+d), you distribute each term in the first binomial to each term in the second. This gives four products: a·c (First), a·d (Outer), b·c (Inner), and b·d (Last). Add them together and combine like terms if possible.

The name FOIL helps you remember the order, but it's really just organized distribution. First means the first term of each binomial. Outer means the outermost terms when you write them side by side. Inner means the innermost terms. Last means the last term of each binomial. Following this sequence ensures you don't miss any products.

After computing the four products, look for like terms. In (x+3)(x+5), the Outer and Inner products are 5x and 3x, which combine to 8x. The result is x² + 8x + 15, a quadratic trinomial. This pattern—quadratic term, linear term, constant—always emerges when multiplying two linear binomials.

Common Patterns and Special Products

Certain binomial products create recognizable patterns. The square of a sum, (a+b)², gives a² + 2ab + b²—a perfect square trinomial. The product of a sum and difference, (a+b)(a-b), produces a² - b², the difference of squares with no middle term.

Recognizing these special products saves time. If you see (x+7)(x-7), you know immediately the answer is x² - 49 without going through FOIL. If you see (x+4)², you jump straight to x² + 8x + 16 using the perfect square formula. These shortcuts work because the algebra always simplifies the same way.

When binomials have the same first term but different constants, like (x+2)(x+9), the middle term of the product is the sum of the constants (2+9=11), and the last term is their product (2·9=18). So (x+2)(x+9) = x² + 11x + 18. This pattern helps you multiply and factor quickly when working with simple binomials.

Applications in Algebra and Beyond

Multiplying binomials is a core skill for factoring quadratics. When you factor x² + 7x + 12, you reverse the FOIL process to find binomials (x+3)(x+4). Understanding how multiplication works makes factoring intuitive—you look for two numbers that add to 7 and multiply to 12.

In calculus, the product rule for derivatives extends the idea of distributing products, and polynomial multiplication appears constantly when expanding functions. Physics problems often involve binomials representing physical quantities—like (velocity + acceleration × time)—and multiplying them models combined effects.

Binomial products also appear in probability (multiplying probabilities of independent events) and geometry (area calculations for rectangles with binomial side lengths). Even computer science uses polynomial multiplication in algorithms for fast arithmetic and signal processing. Mastering binomial multiplication builds the foundation for these advanced applications.

Frequently Asked Questions

What is the FOIL method?

FOIL stands for First, Outer, Inner, Last. It's a mnemonic for multiplying two binomials: multiply the First terms, the Outer terms, the Inner terms, and the Last terms, then combine like terms.

How do you multiply (x+3)(x+5)?

First: x·x = x². Outer: x·5 = 5x. Inner: 3·x = 3x. Last: 3·5 = 15. Combine: x² + 5x + 3x + 15 = x² + 8x + 15.

Does FOIL work for all binomials?

Yes, FOIL works for any two binomials regardless of whether they contain variables, constants, or both. It's a specific application of the distributive property.

What if the binomials have different variables?

FOIL still applies. For (x+2)(y+3), you get xy + 3x + 2y + 6. The terms don't combine because they have different variables, so the result has four terms instead of three.

How is multiplying binomials used?

Multiplying binomials is essential for expanding algebraic expressions, solving quadratic equations, factoring, and working with polynomial functions. It's a foundational skill in algebra and appears in calculus, physics, and engineering.