Skip to main content

Multiplying Binomials Calculator

Calculate multiplying binomials instantly with our math tool. Shows detailed work, formulas used, and multiple solution methods.

Skip to calculator
Mathematics

Multiplying Binomials Calculator

Multiply two binomials using the FOIL method with step-by-step solutions. Identify special patterns like perfect squares and difference of squares. Analyze roots and discriminants.

Last updated: December 2025Reviewed by NovaCalculator Mathematics Team

Calculator

Adjust values & calculate
(3x + 2) times (x - 5)
3x^2 - 13x - 10
First
3x^2
Outer
-15x
Inner
2x
Last
-10
x^2 Coefficient
3
x Coefficient
-13
Constant
-10
Analysis
Discriminant: 289.0000
Roots: 5.0000, -0.6667
Special Pattern: None
Your Result
(3x + 2) * (x - 5) = 3x^2 - 13x - 10
Share Your Result
Understand the Math

Formula

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

The FOIL method multiplies First terms (ac), Outer terms (ad), Inner terms (bc), and Last terms (bd). Combining like terms (outer + inner) gives the middle coefficient. The result is always a trinomial (or binomial in special cases like difference of squares).

Last reviewed: December 2025

Worked Examples

Example 1: Standard FOIL Multiplication

Multiply (3x + 4)(2x - 7) using the FOIL method.
Solution:
First: 3x * 2x = 6x^2 Outer: 3x * (-7) = -21x Inner: 4 * 2x = 8x Last: 4 * (-7) = -28 Combine: 6x^2 + (-21x) + 8x + (-28) Simplify: 6x^2 - 13x - 28 Verification: Let x = 1: (3+4)(2-7) = 7*(-5) = -35 6(1) - 13(1) - 28 = 6 - 13 - 28 = -35. Correct!
Result: (3x + 4)(2x - 7) = 6x^2 - 13x - 28

Example 2: Difference of Squares Pattern

Multiply (5x + 3)(5x - 3) and identify the pattern.
Solution:
First: 5x * 5x = 25x^2 Outer: 5x * (-3) = -15x Inner: 3 * 5x = 15x Last: 3 * (-3) = -9 Combine: 25x^2 + (-15x) + 15x + (-9) Middle terms cancel: 25x^2 - 9 This is (a+b)(a-b) = a^2 - b^2 with a=5x, b=3
Result: (5x + 3)(5x - 3) = 25x^2 - 9 (Difference of Squares)
Expert Insights

Background & Theory

The Multiplying Binomials Calculator applies the following established principles and formulas. Mathematics rests on a hierarchy of number systems, each extending the previous. The natural numbers (1, 2, 3, ...) support counting and ordering. The integers add negative values and zero, enabling subtraction without restriction. The rational numbers, expressible as p/q where p and q are integers and q is nonzero, close the system under division. The real numbers fill the gaps left by irrationals such as the square root of 2 or pi, forming a complete ordered field. The complex numbers, written as a + bi where i is the square root of negative one, complete the algebraic closure of the reals and allow every polynomial to have a root. Prime factorization states that every integer greater than one is uniquely expressible as a product of primes, a result known as the Fundamental Theorem of Arithmetic. Computing the greatest common divisor (GCD) of two integers relies most efficiently on the Euclidean algorithm: repeatedly replace the larger number with the remainder when it is divided by the smaller, until the remainder is zero. The last nonzero remainder is the GCD. The least common multiple (LCM) follows from the identity LCM(a, b) = |a * b| / GCD(a, b). Modular arithmetic defines equivalence classes of integers that share the same remainder under division by a modulus n. Fermat's Little Theorem and Euler's Theorem arise from this structure and underpin modern cryptography. Logarithms are the inverses of exponential functions. If b raised to the power x equals y, then the logarithm base b of y equals x. The natural logarithm uses base e, approximately 2.71828. Combinatorics counts arrangements and selections. The number of ordered arrangements (permutations) of r objects from n distinct objects is nPr = n! / (n - r)!. The number of unordered selections (combinations) is nCr = n! / (r! * (n - r)!). Pascal's triangle arranges these binomial coefficients so that each entry equals the sum of the two entries directly above it. The Fibonacci sequence, defined by F(1) = 1, F(2) = 1, and F(n) = F(n-1) + F(n-2), appears throughout nature and connects deeply to the golden ratio via Binet's formula.

History

