Exercise 11.3 — Binomial x Binomial

Multiplying a binomial by a binomial or trinomial.

Advertisement
Lesson Notes PDF
1 /
Loading PDF…

What is Exercise 11.3 About?

Exercise 11.3 of Class 8 Mathematics (CBSE, Telangana & Andhra Pradesh syllabus) covers the multiplication of a binomial by another binomial or trinomial. This is a major step up from Exercise 11.2, where a monomial was multiplied by a polynomial. Here, both expressions being multiplied can have two or more terms.

The key method remains the distributive law, but now it is applied twice: every term in the first bracket is multiplied by every term in the second bracket. The total number of products before simplification equals the product of the number of terms in each bracket — so a binomial × binomial gives 4 raw products, and a binomial × trinomial gives 6.

Binomial × Binomial Binomial × Trinomial Double Distribution Collect Like Terms Multi-variable Products
(a + b)(c + d) = a×c + a×d + b×c + b×d  ←  Every term × every term
💡 Core rule: Each term in the first bracket multiplies every term in the second bracket, one by one. The number of multiplication steps equals (terms in first) × (terms in second). Never miss a combination.

How Double Distribution Works — Textbook Introduction

The textbook opens Exercise 11.3 with two demonstration examples before the exercise questions. Understanding these fully makes all exercise problems straightforward.

Introductory Example 1 — Binomial × Binomial

Find the product of (2a + 3b) and (a − 3b)

Each term of the first bracket — 2a and 3b — is distributed across the entire second bracket.

(2a + 3b) × (a − 3b) = 2a × (a − 3b) + 3b × (a − 3b) ← split on first bracket's terms = 2a×a + 2a×(−3b) + 3b×a + 3b×(−3b) = 2a² + (−6ab) + 3ab + (−9b²) = 2a² − 6ab + 3ab − 9b² ← now collect like terms: −6ab + 3ab = −3ab = 2a² − 3ab − 9b²
Introductory Example 2 — Binomial × Trinomial

Find the product of (3x − 5y) and (2x² − 3xy + 3y²)

Each of the two terms in the first bracket is distributed across all three terms of the trinomial, giving 2 × 3 = 6 raw products.

(3x − 5y) × (2x² − 3xy + 3y²) = 3x×(2x²−3xy+3y²) + (−5y)×(2x²−3xy+3y²) = 3x×2x² + 3x×(−3xy) + 3x×3y² + (−5y)×2x² + (−5y)×(−3xy) + (−5y)×3y² = 6x³ − 9x²y + 9xy² − 10x²y + 15xy² − 15y³ = 6x³ + (−9x²y − 10x²y) + (9xy² + 15xy²) − 15y³ ← collect like terms = 6x³ − 19x²y + 24xy² − 15y³

Like terms here: −9x²y and −10x²y → −19x²y. And 9xy² and 15xy² → 24xy².

Pattern to remember: Distribute → Multiply (coefficients × coefficients, add exponents for each variable) → Collect like terms → Final answer.

Understanding the Method — Grid / FOIL Approach

For a binomial × binomial, many students find the term-by-term grid method helpful. For (A + B)(C + D), you can think of four cells:

× C (first term, 2nd bracket) D (second term, 2nd bracket)
A (first term, 1st bracket) A × C A × D
B (second term, 1st bracket) B × C B × D

Fill the four cells, then add all four products together, combining any like terms. This grid ensures you never miss a multiplication pair.

📌 For a binomial × trinomial (2 × 3): You get 6 cells in the grid — two rows, three columns. Expanding gives 6 raw terms before you collect like terms.

Question 1 — Multiply the Binomials (Parts i to iv)

All four parts in Question 1 follow the same pattern: distribute each term of the first binomial across the second binomial, multiply term by term, and collect like terms.

Q1 (i)
(2a − 9) × (3a + 4)
(2a − 9) × (3a + 4) = 2a × (3a + 4) + (−9) × (3a + 4) = 2a×3a + 2a×4 + (−9)×3a + (−9)×4 = 6a² + 8a − 27a − 36 = 6a² + (8a − 27a) − 36 ← collect like terms: 8a − 27a = −19a = 6a² − 19a − 36
💡 Sign check: (−9) × 4 = −36. Negative × Positive = Negative. Always assign signs before multiplying coefficients.
Q1 (ii)
(x − 2y) × (2x − y)
(x − 2y) × (2x − y) = x × (2x − y) + (−2y) × (2x − y) = x×2x + x×(−y) + (−2y)×2x + (−2y)×(−y) = 2x² − xy − 4xy + 2y² = 2x² + (−xy − 4xy) + 2y² ← −xy − 4xy = −5xy = 2x² − 5xy + 2y²
Double negative: (−2y) × (−y) = +2y². Negative × Negative = Positive. This is a very common sign error in this type of problem.
Q1 (iii)
(kl + lm) × (k − l)

