Math Lab
Home/Class VIII/Ch 6/Multiplying a monomial by a polynomial

Multiplying a monomial by a polynomial

The distributive law a(b+c)=ab+aca(b+c) = ab + ac says that multiplying a sum is the same as multiplying each piece and adding. Once you accept this, multiplying a monomial by any polynomial becomes mechanical.

Concept

To multiply a monomial MM by a polynomial P=T1+T2++TnP = T_1 + T_2 + \dots + T_n:

MP=MT1+MT2++MTn.M \cdot P = M T_1 + M T_2 + \dots + M T_n.

Each term of the polynomial is multiplied by MM separately.

For each multiplication, two things happen:

  1. Multiply the coefficients as ordinary numbers, respecting signs.
  2. Add the exponents of the same variables, using xmxn=xm+nx^m \cdot x^n = x^{m+n}.

Example: 2x3(4x25x+7)2x^3 \cdot (4x^2 - 5x + 7).

  • 2x34x2=8x3+2=8x52x^3 \cdot 4x^2 = 8x^{3+2} = 8x^5.
  • 2x3(5x)=10x42x^3 \cdot (-5x) = -10x^4.
  • 2x37=14x32x^3 \cdot 7 = 14x^3.

Answer: 8x510x4+14x38x^5 - 10x^4 + 14x^3.

Signs. The usual rules apply. A positive times a negative is negative; a negative times a negative is positive. If the monomial in front has a minus sign, every term's sign flips.

Example: 3a(a22a+5)=3a3+6a215a-3a \cdot (a^2 - 2a + 5) = -3a^3 + 6a^2 - 15a.

Multiple variables. Same logic, just multiply each letter's powers separately.

Example: 4xy(3x2y+1)=12x2y8xy2+4xy4xy \cdot (3x - 2y + 1) = 12x^2 y - 8 x y^2 + 4xy.

Why this matters. Multiplying a monomial across an entire polynomial is the most common step in algebra. Every "expand and simplify" problem starts with this. Whenever you collect like terms after an expansion, you have already used this rule several times.

Geometrically, this is the rule that lets us split a rectangle into smaller rectangles. A rectangle of width aa and length (b+c+d)(b + c + d) has area a(b+c+d)a(b+c+d), which equals the sum of the three sub-rectangles ab+ac+adab + ac + ad.

Worked examples

Example 1. Expand 5(2x7)5(2x - 7).

  • 52x=10x5 \cdot 2x = 10x.
  • 5(7)=355 \cdot (-7) = -35.
  • Answer: 10x3510x - 35.

Example 2. Expand 2y(3y25y+4)-2y(3y^2 - 5y + 4).

  • 2y3y2=6y3-2y \cdot 3y^2 = -6y^3.
  • 2y(5y)=10y2-2y \cdot (-5y) = 10y^2.
  • 2y4=8y-2y \cdot 4 = -8y.
  • Answer: 6y3+10y28y-6y^3 + 10y^2 - 8y.

Example 3. Expand 3a2b(a2b+3ab)3a^2 b \cdot (a - 2b + 3ab).

  • 3a2ba=3a3b3a^2 b \cdot a = 3a^3 b.
  • 3a2b(2b)=6a2b23a^2 b \cdot (-2b) = -6a^2 b^2.
  • 3a2b3ab=9a3b23a^2 b \cdot 3ab = 9a^3 b^2.
  • Answer: 3a3b6a2b2+9a3b23a^3 b - 6 a^2 b^2 + 9 a^3 b^2.

Example 4. Find the area of a rectangle with length (3x+4)(3x + 4) and width 5x5x.

  • Area =5x(3x+4)=15x2+20x= 5x(3x + 4) = 15x^2 + 20x.

Try it yourself

  1. Expand 7(2a+3)7(2a + 3).
  2. Expand 4(5x6y+1)-4(5x - 6y + 1).
  3. Expand 2x(x23x+7)2x \cdot (x^2 - 3x + 7).
  4. Expand 3a2(a32a2+a1)-3a^2 \cdot (a^3 - 2a^2 + a - 1).
  5. Expand 5xy(2x23xy+y2)5xy \cdot (2x^2 - 3xy + y^2).
  6. A rectangle has length (2x+5)(2x + 5) and width 33. Express its area as an expression.
  7. Simplify 4(x2)+3(2x+1)4(x - 2) + 3(2x + 1).
  8. Simplify 2a(a+b)3b(ab)2a(a + b) - 3b(a - b).

Activity

Area in pieces. Draw a rectangle on graph paper, labelling its width aa and length b+c+db + c + d. Cut it into three sub-rectangles of widths b,c,db, c, d respectively. Count or compute their separate areas, then add. You should get exactly a(b+c+d)a(b+c+d) , the distributive law in pictures.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Monomial × polynomial
5 questions · pick the best answer
Q1

2x(x+5)=?2x(x + 5) = ?

Q2

3(2a5)-3(2a - 5)

Q3

4y2(y3y2)4y^2 (y - 3y^2)

Q4

Simplify 3(x2)2(x+4)3(x - 2) - 2(x + 4)

Q5

Area of rectangle width 2x2x, length 3x+13x + 1 is