By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
If you have two expressions like (x + 3) and (x – 5), how do you combine them into a single expression without just guessing? Why does multiplying them give you four terms before simplifying, and how can you be sure you didn’t miss any combinations?
Imagine you’re designing a rectangular garden. The length is (x + 3) feet, and the width is (x – 5) feet. To find the total area, you’d multiply length by width—but how? You can’t just multiply x by x and call it a day because the +3 and –5 change the shape. Instead, think of the garden as four smaller rectangles:
Add them up: x² – 5x + 3x – 15. Combine like terms (–5x + 3x = –2x), and you get x² – 2x – 15. That’s the FOIL method—First, Outer, Inner, Last—but it’s really just distributing each term in the first binomial to each term in the second.
Key Vocabulary:- Binomial: A polynomial with exactly two terms (e.g., 2x + 7, a – b). Example: The expression for the height of a projectile after t seconds might be –16t + 48 (a binomial modeling its position). Note (College): In abstract algebra, binomials are elements of a ring (a set with addition and multiplication), and their multiplication follows distributive laws that generalize to more complex structures.
Distributive Property: Multiplying a term by a group of terms inside parentheses (e.g., a(b + c) = ab + ac). Example: If you have 3(2x – 4), you don’t just multiply 3 by 2x—you also multiply 3 by –4 to get 6x – 12. Note (College): This property is foundational in linear algebra (e.g., matrix multiplication) and calculus (e.g., the product rule for derivatives).
Like Terms: Terms with the same variable raised to the same power (e.g., 3x² and –5x²). Example: In 4y + 7 – 2y + 1, 4y and –2y are like terms, as are 7 and 1. Note (College): In polynomial rings, like terms are "monomials of the same degree," and combining them is a form of vector addition in a basis of monomials.
FOIL Method: A mnemonic for multiplying two binomials: First terms, Outer terms, Inner terms, Last terms. Example: (m + 2)(m – 8) → m·m + m·(–8) + 2·m + 2·(–8) = m² – 8m + 2m – 16 = m² – 6m – 16. Note (College): FOIL is a specific case of the general distributive property; in higher math, you’ll use the "box method" or "area model" for polynomials with more terms.
How This Appears on Assessments:- Classroom/Exit Tickets: Short constructed-response problems like "Multiply (3x – 2)(x + 4) and simplify." Teachers look for: - All four products (no missing terms). - Correct signs (e.g., –2·4 = –8, not +8). - Combined like terms (e.g., 3x·x + 3x·4 = 3x² + 12x).- State Standardized Tests (e.g., PARCC, SBAC): Multiple-choice or grid-in questions with distractors like: - Missing a term (e.g., 3x² + 10x – 8 instead of 3x² + 10x – 8 but with a sign error). - Incorrectly combining terms (e.g., 3x² + 12x – 2x – 8 left unsimplified). - Misapplying exponents (e.g., 3x·x = 3x² vs. 3x).- SAT/ACT: Often embedded in word problems (e.g., "The area of a rectangle is (x² + 5x + 6) square units. If the length is (x + 3), what is the width?"). Requires factoring or multiplying binomials backward.- AP Exam (if applicable): Free-response questions may ask for polynomial multiplication as part of a larger problem (e.g., finding zeros of a function).
Model Proficient Response:Prompt: Multiply (2x – 5)(x + 7) and simplify.Response: (2x – 5)(x + 7) = 2x·x + 2x·7 + (–5)·x + (–5)·7 = 2x² + 14x – 5x – 35 = 2x² + 9x – 35
Why This Is Proficient: - Shows all four products (no missing terms).- Correctly applies signs (e.g., –5·7 = –35).- Combines like terms (14x – 5x = 9x).- Final expression is simplified.
Mistake 1: Missing a TermPrompt: Multiply (x + 4)(x – 3).Common Wrong Response: x² – 3x + 4x – 12 (missing the –12 term).Why It Loses Credit: Incomplete application of the distributive property—only three products are shown instead of four.Correct Approach: - Write all four products: x·x + x·(–3) + 4·x + 4·(–3).- Simplify: x² – 3x + 4x – 12 → x² + x – 12.
Mistake 2: Sign ErrorsPrompt: Multiply (3y – 2)(y – 6).Common Wrong Response: 3y² – 18y – 2y + 12 (last term should be –12).Why It Loses Credit: Incorrect sign on the last product (–2·–6 = +12, not –12).Correct Approach: - Remember: Negative × negative = positive.- Write: 3y·y + 3y·(–6) + (–2)·y + (–2)·(–6).- Simplify: 3y² – 18y – 2y + 12 → 3y² – 20y + 12.
Mistake 3: Incorrectly Combining TermsPrompt: Multiply (a + 5)(2a – 1).Common Wrong Response: 2a² + 9a – 5 (combines 10a – a as 9a but leaves 2a² unsimplified).Why It Loses Credit: While the like terms are combined, the response is incomplete because it doesn’t show the intermediate step (2a² + 10a – a – 5).Correct Approach: - Write all four products: a·2a + a·(–1) + 5·2a + 5·(–1).- Simplify step-by-step: 2a² – a + 10a – 5 → 2a² + 9a – 5.
Within Math: Multiplying binomials → Factoring quadratics. Why it matters: Factoring is the reverse process of multiplying binomials. If you know (x + 3)(x – 4) = x² – x – 12, you can recognize x² – x – 12 as (x + 3)(x – 4) when solving equations.
Across Subjects: Multiplying binomials → Genetics (Punnett squares). Why it matters: A Punnett square for two heterozygous parents (Aa × Aa) multiplies binomials: (A + a)(A + a) = A² + 2Aa + a², which predicts the probability of offspring traits (e.g., 25% AA, 50% Aa, 25% aa).
Outside School: Multiplying binomials → Calculating profit margins. Why it matters: If a business sells x items at (p – c) dollars each (where p is price and c is cost), and demand is (d – x) (where d is maximum demand), revenue is (p – c)(d – x) = pd – px – cd + cx. This helps model how changing price affects total profit.
If (x + 1)(x + 2)(x + 3) = x³ + 6x² + 11x + 6, what is (x + 1)(x + 2)(x + 3)(x + 4)? How could you predict the pattern in the coefficients without multiplying everything out?
Pointer Toward the Answer: - Notice that the coefficients (1, 6, 11, 6) come from adding combinations of the numbers in the binomials (e.g., 1+2+3 = 6 for the x² term).- For four binomials, the coefficients will follow a similar pattern but with more combinations. The x³ term, for example, will be the sum of all possible products of three numbers (e.g., 1·2·3 + 1·2·4 + 1·3·4 + 2·3·4 = 6 + 8 + 12 + 24 = 50).- This is related to Vieta’s formulas and symmetric polynomials—concepts you’ll see in precalculus and beyond.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.