The history behind the Multiplying Binomials Calculator traces back through the following developments. Mathematics as a systematic discipline traces to ancient Mesopotamia. Babylonian clay tablets dating to around 1800 BCE demonstrate knowledge of quadratic equations, Pythagorean triples, and base-60 arithmetic, suggesting a practical mathematical tradition far preceding Greek formalism. Euclid of Alexandria compiled the Elements around 300 BCE, establishing the axiomatic method that would define rigorous mathematics for over two thousand years. His work organized plane geometry, number theory, and proportion into logically chained propositions derived from a small set of postulates. The algorithm bearing his name for computing GCDs appears in Book VII and remains in use today. In the 9th century, the Persian scholar Muhammad ibn Musa Al-Khwarizmi wrote Al-Kitab al-mukhtasar fi hisab al-jabr wal-muqabala, the treatise whose title gave algebra its name. He systematized the solution of linear and quadratic equations and described procedures that operated on unknowns as objects, a conceptual leap away from purely numerical calculation. Rene Descartes introduced coordinate geometry in 1637 by uniting algebra and Euclidean geometry, allowing curves to be studied through equations. This synthesis set the stage for calculus. Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus during the 1660s and 1670s, triggering a priority dispute that lasted decades and divided British and Continental mathematicians. Carl Friedrich Gauss proved the Fundamental Theorem of Algebra in 1799, showing that every nonconstant polynomial has at least one complex root. His Disquisitiones Arithmeticae of 1801 established modern number theory. David Hilbert's formalist program at the turn of the 20th century sought to place all of mathematics on an explicit axiomatic foundation, a project that Kurt Godel's incompleteness theorems of 1931 showed to be fundamentally limited. Alan Turing's work in the 1930s on computability introduced the theoretical model of the stored-program computer and linked mathematical logic directly to the limits of algorithmic calculation. His proof that no algorithm can decide in general whether an arbitrary program will halt or run forever placed fundamental boundaries on what mathematics can mechanically determine, and it opened the discipline now known as theoretical computer science.

Share this calculator

Explore More

Frequently Asked Questions

FOIL is an acronym that stands for First, Outer, Inner, Last, and it provides a systematic approach to multiplying two binomials. When multiplying (ax + b)(cx + d), you multiply the First terms (ax times cx = acx^2), the Outer terms (ax times d = adx), the Inner terms (b times cx = bcx), and the Last terms (b times d = bd). Then you combine all four products and simplify by combining like terms. The result is acx^2 + (ad + bc)x + bd. FOIL is essentially a special case of the distributive property applied to two two-term expressions. While FOIL only works for two binomials, understanding it builds intuition for multiplying polynomials of any size.
When binomials have leading coefficients other than 1, the FOIL method works exactly the same way but produces a trinomial where the leading coefficient is not 1. For example, multiplying (2x + 3)(4x - 5): First gives 8x^2, Outer gives -10x, Inner gives 12x, Last gives -15. Combining like terms yields 8x^2 + 2x - 15. The key difference from simpler cases is that factoring the resulting trinomial back into binomials is harder because you must find factor pairs of both the leading coefficient and the constant term. This is why the AC method or grouping method is often taught alongside FOIL for reverse operations.
Multiplying binomials appears in numerous practical contexts beyond pure algebra. In geometry, the area of a rectangle with sides (x + 3) and (x + 5) requires binomial multiplication to get x^2 + 8x + 15. In physics, the product of two quantities that each depend linearly on a variable produces a quadratic relationship. In statistics, the variance of the sum of random variables involves products of binomial expressions. Financial calculations for compound growth often require expanding binomial products. In computer science, algorithm complexity analysis sometimes involves multiplying linear expressions to determine quadratic bounds. Civil engineers use binomial products when calculating the cross-sectional area of structural elements with variable dimensions.
The most frequent error is forgetting to multiply all four term pairs, especially skipping the inner or outer terms. Another common mistake is incorrectly handling negative signs, particularly when a binomial has a subtraction. For example, in (x - 3)(x + 4), students often compute the last term as positive 12 instead of negative 12 because they lose track of the negative sign on the 3. Another error is writing (x + 3)^2 as x^2 + 9, forgetting the crucial middle term 6x. Students also sometimes try to use FOIL on expressions that are not binomials, or they add exponents instead of multiplying terms. Always verify your result by substituting a specific number for x into both the original product and the expanded form.
You may use the results for reference and educational purposes. For professional reports, academic papers, or critical decisions, we recommend verifying outputs against peer-reviewed sources or consulting a qualified expert in the relevant field.
All calculations use established mathematical formulas and are performed with high-precision arithmetic. Results are accurate to the precision shown. For critical decisions in finance, medicine, or engineering, always verify results with a qualified professional.
Educational Note: This calculator is provided for educational and informational purposes. Results are based on the formulas and inputs provided. Always verify important calculations independently. NovaCalculator processes calculator inputs client-side; optional analytics follow visitor consent settings.Reviewed by: NovaCalculator Mathematics Team โ€” Verified against standard mathematical and scientific references. Last reviewed: December 2025. ยฉ 2024โ€“2026 NovaCalculator.

