Back
GED Math — Algebra
✖️ Multiplying Binomials — FOIL
First · Outer · Inner · Last — the method to multiply any two binomials
Progress
0%
What Is FOIL?
A method to multiply two binomials systematically
🔤
F·O·I·L Steps
First, Outer, Inner, Last — then combine like terms
🎯
GED Problem
(5x−1)(5x−1) = 25x² − 10x + 1
🧩
More Examples
4 different types of binomial products
Special Patterns
Perfect square, difference of squares — shortcuts!
📝
Practice Quiz
8 GED-style multiplication problems

💡 What You Will Learn

A binomial is a polynomial with two terms, like (5x − 1) or (x + 3). Multiplying two binomials requires multiplying every term in the first by every term in the second. The FOIL method — First, Outer, Inner, Last — gives you a systematic order so you never miss a term!

Lesson 1 — What Is a Binomial? What Is FOIL?
Understanding the building blocks before we multiply.
📌 Key Definitions

Binomial: A polynomial with exactly two terms separated by + or −.
Examples: (5x − 1), (x + 3), (2x + 7), (x − 4)

FOIL: An acronym for the order in which you multiply the terms of two binomials:
First, Outer, Inner, Last

Why 4 Terms?

Each binomial has 2 terms. 2 × 2 = 4 multiplications needed. FOIL gives you all 4 in order — none missed!

Then Combine

After FOIL you get up to 4 terms. Combine the "like terms" (same variable and exponent) to simplify to the final answer.

General Result of (a + b)(c + d)
(a + b)(c + d) = ac + ad + bc + bd
First     Outer     Inner     Last
Lesson 2 — The F·O·I·L Method Step by Step
Using (x + 3)(x + 5) as our example.
Multiply: (x + 3)(x + 5)
(x + 3)(x + 5)
F — First (x)(x) = x²
O — Outer (x)(5) = 5x
I — Inner (3)(x) = 3x
L — Last (3)(5) = 15
F
First — multiply the FIRST terms of each binomial

x · x =    (first term of left × first term of right)

O
Outer — multiply the OUTER terms

x · 5 = 5x    (first term of left × last term of right)

I
Inner — multiply the INNER terms

3 · x = 3x    (last term of left × first term of right)

L
Last — multiply the LAST terms of each binomial

3 · 5 = 15    (last term of left × last term of right)

Combine Like Terms
x² + 5x + 3x + 15
= x² + 8x + 15
💡 Like Terms

5x and 3x are "like terms" — same variable (x) and same exponent (1). Combine them by adding their coefficients: 5 + 3 = 8. So 5x + 3x = 8x.

Lesson 3 — The Exact GED Problem
Multiply (5x − 1)(5x − 1) — a perfect square with negative terms!
📋 The Problem (5x − 1)(5x − 1)
FOIL Applied to (5x − 1)(5x − 1)
F — First (5x)(5x) = 25x²
O — Outer (5x)(−1) = −5x
I — Inner (−1)(5x) = −5x
L — Last (−1)(−1) = +1
✅ Combine Like Terms
Step 1
Write all four FOIL results:
25x² + (−5x) + (−5x) + 1
Step 2
Combine like terms (−5x and −5x):
−5x + (−5x) = −10x
Final
25x² − 10x + 1
✅ Answer: 25x² − 10x + 1
Answer Trap Checker
ChoiceWhat Went WrongCorrect?
25x² − 10x + 1Full FOIL correctly applied ✅✅ CORRECT
25x² + 1Forgot the middle terms (Outer + Inner) ❌❌ Trap!
25x² − 1Forgot middle terms; (−1)(−1) gave −1 instead of +1 ❌❌ Trap!
25x² − 2x + 1Used coefficient 1 for x terms instead of 5 ❌❌ Wrong
⚠️ The #1 Trap — Missing Middle Terms

The most common mistake is writing just 25x² + 1 by squaring each term separately: (5x)² = 25x², (−1)² = 1. This IGNORES the outer and inner products! You must use FOIL to get all 4 terms.