Here the terms of the first bracket are themselves two-variable products — kl and lm. The distribution method is identical.

(kl + lm) × (k − l) = kl × (k − l) + lm × (k − l) = kl×k + kl×(−l) + lm×k + lm×(−l) = k²l − kl² + klm − l²m = k²l − kl² + klm − l²m
📌 No like terms here — all four products have different variable combinations, so the expanded form is already the final answer.
Q1 (iv)
(m² − n²) × (m + n)

The terms in the first bracket have squared variables. The same distribution method applies — multiply exponents by adding them.

(m² − n²) × (m + n) = m² × (m + n) + (−n²) × (m + n) = m²×m + m²×n + (−n²)×m + (−n²)×n = m³ + m²n − mn² − n³ = m³ + m²n − mn² − n³
💡 Exponent rule in use: m² × m = m²⁺¹ = m³. And n² × n = n²⁺¹ = n³. When multiplying same bases, add the exponents.
Advertisement

Question 2 — Find the Product (Binomial × Trinomial)

Question 2 introduces binomial × trinomial multiplication. The first bracket has 2 terms and the second has 3, so distributing gives 2 × 3 = 6 raw products before collecting like terms.

Q2 (i)
(x + y)(2x − 5y + 3xy)
(x + y)(2x − 5y + 3xy) = x × (2x − 5y + 3xy) + y × (2x − 5y + 3xy) = x×2x + x×(−5y) + x×3xy + y×2x + y×(−5y) + y×3xy = 2x² − 5xy + 3x²y + 2xy − 5y² + 3xy² = 2x² + (−5xy + 2xy) + 3x²y + 3xy² − 5y² ← collect: −5xy + 2xy = −3xy = 2x² − 3xy + 3x²y + 3xy² − 5y²
📌 Why isn't 3x²y combined with anything? The term 3x²y has x² and y — this is different from 2x² (no y) and different from −3xy (x¹y¹). So all remaining terms are unlike.
Q2 (ii)
(a − 2b + 3c)(ab² − a²b)

Here the first bracket is a trinomial and the second is a binomial — the order is reversed from Q2(i) but the method is identical. Distribute each of the 3 terms in the first bracket across both terms of the second. This gives 3 × 2 = 6 raw products.

(a − 2b + 3c)(ab² − a²b) = a×(ab²−a²b) + (−2b)×(ab²−a²b) + 3c×(ab²−a²b) = a×ab² + a×(−a²b) + (−2b)×ab² + (−2b)×(−a²b) + 3c×ab² + 3c×(−a²b) = a²b² − a³b − 2ab³ + 2a²b² + 3ab²c − 3a²bc = (a²b² + 2a²b²) − a³b − 2ab³ + 3ab²c − 3a²bc ← collect: a²b² + 2a²b² = 3a²b² = 3a²b² − a³b − 2ab³ + 3ab²c − 3a²bc
Sign check: (−2b) × (−a²b) = +2a²b². This positive result combines with the earlier a²b², making the coefficient 3.
Q2 (iii)
(mn − kl + km)(kl − lm)

A trinomial × binomial with all multi-variable terms. Distribute all 3 terms of the first bracket across both terms of the second bracket.

(mn − kl + km)(kl − lm) = mn×(kl−lm) + (−kl)×(kl−lm) + km×(kl−lm) = mn×kl + mn×(−lm) + (−kl)×kl + (−kl)×(−lm) + km×kl + km×(−lm) = klmn − lm²n − k²l² + kl²m + k²lm − klm² = klmn − lm²n − k²l² + kl²m + k²lm − klm²
📌 All 6 resulting terms have different combinations of variables, so no further collection of like terms is possible. The 6-term expression is the final answer.
Q2 (iv)
(p³ + q³)(p − 5q + 6r)

The first bracket contains cubed variables. When multiplying by the terms of the trinomial, remember to add exponents for matching variables.

