Multiplying Binomials Calculator
Multiply two binomials using the FOIL method with step-by-step solutions. Perfect for algebra students and anyone learning polynomial multiplication.
Missing Required Information
Please complete all required fields to calculate.
First Binomial: (ax + b)
Second Binomial: (cx + d)
Quick Examples:
Multiplication Result
Enter the coefficients and constants to multiply the binomials
Understanding the FOIL Method
The FOIL method is a systematic way to multiply two binomials. FOIL stands for First, Outer, Inner, Last - representing the four multiplication steps needed to expand the product completely.
What FOIL Stands For
F - First Terms
Multiply the first terms of each binomial
(ax + b)(cx + d) → ax × cx = acx²
O - Outer Terms
Multiply the outer terms of the expression
(ax + b)(cx + d) → ax × d = adx
I - Inner Terms
Multiply the inner terms of the expression
(ax + b)(cx + d) → b × cx = bcx
L - Last Terms
Multiply the last terms of each binomial
(ax + b)(cx + d) → b × d = bd
The Complete Formula
(ax + b)(cx + d) = acx² + (ad + bc)x + bd
After applying FOIL, you combine like terms. The middle terms (adx and bcx) are combined to give (ad + bc)x, resulting in a quadratic expression in standard form.
Step-by-Step Process
Follow these systematic steps to multiply any two binomials correctly. This process ensures you don't miss any terms and arrive at the correct expanded form.
Step 1: Identify the Terms
Break down each binomial into its components:
First binomial: (ax + b) where a is coefficient, x is variable, b is constant
Second binomial: (cx + d) where c is coefficient, x is variable, d is constant
Step 2: Apply FOIL Method
Multiply according to FOIL sequence:
First: ax × cx = acx²
Outer: ax × d = adx
Inner: b × cx = bcx
Last: b × d = bd
Step 3: Combine Like Terms
Add all terms together and simplify:
acx² + adx + bcx + bd
= acx² + (ad + bc)x + bd
Common Examples and Applications
Binomial multiplication appears frequently in algebra, geometry, and real-world applications. Here are some practical examples that demonstrate different scenarios you might encounter.
Example 1: Basic Positive Terms
Multiply (x + 3)(x + 5):
First: x × x = x²
Outer: x × 5 = 5x
Inner: 3 × x = 3x
Last: 3 × 5 = 15
Result: x² + 8x + 15
Example 2: Mixed Signs
Multiply (x + 4)(x - 2):
First: x × x = x²
Outer: x × (-2) = -2x
Inner: 4 × x = 4x
Last: 4 × (-2) = -8
Result: x² + 2x - 8
Example 3: Different Coefficients
Multiply (2x + 1)(3x - 4):
First: 2x × 3x = 6x²
Outer: 2x × (-4) = -8x
Inner: 1 × 3x = 3x
Last: 1 × (-4) = -4
Result: 6x² - 5x - 4
Real-World Application
Area Calculation: If you have a rectangular garden with length (x + 5) meters and width (x + 3) meters, the total area would be:
Area = (x + 5)(x + 3) = x² + 8x + 15 square meters