Lesson 4 — More FOIL Examples
Practice on 4 different types of binomial products!
🔵 Example 1 — Both Positive: (x + 2)(x + 3)
F
x · x =
O
x · 3 = 3x
I
2 · x = 2x
L
2 · 3 = 6
Combine
x² + 3x + 2x + 6 = x² + 5x + 6
✅ (x + 2)(x + 3) = x² + 5x + 6
🟢 Example 2 — Mixed Signs: (x + 4)(x − 3)
F
x · x =
O
x · (−3) = −3x
I
4 · x = 4x
L
4 · (−3) = −12
Combine
x² − 3x + 4x − 12 = x² + x − 12
✅ (x + 4)(x − 3) = x² + x − 12
🟠 Example 3 — Coefficients: (2x + 1)(3x − 2)
F
2x · 3x = 6x²
O
2x · (−2) = −4x
I
1 · 3x = 3x
L
1 · (−2) = −2
Combine
6x² − 4x + 3x − 2 = 6x² − x − 2
✅ (2x + 1)(3x − 2) = 6x² − x − 2
🟣 Example 4 — Both Negative: (x − 5)(x − 2)
F
x · x =
O
x · (−2) = −2x
I
(−5) · x = −5x
L
(−5) · (−2) = +10
Combine
x² − 2x − 5x + 10 = x² − 7x + 10
✅ (x − 5)(x − 2) = x² − 7x + 10
Lesson 5 — Special FOIL Patterns
Recognize these patterns and you can skip some steps!
⭐ Perfect Square — (a + b)² (a + b)² = a² + 2ab + b² Example: (x + 3)² = x² + 6x + 9
F=x², O=3x, I=3x, L=9 → x² + 3x + 3x + 9 = x² + 6x + 9
⭐ Perfect Square — (a − b)² (a − b)² = a² − 2ab + b² Example: (5x − 1)² = 25x² − 10x + 1 ← THE GED PROBLEM!
F=25x², O=−5x, I=−5x, L=+1 → 25x² − 10x + 1
⭐ Difference of Squares — (a + b)(a − b) (a + b)(a − b) = a² − b² Example: (x + 3)(x − 3) = x² − 9
F=x², O=−3x, I=+3x, L=−9 → x² + 0x − 9 = x² − 9 (middle terms cancel!)
💡 Why These Matter

Perfect Square: When both binomials are identical — the middle term doubles!
Difference of Squares: When one has + and other has − same terms — middle terms cancel, leaving just a² − b²!
Recognizing these patterns saves time on the GED.

GED Tips — Multiplying Binomials
Common mistakes to avoid and strategies that always work!
💡
ALWAYS do all 4 FOIL steps — never skip

The #1 trap is just squaring each term: (5x)² + (−1)² = 25x² + 1. WRONG! You must do F, O, I, AND L to get all four products.

💡
Negative × Negative = Positive

(−1)(−1) = +1. This is why the Last term in (5x−1)(5x−1) is +1, not −1. Watch your signs on the L step!

💡
Combine ONLY like terms

x² and x are NOT like terms. Only combine terms with the exact same variable and exponent. 25x² stays separate from −10x.

💡
Check using a number

Substitute x = 1 into both the original and your answer. (5(1)−1)(5(1)−1) = (4)(4) = 16. Answer: 25(1)²−10(1)+1 = 16 ✅

FOIL Quick Reference
LetterStands ForWhich TermsIn (5x−1)(5x−1)
FFirst1st × 1st5x · 5x = 25x²
OOuter1st × 2nd5x · (−1) = −5x
IInner2nd × 1st(−1) · 5x = −5x
LLast2nd × 2nd(−1) · (−1) = +1
Practice Quiz — Multiplying Binomials
8 GED-style problems. Use FOIL and combine like terms!
Question 1 of 8
Score: 0 / 8
Insert math as
Block
Inline
Additional settings
Formula color
Text color
#333333
Type math using LaTeX
Preview
\({}\)
Nothing to preview
Insert