Multiplying Polynomials

Using the distributive property and FOIL method

Multiplying Polynomials

Multiplying a Monomial by a Polynomial

Use the distributive property: a(b+c)=ab+aca(b + c) = ab + ac

Example: 3x(2x+5)=3x2x+3x5=6x2+15x3x(2x + 5) = 3x \cdot 2x + 3x \cdot 5 = 6x^2 + 15x

FOIL Method (Binomials)

To multiply two binomials, use FOIL:

  • First terms
  • Outer terms
  • Inner terms
  • Last terms

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

Result: x2+5x+3x+15=x2+8x+15x^2 + 5x + 3x + 15 = x^2 + 8x + 15

Special Products

Square of a Sum: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

Square of a Difference: (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Difference of Squares: (a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2

📚 Practice Problems

1Problem 1easy

Question:

Multiply: 2x(3x+4)2x(3x + 4)

💡 Show Solution

Use the distributive property:

2x(3x+4)2x(3x + 4) =2x3x+2x4= 2x \cdot 3x + 2x \cdot 4 =6x2+8x= 6x^2 + 8x

Answer: 6x2+8x6x^2 + 8x

2Problem 2medium

Question:

Multiply using FOIL: (x+4)(x2)(x + 4)(x - 2)

💡 Show Solution

Use FOIL:

F: xx=x2x \cdot x = x^2 O: x(2)=2xx \cdot (-2) = -2x I: 4x=4x4 \cdot x = 4x L: 4(2)=84 \cdot (-2) = -8

Combine: x22x+4x8=x2+2x8x^2 - 2x + 4x - 8 = x^2 + 2x - 8

Answer: x2+2x8x^2 + 2x - 8

3Problem 3hard

Question:

Expand: (2x3)2(2x - 3)^2

💡 Show Solution

Use the pattern (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Here a=2xa = 2x and b=3b = 3:

(2x)22(2x)(3)+(3)2(2x)^2 - 2(2x)(3) + (3)^2 =4x212x+9= 4x^2 - 12x + 9

Alternative - FOIL: (2x3)(2x3)(2x - 3)(2x - 3)

  • F: 4x24x^2
  • O: 6x-6x
  • I: 6x-6x
  • L: 99

Result: 4x212x+94x^2 - 12x + 9

Answer: 4x212x+94x^2 - 12x + 9