Share this calculator

Formula

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

The FOIL method multiplies First terms (ac), Outer terms (ad), Inner terms (bc), and Last terms (bd). Combining like terms (outer + inner) gives the middle coefficient. The result is always a trinomial (or binomial in special cases like difference of squares).

Worked Examples

Example 1: Standard FOIL Multiplication

Problem: Multiply (3x + 4)(2x - 7) using the FOIL method.

Solution: First: 3x * 2x = 6x^2\nOuter: 3x * (-7) = -21x\nInner: 4 * 2x = 8x\nLast: 4 * (-7) = -28\n\nCombine: 6x^2 + (-21x) + 8x + (-28)\nSimplify: 6x^2 - 13x - 28\n\nVerification: Let x = 1: (3+4)(2-7) = 7*(-5) = -35\n6(1) - 13(1) - 28 = 6 - 13 - 28 = -35. Correct!

Result: (3x + 4)(2x - 7) = 6x^2 - 13x - 28

Example 2: Difference of Squares Pattern

Problem: Multiply (5x + 3)(5x - 3) and identify the pattern.

Solution: First: 5x * 5x = 25x^2\nOuter: 5x * (-3) = -15x\nInner: 3 * 5x = 15x\nLast: 3 * (-3) = -9\n\nCombine: 25x^2 + (-15x) + 15x + (-9)\nMiddle terms cancel: 25x^2 - 9\n\nThis is (a+b)(a-b) = a^2 - b^2 with a=5x, b=3

Result: (5x + 3)(5x - 3) = 25x^2 - 9 (Difference of Squares)

Frequently Asked Questions

What is the FOIL method for multiplying binomials?

FOIL is an acronym that stands for First, Outer, Inner, Last, and it provides a systematic approach to multiplying two binomials. When multiplying (ax + b)(cx + d), you multiply the First terms (ax times cx = acx^2), the Outer terms (ax times d = adx), the Inner terms (b times cx = bcx), and the Last terms (b times d = bd). Then you combine all four products and simplify by combining like terms. The result is acx^2 + (ad + bc)x + bd. FOIL is essentially a special case of the distributive property applied to two two-term expressions. While FOIL only works for two binomials, understanding it builds intuition for multiplying polynomials of any size.

How do you multiply binomials with coefficients other than 1?

When binomials have leading coefficients other than 1, the FOIL method works exactly the same way but produces a trinomial where the leading coefficient is not 1. For example, multiplying (2x + 3)(4x - 5): First gives 8x^2, Outer gives -10x, Inner gives 12x, Last gives -15. Combining like terms yields 8x^2 + 2x - 15. The key difference from simpler cases is that factoring the resulting trinomial back into binomials is harder because you must find factor pairs of both the leading coefficient and the constant term. This is why the AC method or grouping method is often taught alongside FOIL for reverse operations.

How is multiplying binomials used in real-world applications?

Multiplying binomials appears in numerous practical contexts beyond pure algebra. In geometry, the area of a rectangle with sides (x + 3) and (x + 5) requires binomial multiplication to get x^2 + 8x + 15. In physics, the product of two quantities that each depend linearly on a variable produces a quadratic relationship. In statistics, the variance of the sum of random variables involves products of binomial expressions. Financial calculations for compound growth often require expanding binomial products. In computer science, algorithm complexity analysis sometimes involves multiplying linear expressions to determine quadratic bounds. Civil engineers use binomial products when calculating the cross-sectional area of structural elements with variable dimensions.

What are common mistakes students make when multiplying binomials?

The most frequent error is forgetting to multiply all four term pairs, especially skipping the inner or outer terms. Another common mistake is incorrectly handling negative signs, particularly when a binomial has a subtraction. For example, in (x - 3)(x + 4), students often compute the last term as positive 12 instead of negative 12 because they lose track of the negative sign on the 3. Another error is writing (x + 3)^2 as x^2 + 9, forgetting the crucial middle term 6x. Students also sometimes try to use FOIL on expressions that are not binomials, or they add exponents instead of multiplying terms. Always verify your result by substituting a specific number for x into both the original product and the expanded form.

How do I get the most accurate result?

Enter values as precisely as possible using the correct units for each field. Check that you have selected the right unit (e.g. kilograms vs pounds, meters vs feet) before calculating. Rounding inputs early can reduce output precision.

What inputs do I need to use Multiplying Binomials Calculator accurately?

Each field is labelled with the required unit (metric or imperial). Gather your source values before starting โ€” for example, a weight measurement in kilograms, a distance in metres, or a dollar amount โ€” and enter them exactly as measured. The formula section on this page lists every variable and explains what each represents.

References

Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy