Intuition Why We Multiply Expressions
Multiplication of algebraic expressions is repeated addition with variables . When you multiply 3 ( x + 2 ) 3(x + 2) 3 ( x + 2 ) , you're saying "take ( x + 2 ) (x + 2) ( x + 2 ) three times." The distributive property lets us break complex multiplication into manageable pieces. This is foundational for factoring, solving equations, and understanding how functions compose.
Definition Distributive Property
For any numbers or expressions a a a , b b b , and c c c :
a ( b + c ) = a b + a c a(b + c) = ab + ac a ( b + c ) = ab + a c
This means: to multiply a single term by a sum, multiply that term by each addend separately, then add the results .
Why this works: Imagine a a a groups of ( b + c ) (b + c) ( b + c ) objects. You can count them as a a a groups of b b b objects plus a a a groups of c c c objects. This is the geometric intuition behind distribution.
Why this step-by-step? Each term in the polynomial is independent. The monomial must "touch" each one separately because addition doesn't allow shortcuts through multiplication.
Worked example Example 1: Monomial × Binomial
Multiply: 3 x ( 2 x + 5 ) 3x(2x + 5) 3 x ( 2 x + 5 )
Step 1: Identify the monomial: 3 x 3x 3 x
Step 2: Apply distributive property
3 x ⋅ 2 x + 3 x ⋅ 5 3x \cdot 2x + 3x \cdot 5 3 x ⋅ 2 x + 3 x ⋅ 5
Why this step? We must multiply 3 x 3x 3 x by each term inside the parentheses separately.
Step 3: Multiply coefficients and add exponents for like bases
= 6 x 2 + 15 x = 6x^2 + 15x = 6 x 2 + 15 x
Why x 2 x^2 x 2 ? Using exponent rule: x 1 ⋅ x 1 = x 1 + 1 = x 2 x^1 \cdot x^1 = x^{1+1} = x^2 x 1 ⋅ x 1 = x 1 + 1 = x 2
✓ Answer: 6 x 2 + 15 x 6x^2 + 15x 6 x 2 + 15 x
Worked example Example 2: Monomial × Trinomial
Multiply: − 2 a 2 ( 3 a 2 − 4 a + 7 ) -2a^2(3a^2 - 4a + 7) − 2 a 2 ( 3 a 2 − 4 a + 7 )
Step 1: Distribute − 2 a 2 -2a^2 − 2 a 2 to each term
= ( − 2 a 2 ) ( 3 a 2 ) + ( − 2 a 2 ) ( − 4 a ) + ( − 2 a 2 ) ( 7 ) = (-2a^2)(3a^2) + (-2a^2)(-4a) + (-2a^2)(7) = ( − 2 a 2 ) ( 3 a 2 ) + ( − 2 a 2 ) ( − 4 a ) + ( − 2 a 2 ) ( 7 )
Why each term separately? The distributive property requires us to multiply the monomial by every addend.
Step 2: Multiply each product
First term: ( − 2 ) ( 3 ) ⋅ a 2 + 2 = − 6 a 4 (-2)(3) \cdot a^{2+2} = -6a^4 ( − 2 ) ( 3 ) ⋅ a 2 + 2 = − 6 a 4
Second term: ( − 2 ) ( − 4 ) ⋅ a 2 + 1 = 8 a 3 (-2)(-4) \cdot a^{2+1} = 8a^3 ( − 2 ) ( − 4 ) ⋅ a 2 + 1 = 8 a 3
Third term: ( − 2 ) ( 7 ) ⋅ a 2 = − 14 a 2 (-2)(7) \cdot a^2 = -14a^2 ( − 2 ) ( 7 ) ⋅ a 2 = − 14 a 2
Why these signs? Negative × positive = negative; negative × negative = positive
✓ Answer: − 6 a 4 + 8 a 3 − 14 a 2 -6a^4 + 8a^3 - 14a^2 − 6 a 4 + 8 a 3 − 14 a 2
General principle: Every term in the first polynomial multiplies every term in the second polynomial .
Worked example Example 3: Binomial × Binomial (FOIL)
Multiply: ( 2 x + 3 ) ( x − 4 ) (2x + 3)(x - 4) ( 2 x + 3 ) ( x − 4 )
Using FOIL:
F irst: 2 x ⋅ x = 2 x 2 2x \cdot x = 2x^2 2 x ⋅ x = 2 x 2
O uter: 2 x ⋅ ( − 4 ) = − 8 x 2x \cdot (-4) = -8x 2 x ⋅ ( − 4 ) = − 8 x
I nner: 3 ⋅ x = 3 x 3 \cdot x = 3x 3 ⋅ x = 3 x
L ast: 3 ⋅ ( − 4 ) = − 12 3 \cdot (-4) = -12 3 ⋅ ( − 4 ) = − 12
Why FOIL? It ensures we don't miss any term-by-term multiplication.
Step 2: Combine like terms
2 x 2 + ( − 8 x + 3 x ) − 12 = 2 x 2 − 5 x − 12 2x^2 + (-8x + 3x) - 12 = 2x^2 - 5x - 12 2 x 2 + ( − 8 x + 3 x ) − 12 = 2 x 2 − 5 x − 12
Why combine? − 8 x -8x − 8 x and 3 x 3x 3 x are like terms (same variable and exponent).
✓ Answer: 2 x 2 − 5 x − 12 2x^2 - 5x - 12 2 x 2 − 5 x − 12
Worked example Example 4: Binomial × Trinomial
Multiply: ( x + 2 ) ( x 2 − 3 x + 5 ) (x + 2)(x^2 - 3x + 5) ( x + 2 ) ( x 2 − 3 x + 5 )
Step 1: Distribute x x x across the trinomial
x ( x 2 − 3 x + 5 ) = x 3 − 3 x 2 + 5 x x(x^2 - 3x + 5) = x^3 - 3x^2 + 5x x ( x 2 − 3 x + 5 ) = x 3 − 3 x 2 + 5 x
Why this first? We're treating x x x as a monomial multiplying the trinomial.
Step 2: Distribute 2 2 2 across the trinomial
2 ( x 2 − 3 x + 5 ) = 2 x 2 − 6 x + 10 2(x^2 - 3x + 5) = 2x^2 - 6x + 10 2 ( x 2 − 3 x + 5 ) = 2 x 2 − 6 x + 10
Step 3: Add all products
x 3 − 3 x 2 + 5 x + 2 x 2 − 6 x + 10 x^3 - 3x^2 + 5x + 2x^2 - 6x + 10 x 3 − 3 x 2 + 5 x + 2 x 2 − 6 x + 10
Step 4: Combine like terms
= x 3 + ( − 3 x 2 + 2 x 2 ) + ( 5 x − 6 x ) + 10 = x^3 + (-3x^2 + 2x^2) + (5x - 6x) + 10 = x 3 + ( − 3 x 2 + 2 x 2 ) + ( 5 x − 6 x ) + 10
= x 3 − x 2 − x + 10 = x^3 - x^2 - x + 10 = x 3 − x 2 − x + 10
Why combine? Simplification requires grouping terms with identical variable parts.
✓ Answer: x 3 − x 2 − x + 10 x^3 - x^2 - x + 10 x 3 − x 2 − x + 10
Worked example Example 5: Trinomial × Binomial with Negatives
Multiply: ( 2 a − 3 b + 1 ) ( a + 4 b ) (2a - 3b + 1)(a + 4b) ( 2 a − 3 b + 1 ) ( a + 4 b )
Why this form? Here the trinomial is ( 2 a − 3 b + 1 ) (2a - 3b + 1) ( 2 a − 3 b + 1 ) , so its three terms are 2 a 2a 2 a , − 3 b -3b − 3 b , and 1 1 1 . Each must be distributed over ( a + 4 b ) (a + 4b) ( a + 4 b ) .
Step 1: Distribute 2 a 2a 2 a
2 a ( a + 4 b ) = 2 a 2 + 8 a b 2a(a + 4b) = 2a^2 + 8ab 2 a ( a + 4 b ) = 2 a 2 + 8 ab
Step 2: Distribute − 3 b -3b − 3 b
− 3 b ( a + 4 b ) = − 3 a b − 12 b 2 -3b(a + 4b) = -3ab - 12b^2 − 3 b ( a + 4 b ) = − 3 ab − 12 b 2
Why negative? − 3 b ⋅ 4 b = − 12 b 2 -3b \cdot 4b = -12b^2 − 3 b ⋅ 4 b = − 12 b 2 (negative coefficient carries through)
Step 3: Distribute 1 1 1
1 ( a + 4 b ) = a + 4 b 1(a + 4b) = a + 4b 1 ( a + 4 b ) = a + 4 b
Step 4: Combine all products
2 a 2 + 8 a b − 3 a b − 12 b 2 + a + 4 b 2a^2 + 8ab - 3ab - 12b^2 + a + 4b 2 a 2 + 8 ab − 3 ab − 12 b 2 + a + 4 b
= 2 a 2 + 5 a b − 12 b 2 + a + 4 b = 2a^2 + 5ab - 12b^2 + a + 4b = 2 a 2 + 5 ab − 12 b 2 + a + 4 b
Why 5 a b 5ab 5 ab ? 8 a b − 3 a b = 5 a b 8ab - 3ab = 5ab 8 ab − 3 ab = 5 ab (like terms)
✓ Answer: 2 a 2 + 5 a b − 12 b 2 + a + 4 b 2a^2 + 5ab - 12b^2 + a + 4b 2 a 2 + 5 ab − 12 b 2 + a + 4 b
Mnemonic FOIL for Binomials
"First Outer Inner Last"
Think of reading a book: start at the First letters, then move Outer edges, then Inner close, then Last ends.
For general polynomial multiplication: "Every term with Every term" — imagine a handshake tournament where every person must shake hands with every person from the other group.
Common mistake Mistake 1: Forgetting to Distribute to All Terms
Wrong: 3 ( x + y + z ) = 3 x + y + z 3(x + y + z) = 3x + y + z 3 ( x + y + z ) = 3 x + y + z
Why it feels right: Students often distribute to the first term and forget the rest, treating parentheses as "weak" barriers.
Steel-man argument: "I multiplied the number in front, so I'm done."
The fix: The distributive property requires multiplying by EVERY term inside . Think of it as: parentheses create a "package deal" — the coefficient must be applied to everything inside.
Correct: 3 ( x + y + z ) = 3 x + 3 y + 3 z 3(x + y + z) = 3x + 3y + 3z 3 ( x + y + z ) = 3 x + 3 y + 3 z
Common mistake Mistake 2: Wrong Exponent Addition
Wrong: ( x 2 ) ( x 3 ) = x 5 (x^2)(x^3) = x^5 ( x 2 ) ( x 3 ) = x 5 ✓ but ( x 2 ) 3 = x 5 (x^2)^3 = x^5 ( x 2 ) 3 = x 5 ✗
Why it feels right: Students confuse multiplication of powers with power of a power.
The fix:
Multiplication: x a ⋅ x b = x a + b x^a \cdot x^b = x^{a+b} x a ⋅ x b = x a + b (add exponents)
Power of power: ( x a ) b = x a ⋅ b (x^a)^b = x^{a \cdot b} ( x a ) b = x a ⋅ b (multiply exponents)
Correct: ( x 2 ) 3 = x 2 ⋅ 3 = x 6 (x^2)^3 = x^{2 \cdot 3} = x^6 ( x 2 ) 3 = x 2 ⋅ 3 = x 6
Common mistake Mistake 3: Sign Errors with Negatives
Wrong: ( x − 3 ) ( x − 2 ) = x 2 − 6 (x - 3)(x - 2) = x^2 - 6 ( x − 3 ) ( x − 2 ) = x 2 − 6
Why it feels right: Students multiply the constants (3 × 2 = 6 3 \times 2 = 6 3 × 2 = 6 ) but forget to track which products are negative.
The fix: Use FOIL carefully:
F: x ⋅ x = x 2 x \cdot x = x^2 x ⋅ x = x 2
O: x ⋅ ( − 2 ) = − 2 x x \cdot (-2) = -2x x ⋅ ( − 2 ) = − 2 x
I: ( − 3 ) ⋅ x = − 3 x (-3) \cdot x = -3x ( − 3 ) ⋅ x = − 3 x
L: ( − 3 ) ⋅ ( − 2 ) = + 6 (-3) \cdot (-2) = +6 ( − 3 ) ⋅ ( − 2 ) = + 6
Correct: ( x − 3 ) ( x − 2 ) = x 2 − 2 x − 3 x + 6 = x 2 − 5 x + 6 (x - 3)(x - 2) = x^2 - 2x - 3x + 6 = x^2 - 5x + 6 ( x − 3 ) ( x − 2 ) = x 2 − 2 x − 3 x + 6 = x 2 − 5 x + 6
Common mistake Mistake 4: "Squaring is Doubling"
Wrong: ( x + 3 ) 2 = x 2 + 9 (x + 3)^2 = x^2 + 9 ( x + 3 ) 2 = x 2 + 9
Why it feels right: Students square each term separately, forgetting the middle term.
Steel-man: "If I square both parts, I should get the square of the whole thing."
The fix: ( x + 3 ) 2 = ( x + 3 ) ( x + 3 ) (x + 3)^2 = (x + 3)(x + 3) ( x + 3 ) 2 = ( x + 3 ) ( x + 3 ) . You MUST use FOIL or the formula a 2 + 2 a b + b 2 a^2 + 2ab + b^2 a 2 + 2 ab + b 2 .
Correct: ( x + 3 ) 2 = x 2 + 6 x + 9 (x + 3)^2 = x^2 + 6x + 9 ( x + 3 ) 2 = x 2 + 6 x + 9
Recall Explain to a 12-Year-Old
Imagine you have bags of candies. If one bag has ( x + 5 ) (x + 5) ( x + 5 ) candies and you have 3 3 3 such bags, you have 3 ( x + 5 ) 3(x + 5) 3 ( x + 5 ) candies total. To count them all, you can't just multiply 3 3 3 by x x x —you need to multiply 3 3 3 by the x x x candies AND 3 3 3 by the 5 5 5 candies. So 3 ( x + 5 ) = 3 x + 15 3(x + 5) = 3x + 15 3 ( x + 5 ) = 3 x + 15 .
Now imagine you have ( x + 2 ) (x + 2) ( x + 2 ) bags, and each bag has ( x + 3 ) (x + 3) ( x + 3 ) candies. How many candies total? You can't just multiply x × x x \times x x × x —you need to think about ALL the combinations:
The x x x bags each have x x x candies: x ⋅ x = x 2 x \cdot x = x^2 x ⋅ x = x 2
The x x x bags each have 3 3 3 extra candies: x ⋅ 3 = 3 x x \cdot 3 = 3x x ⋅ 3 = 3 x
The 2 2 2 extra bags each have x x x candies: 2 ⋅ x = 2 x 2 \cdot x = 2x 2 ⋅ x = 2 x
The 2 2 2 extra bags each have 3 3 3 candies: 2 ⋅ 3 = 6 2 \cdot 3 = 6 2 ⋅ 3 = 6
Add them all: x 2 + 3 x + 2 x + 6 = x 2 + 5 x + 6 x^2 + 3x + 2x + 6 = x^2 + 5x + 6 x 2 + 3 x + 2 x + 6 = x 2 + 5 x + 6 . Every bag type must share candies with every candy type!
Distributive Property — the foundation of all multiplication expansion
Combining Like Terms — essential after multiplying polynomials
Factoring Polynomials — the reverse process of polynomial multiplication
Exponent Rules — used when multiplying terms with the same base
Quadratic Expressions — often result from binomial multiplication
Pascal's Triangle — connects to expansion of ( a + b ) n (a+b)^n ( a + b ) n
Area Models for Algebra — visual representation of polynomial multiplication
Identify the structure: monomial × polynomial or polynomial × polynomial?
Distribute systematically: ensure every term in the first expression multiplies every term in the second
Apply exponent rules: add exponents when bases are the same
Track signs carefully: negative × negative = positive, negative × positive = negative
Combine like terms: simplify by adding/subtracting terms with identical variable parts
Verify: check by substituting a simple number (like x = 1 x = 1 x = 1 ) into both original and final expressions
#flashcards/maths
What is the distributive property? a ( b + c ) = a b + a c a(b + c) = ab + ac a ( b + c ) = ab + a c — to multiply a term by a sum, multiply by each addend separately
How do you multiply a monomial by a polynomial? Multiply the monomial by each term of the polynomial separately, then add all products
What does FOIL stand for in binomial multiplication? First, Outer, Inner, Last — a mnemonic for the four products in
( a + b ) ( c + d ) (a+b)(c+d) ( a + b ) ( c + d )
What is the general rule for polynomial × polynomial multiplication? Every term in the first polynomial must multiply every term in the second polynomial
Expand ( a + b ) 2 (a + b)^2 ( a + b ) 2 using FOIL ( a + b ) ( a + b ) = a 2 + a b + b a + b 2 = a 2 + 2 a b + b 2 (a+b)(a+b) = a^2 + ab + ba + b^2 = a^2 + 2ab + b^2 ( a + b ) ( a + b ) = a 2 + ab + ba + b 2 = a 2 + 2 ab + b 2
What is the difference of squares formula? ( a + b ) ( a − b ) = a 2 − b 2 (a+b)(a-b) = a^2 - b^2 ( a + b ) ( a − b ) = a 2 − b 2
Why does ( x + 3 ) 2 ≠ x 2 + 9 (x + 3)^2 \neq x^2 + 9 ( x + 3 ) 2 = x 2 + 9 ? Because
( x + 3 ) 2 = ( x + 3 ) ( x + 3 ) = x 2 + 6 x + 9 (x+3)^2 = (x+3)(x+3) = x^2 + 6x + 9 ( x + 3 ) 2 = ( x + 3 ) ( x + 3 ) = x 2 + 6 x + 9 ; you must include the middle term
2 a b 2ab 2 ab
When multiplying x 2 ⋅ x 3 x^2 \cdot x^3 x 2 ⋅ x 3 , what do you do with exponents? Add them:
x 2 ⋅ x 3 = x 2 + 3 = x 5 x^2 \cdot x^3 = x^{2+3} = x^5 x 2 ⋅ x 3 = x 2 + 3 = x 5
Multiply 2 x ( 3 x − 5 ) 2x(3x - 5) 2 x ( 3 x − 5 ) 2 x ⋅ 3 x + 2 x ⋅ ( − 5 ) = 6 x 2 − 10 x 2x \cdot 3x + 2x \cdot (-5) = 6x^2 - 10x 2 x ⋅ 3 x + 2 x ⋅ ( − 5 ) = 6 x 2 − 10 x
Multiply ( x + 4 ) ( x − 2 ) (x + 4)(x - 2) ( x + 4 ) ( x − 2 ) using FOIL x 2 − 2 x + 4 x − 8 = x 2 + 2 x − 8 x^2 - 2x + 4x - 8 = x^2 + 2x - 8 x 2 − 2 x + 4 x − 8 = x 2 + 2 x − 8
What is the most common mistake when expanding ( x − 3 ) 2 (x - 3)^2 ( x − 3 ) 2 ? Forgetting the middle term and writing
x 2 + 9 x^2 + 9 x 2 + 9 instead of
x 2 − 6 x + 9 x^2 - 6x + 9 x 2 − 6 x + 9
How many terms result from multiplying a binomial by a trinomial before combining? 2 × 3 = 6 2 \times 3 = 6 2 × 3 = 6 terms (each term in first multiplies each term in second)
Distributive Property a b+c = ab+ac
Geometric intuition: a groups
Exponent rule: add exponents
Multiply each term separately
Treat first poly as chunk
Intuition Hinglish mein samjho
Intuition Hinglish mein samjho
Dekho beta, algebraic expressions ka multiplication samajhna bilkul mushkil nahi hai agar tum ek simple si baat yaad rakho — distributive property . Iska matlab bas itna hai ki jab tum kisi term ko kisi bracket ke saath multiply karte ho, jaise 3 ( x + 2 ) 3(x+2) 3 ( x + 2 ) , toh woh 3 3 3 ko bracket ke andar har ek term ke saath alag-alag multiply karna padta hai — 3 × x 3 \times x 3 × x aur 3 × 2 3 \times 2 3 × 2 . Yeh isliye kaam karta hai kyunki multiplication actually repeated addition hi hai; 3 ( x + 2 ) 3(x+2) 3 ( x + 2 ) ka matlab hai ( x + 2 ) (x+2) ( x + 2 ) ko teen baar jodna. Toh koi bhi term bracket ke andar chhoot na jaye, har ek ko "touch" karna zaroori hai.
Ab jab dono taraf polynomial ho, jaise ( 2 x + 3 ) ( x − 4 ) (2x+3)(x-4) ( 2 x + 3 ) ( x − 4 ) , toh yahan bhi wahi rule extend hota hai — pehle polynomial ka har term doosre polynomial ke har term ke saath multiply hota hai. Binomial × binomial ke liye hum FOIL (First, Outer, Inner, Last) ka trick use karte hain taaki koi combination miss na ho. Multiply karte waqt do cheezein dhyaan rakhni hain — coefficients (numbers) ko multiply karo, aur same base ke exponents ko add karo, jaise x ⋅ x = x 2 x \cdot x = x^2 x ⋅ x = x 2 . Aur signs ka khayal rakhna: negative × negative = positive, warna answer galat ho jayega. Last mein like terms ko combine karke simplify kar do.
Yeh topic itna important kyun hai? Kyunki yahi foundation hai aage aane wale bade concepts ka — factoring , quadratic equations solve karna , aur functions ko samajhna. Agar tumhara multiplication strong hai toh algebra ka aadha darr apne aap khatam ho jayega. Isliye practice karte waqt bas dhyaan do ki har term distribute ho raha hai aur signs sahi hain — baaki sab automatic aa jayega!