Binomial Multiplication Calculator: FOIL Method

(a₁y + a₀) * (b₁y + b₀) = c₂y² + c₁y + c₀
a₁y + a₀ =
b₁y + b₀ =

Enter binomials in the form ay + b. See Example

Binomial Multiplication Calculator: FOIL Method

What is Binomial Multiplication?

Binomial multiplication is like combining two special groups of numbers. Imagine you have two boxes, each with two numbers inside. Binomial multiplication is when we multiply these boxes together to get a new, bigger box with more numbers!

How to Calculate Binomial Multiplication

We use a special trick called the FOIL method. FOIL stands for First, Outer, Inner, Last. It's like following a recipe to make sure we multiply all the right parts together.

Formula

The formula for multiplying two binomials looks like this:

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

Here's what each part means:

  • \(a\) and \(c\) are the numbers in front of \(x\) in each group
  • \(b\) and \(d\) are the numbers without \(x\) in each group
  • \(x\) is our variable (it could be any letter)

Calculation Steps

  1. First: Multiply the first terms (\(ax \cdot cx = acx^2\))
  2. Outer: Multiply the outer terms (\(ax \cdot d = adx\))
  3. Inner: Multiply the inner terms (\(b \cdot cx = bcx\))
  4. Last: Multiply the last terms (\(b \cdot d = bd\))
  5. Combine like terms (add the middle terms with \(x\))

Example and Visual Representation

Let's multiply (2x + 3) and (4x + 1):

(2x + 3) (4x + 1) 8x² + 14x + 3

Here's how we use FOIL:

  • First: 2x · 4x = 8x²
  • Outer: 2x · 1 = 2x
  • Inner: 3 · 4x = 12x
  • Last: 3 · 1 = 3

Now we combine like terms: 8x² + 2x + 12x + 3

Our final answer is: 8x² + 14x + 3

In the picture, the blue and green rectangles represent our original binomials. When we multiply them, we get the yellow triangle, which shows our final result!