Math Lab
Home/Class VIII/Ch 6/Multiplying two binomials and beyond

Multiplying two binomials and beyond

To multiply (a+b)(c+d)(a + b)(c + d), treat the first bracket as a single thing and distribute it across the second:

(a+b)(c+d)=(a+b)c+(a+b)d=ac+bc+ad+bd.(a + b)(c + d) = (a+b) \cdot c + (a+b) \cdot d = ac + bc + ad + bd.

So we get four terms: every term of the first bracket times every term of the second. The trick is to do this without missing a pair.

Concept

FOIL. A widely used memory device for (F)irst, (O)uter, (I)nner, (L)ast , the four products in (a+b)(c+d)(a+b)(c+d):

  • First: aca \cdot c
  • Outer: ada \cdot d
  • Inner: bcb \cdot c
  • Last: bdb \cdot d

Sum: ac+ad+bc+bdac + ad + bc + bd. (Note the order in the sum doesn't matter, but you should not skip any of the four.)

Example: (x+3)(x+5)(x + 3)(x + 5).

  • F: xx=x2x \cdot x = x^2.
  • O: x5=5xx \cdot 5 = 5x.
  • I: 3x=3x3 \cdot x = 3x.
  • L: 35=153 \cdot 5 = 15.

Sum: x2+5x+3x+15=x2+8x+15x^2 + 5x + 3x + 15 = x^2 + 8x + 15.

Beyond two binomials. The same idea works for any polynomial product. Each term in the first bracket multiplies each term in the second bracket. If the brackets have mm and nn terms, you get mnm \cdot n products before collecting like terms.

Example: (x+2)(x23x+4)(x + 2)(x^2 - 3x + 4).

  • xx2=x3x \cdot x^2 = x^3.
  • x(3x)=3x2x \cdot (-3x) = -3x^2.
  • x4=4xx \cdot 4 = 4x.
  • 2x2=2x22 \cdot x^2 = 2x^2.
  • 2(3x)=6x2 \cdot (-3x) = -6x.
  • 24=82 \cdot 4 = 8.

Collect: x3+(3x2+2x2)+(4x6x)+8=x3x22x+8x^3 + (-3x^2 + 2x^2) + (4x - 6x) + 8 = x^3 - x^2 - 2x + 8.

Triple brackets. Multiply two at a time. For (x+1)(x+2)(x+3)(x+1)(x+2)(x+3), first do (x+1)(x+2)=x2+3x+2(x+1)(x+2) = x^2 + 3x + 2, then multiply by (x+3)(x+3).

Geometric picture. Just as a(b+c)a(b+c) corresponds to cutting a rectangle once, (a+b)(c+d)(a+b)(c+d) corresponds to cutting a rectangle once horizontally and once vertically , four sub-rectangles, areas ac,ad,bc,bdac, ad, bc, bd. This is the "box method", a great visual aid.

Worked examples

Example 1. Expand (x+4)(x2)(x + 4)(x - 2).

  • xx=x2x \cdot x = x^2.
  • x(2)=2xx \cdot (-2) = -2x.
  • 4x=4x4 \cdot x = 4x.
  • 4(2)=84 \cdot (-2) = -8.
  • Sum: x2+2x8x^2 + 2x - 8.

Example 2. Expand (2a+3)(3a5)(2a + 3)(3a - 5).

  • 2a3a=6a22a \cdot 3a = 6a^2.
  • 2a(5)=10a2a \cdot (-5) = -10a.
  • 33a=9a3 \cdot 3a = 9a.
  • 3(5)=153 \cdot (-5) = -15.
  • Sum: 6a2a156a^2 - a - 15.

Example 3. Expand (x3)(x2+2x4)(x - 3)(x^2 + 2x - 4).

  • xx2=x3x \cdot x^2 = x^3, x2x=2x2x \cdot 2x = 2x^2, x(4)=4xx \cdot (-4) = -4x.
  • 3x2=3x2-3 \cdot x^2 = -3x^2, 32x=6x-3 \cdot 2x = -6x, 3(4)=12-3 \cdot (-4) = 12.
  • Sum: x3x210x+12x^3 - x^2 - 10x + 12.

Example 4. Use the box method to expand (a+2b)(3ab)(a + 2b)(3a - b).

3a3ab-b
aa3a23a^2ab-ab
2b2b6ab6ab2b2-2b^2
  • Sum: 3a2+(ab+6ab)2b2=3a2+5ab2b23a^2 + (-ab + 6ab) - 2b^2 = 3a^2 + 5ab - 2b^2.

Try it yourself

  1. Expand (x+6)(x+7)(x + 6)(x + 7).
  2. Expand (2x1)(3x+4)(2x - 1)(3x + 4).
  3. Expand (a5)(a+5)(a - 5)(a + 5).
  4. Expand (x2+1)(x+2)(x^2 + 1)(x + 2).
  5. Expand (p+q)(pq+1)(p + q)(p - q + 1).
  6. Expand (x+1)(x+2)(x+3)(x + 1)(x + 2)(x + 3).
  7. Expand (2a+3b)2(2a + 3b)^2 by FOIL (or your favourite method).
  8. The length of a rectangle is (x+5)(x + 5) and the width is (x3)(x - 3). Find its area.

Activity

Box drawings. For each binomial product above, draw the corresponding 2×22 \times 2 (or 2×32 \times 3) box, label the rows and columns, fill in the cells, then sum. You will rarely "miss a term" again once your eye is trained to fill every cell of a box.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Multiplying binomials
5 questions · pick the best answer
Q1

(x+5)(x+3)=?(x + 5)(x + 3) = ?

Q2

(2x1)(x+4)(2x - 1)(x + 4)

Q3

(a+b)(ab)(a + b)(a - b)

Q4

(x+2)(x2x+1)=?(x + 2)(x^2 - x + 1) = ?

Q5

(2a+3b)(2a3b)(2a + 3b)(2a - 3b)