(p³ + q³)(p − 5q + 6r) = p³×(p−5q+6r) + q³×(p−5q+6r) = p³×p + p³×(−5q) + p³×6r + q³×p + q³×(−5q) + q³×6r = p⁴ − 5p³q + 6p³r + pq³ − 5q⁴ + 6q³r = p⁴ − 5p³q + 6p³r + pq³ − 5q⁴ + 6q³r
💡 Exponent check: p³ × p = p³⁺¹ = p⁴. And q³ × q = q³⁺¹ = q⁴. The six terms all have different variable patterns, so no further simplification applies.

Question 3 — Simplify the Following Expressions

Question 3 tests the complete process: expand multiple products and then combine all results together, carefully collecting like terms from across the combined expression. These are the most involved problems in Exercise 11.3.

Q3 (i)
(x − 2y)(y − 3x) + (x + y)(x − 3y) − (y − 3x)(4x − 5y)

This requires expanding three products separately and then adding/subtracting them.

Expand each product

Product 1: (x − 2y)(y − 3x) = xy − 3x² − 2y² + 6xy = −3x² + 7xy − 2y²
Product 2: (x + y)(x − 3y) = x² − 3xy + xy − 3y² = x² − 2xy − 3y²
Product 3: (y − 3x)(4x − 5y) = 4xy − 5y² − 12x² + 15xy = −12x² + 19xy − 5y²

Combine: P1 + P2 − P3

= (−3x² + 7xy − 2y²) + (x² − 2xy − 3y²) − (−12x² + 19xy − 5y²) = −3x² + 7xy − 2y² + x² − 2xy − 3y² + 12x² − 19xy + 5y² ← bracket opens, signs flip = (−3 + 1 + 12)x² + (7 − 2 − 19)xy + (−2 − 3 + 5)y² = 10x² − 14xy + 0y² = 10x² − 14xy
✅ The y² terms cancel out completely: −2y² − 3y² + 5y² = 0. The final answer is the clean expression 10x² − 14xy.
Q3 (ii)
(m + n)(m² − mn + n²)

A binomial × trinomial with a very elegant simplification. This identity is one of the most important in algebra.

(m + n)(m² − mn + n²) = m×(m²−mn+n²) + n×(m²−mn+n²) = m³ − m²n + mn² + m²n − mn² + n³ = m³ + (−m²n + m²n) + (mn² − mn²) + n³ ← like terms cancel! = m³ + n³
💡 Famous identity revealed: This expansion proves the algebraic identity (m + n)(m² − mn + n²) = m³ + n³ — the "sum of cubes" factorisation you will use extensively in Class 9 and Class 10.
Q3 (iii)
(a − 2b + 5c)(a − b) − (a − b − c)(2a + 3c) + (6a + b)(2c − 3a − 5b)

The most complex simplification in this exercise — three products to expand and combine.

Expand each product

Product 1: (a − 2b + 5c)(a − b) = a² − ab − 2ab + 2b² + 5ac − 5bc = a² − 3ab + 2b² + 5ac − 5bc
Product 2: (a − b − c)(2a + 3c) = 2a² + 3ac − 2ab − 3bc − 2ac − 3c² = 2a² − 2ab + ac − 3bc − 3c²
Product 3: (6a + b)(2c − 3a − 5b) = 12ac − 18a² − 30ab + 2bc − 3ab − 5b² = −18a² − 33ab + 12ac + 2bc − 5b²

Combine: P1 − P2 + P3

= (a² − 3ab + 2b² + 5ac − 5bc) − (2a² − 2ab + ac − 3bc − 3c²) + (−18a² − 33ab + 12ac + 2bc − 5b²) x² terms: 1 − 2 − 18 = −19a² ab terms: −3 + 2 − 33 = −34ab b² terms: 2 − 5 = −3b² c² terms: 0 + 3 + 0 = +3c² ac terms: 5 − 1 + 12 = +16ac bc terms: −5 + 3 + 2 = 0 ← bc terms cancel out! = −19a² − 3b² + 3c² − 34ab + 16ac
Q3 (iv)
(pq − qr + pr)(pq + qr − pr) + pq(p + q − r)
Product 1: (pq − qr + pr)(pq + qr − pr) = p²q² + pq²r − p²qr − pq²r − q²r² + pqr² + p²qr + pqr² − p²r² = p²q² − q²r² + 2pqr² − p²r² ← pq²r, p²qr terms cancel
Product 2: pq(p + q − r) = p²q + pq² − pqr
Total = p²q² − q²r² + 2pqr² − p²r² + p²q + pq² − pqr = p²q² − q²r² − p²r² + 2pqr² + p²q + pq² − pqr

Quick Reference — All Answers at a Glance

QuestionExpressionAnswer
Q1 (i)(2a − 9)(3a + 4)6a² − 19a − 36
Q1 (ii)(x − 2y)(2x − y)2x² − 5xy + 2y²
Q1 (iii)(kl + lm)(k − l)k²l − kl² + klm − l²m
Q1 (iv)(m² − n²)(m + n)m³ + m²n − mn² − n³
Q2 (i)(x + y)(2x − 5y + 3xy)2x² − 3xy + 3x²y + 3xy² − 5y²
Q2 (ii)(a − 2b + 3c)(ab² − a²b)3a²b² − a³b − 2ab³ + 3ab²c − 3a²bc
Q2 (iii)(mn − kl + km)(kl − lm)klmn − lm²n − k²l² + kl²m + k²lm − klm²
Q2 (iv)(p³ + q³)(p − 5q + 6r)p⁴ − 5p³q + 6p³r + pq³ − 5q⁴ + 6q³r
Q3 (i)(x−2y)(y−3x) + (x+y)(x−3y) − (y−3x)(4x−5y)10x² − 14xy
Q3 (ii)(m + n)(m² − mn + n²)m³ + n³
Q3 (iii)(a−2b+5c)(a−b) − (a−b−c)(2a+3c) + (6a+b)(2c−3a−5b)−19a² − 3b² + 3c² − 34ab + 16ac
Q3 (iv)(pq−qr+pr)(pq+qr−pr) + pq(p+q−r)p²q² − q²r² − p²r² + 2pqr² + p²q + pq² − pqr

Common Mistakes to Avoid in Exercise 11.3

  • Partial distribution: In (a + b)(c + d + e), students sometimes only distribute a across all three terms but forget to fully distribute b. Every term in the first bracket must multiply every term in the second bracket without exception.
  • Negative × negative errors: In Q1(ii) and Q2(ii), products like (−2y)(−y) and (−2b)(−a²b) both yield positive results. The most common mistake is writing a negative sign for these. Always determine the sign of the product before writing the coefficient.
  • Wrong exponent addition with multiple variables: In multi-variable terms, remember to add exponents per variable separately. In Q1(iv), m² × m = m³ (only the m exponents add). Never add exponents across different variables.
  • Incorrect sign-flipping when subtracting: In Q3(i) and Q3(iii), when a product is subtracted (−P2), every term inside P2 changes sign when the bracket opens. A very common error is flipping only the first term's sign and leaving the rest unchanged.
  • Combining unlike terms: After expanding, terms like m²n and mn² look almost identical but are not like terms — the exponents are on different variables. In Q1(iv), m²n stays separate from mn². Only terms with exactly the same variable-exponent combination can be combined.
Board Exam Alert (Telangana & AP): In Q3 problems, examiners expect you to show the expansion of each product as a separate step before combining. Writing the final answer directly — without showing intermediate steps — risks losing step marks. Always expand first, then add/subtract, then collect like terms, in clearly written lines.

What Exercise 11.3 Prepares You For

The binomial multiplication skills developed in Exercise 11.3 are the direct foundation for algebraic identities — the most important shortcuts in school algebra. The result you saw in Q3(ii), where (m + n)(m² − mn + n²) simplified to m³ + n³, is exactly the sum of cubes identity that appears in the Class 9 Polynomials chapter.

The product (a + b)(a − b) = a² − b², (a + b)² = a² + 2ab + b², and (a − b)² = a² − 2ab + b² are all just special cases of the binomial multiplication you have practised here. You will study these identities formally in Exercise 11.3 extensions and later in Class 9 Polynomials.

For students in CBSE, Telangana, and Andhra Pradesh, the "Find the product" and "Simplify" question types from Exercise 11.3 directly parallel the question formats seen in 2-mark and 3-mark problems in Class 8 and Class 9 board examinations. Mastery here pays dividends across all subsequent algebra chapters.

📐 Next steps: Practice the Factorisation chapter next — it is the reverse process of everything you did in Exercise 11.3. If you can multiply two binomials to get a trinomial, factorisation teaches you to go back from the trinomial to the two binomials.
Advertisement