Multiplying Monomials

Download as PDF

Multiplying monomials is a foundational skill in algebra that opens the door to working with more complex polynomials. This guide breaks down the process into simple, repeatable steps, from multiplying coefficients to adding exponents, ensuring you can solve any problem with confidence.

What Are Monomials and How Do You Multiply Them?

Multiplying monomials is the process of finding the product of two or more single-term algebraic expressions. But first, what exactly is a monomial? A monomial is a single term made up of a number, a variable, or a product of numbers and variables. The variables in a monomial must have non-negative integer exponents. For example, 5x, 3a2b, y4, and even 7 are all monomials.

Every monomial has two main parts:

  • The Coefficient: This is the numerical part of the term. In 5x2, the coefficient is 5. In y3, the coefficient is 1.
  • The Variable Part: This consists of one or more variables raised to a power. In 5x2, the variable part is x2. In 3a2b, it's a2b.

When you multiply monomials, you follow a straightforward, two-part process:

  1. Multiply the coefficients: You multiply the numbers in front of the variables just like you would any other numbers.
  2. Multiply the variable parts: For variables with the same base, you add their exponents. This crucial step is governed by a rule called the Product of Powers Rule.

Let's look at a quick example: Multiply (2x2) by (4x5).

First, multiply the coefficients: 24=8.

Next, multiply the variable parts: x2x5. Since the base (x) is the same, we add the exponents: 2+5=7. So, x2x5=x7.

Finally, combine the new coefficient and the new variable part to get your answer: 8x7.

What Is the Product of Powers Rule?

The heart of multiplying monomials is the Product of Powers Rule. This rule provides a shortcut for multiplying exponential expressions that share the same base. Instead of writing out long strings of variables, you can simply add their exponents.

The rule is formally stated as:

xaxb=xa+b

Here, x is the 'base', and a and b are the 'exponents'. The rule says that when you multiply two powers with the same base, you keep the base and add the exponents.

Why does this work? Let's break it down to see the logic. Suppose we want to multiply y2 by y3.

  • y2 is just a shorthand way of writing yy.
  • y3 is a shorthand for yyy.

So, the expression y2y3 is really:

(yy)(yyy)yyyyyy5

As you can see, we have a total of five y's being multiplied together, which is y5. The Product of Powers Rule simply lets us add the exponents 2+3 to get 5 directly. This rule is fundamental and applies to any number of monomials being multiplied, as long as the bases are the same.

How Do You Multiply Monomials Step-by-Step?

By breaking the process down into a clear set of steps, you can solve any monomial multiplication problem systematically. Let's outline the foolproof method for finding the product of two or more monomials.

  1. Rearrange and Group: Use the commutative property of multiplication to rearrange the expression, grouping the coefficients together and the like variable bases together. This makes the problem much easier to manage.
  2. Multiply the Coefficients: Calculate the product of all the numerical coefficients. Remember to pay close attention to the signs (positive or negative).
  3. Apply the Product of Powers Rule: For each group of variables with the same base, add their exponents together. If a variable doesn't have a visible exponent, remember its exponent is 1.
  4. Combine and Simplify: Write the new coefficient and all the variable parts together to form the final, simplified monomial.
Example 1

Find the product of (6x5) and (3x2).

Step 1: Rearrange and Group
Group the coefficients and the variables: (63)(x5x2)

Step 2: Multiply the Coefficients
Multiply the numbers: 63=18

Step 3: Apply the Product of Powers Rule
The base is x. Add the exponents: x5+2=x7

Step 4: Combine and Simplify
Put the results from steps 2 and 3 together. The final answer is 18x7.

How Do You Handle Monomials with Multiple Variables?

The process for multiplying monomials with several different variables is nearly identical. The key is to remember that the Product of Powers Rule only applies to variables with the same base. You handle each variable type independently.

Consider the problem (3x4y2)(5x2y6). We will follow the same steps as before, but now we'll have separate groups for x and y.

  1. Rearrange and Group: (35)(x4x2)(y2y6)
  2. Multiply Coefficients: 35=15
  3. Apply Rule to Each Variable:
    • For base x: x4+2=x6
    • For base y: y2+6=y8
  4. Combine Everything: 15x6y8

What if a variable only appears in one of the monomials? In that case, it simply comes along for the ride and is included in the final answer without change. For example, in (2a3b)(4a2c5), the b and c5 terms don't have a matching base in the other monomial, so they remain as they are.

Example 2

Calculate the product of (7p3q5r) and (4p2q2).

Step 1: Rearrange and Group
Group the parts: (74)(p3p2)(q5q2)r

Step 2: Multiply the Coefficients
74=28

Step 3: Apply the Product of Powers Rule
For base p: p3+2=p5
For base q: q5+2=q7
The variable r has no other base to combine with, so it stays as r (or r1).

Step 4: Combine and Simplify
Putting it all together, we get 28p5q7r.

What About Negative Coefficients?

Working with negative coefficients doesn't change the process for the variables at all. The only extra step is to be careful with the rules of multiplying signed numbers when you handle the coefficients.

Here's a quick refresher on the sign rules for multiplication:

  • Positive × Positive = Positive
  • Negative × Negative = Positive
  • Positive × Negative = Negative

Let's apply this to a problem. Suppose we need to multiply (4a5b2) by (6ab3). We still follow our four steps, but we pay close attention to the signs in Step 2.

Example 3

Find the product of (5m6n2) and (2m2n7).

Step 1: Rearrange and Group
(52)(m6m2)(n2n7)

Step 2: Multiply the Coefficients
Here we have a negative times a negative, which results in a positive. 52=10

Step 3: Apply the Product of Powers Rule
For base m: m6+2=m8
For base n: n2+7=n9

Step 4: Combine and Simplify
The final result is 10m8n9.

What Are Some Common Mistakes to Avoid?

When learning to multiply monomials, a few common pitfalls can trip students up. Being aware of these mistakes is the best way to avoid making them. Here is a table of frequent errors and how to correct them.

The MistakeIncorrect CalculationCorrect CalculationExplanation
Multiplying Exponentsx3x4=x12x3x4=x3+4=x7The Product of Powers Rule states you must add the exponents of like bases, not multiply them.
Adding Coefficients5y22y6=7y85y22y6=10y8The coefficients are factors, so they must be multiplied, not added. Addition is for combining like terms, which is a different operation.
Forgetting the 'Invisible 1'z4z=z4z4z=z4z1=z4+1=z5A variable written without an exponent is understood to have an exponent of 1. Always include it in your addition.
Sign Errors(3a)(6a2)=18a3(3a)(6a2)=18a3A negative number multiplied by a negative number results in a positive number. Be careful with your integer rules.
Combining Unlike Basesa2b3=(ab)5a2b3=a2b3The rule for adding exponents only works when the bases are identical. If the bases are different, you cannot combine them.

Quick Summary and Reference

This lesson covers a lot of ground. If you ever need a quick refresher, come back to this summary. Here are the core concepts for multiplying monomials.

The Two-Step Procedure

  1. Multiply the Coefficients: Find the product of the numerical parts of each term. Watch your signs!
  2. Add the Exponents: For each variable with a matching base, sum their exponents.

The Key Formula

The entire process for handling variables is built on the Product of Powers Rule.

For any non-zero number x and integers a and b:
xaxb=xa+b

Checklist for Success

  • Did I multiply the coefficients correctly?
  • Did I add the exponents for every matching base?
  • Did I remember the invisible exponent of 1 on variables like x?
  • Did I carry over any variables that didn't have a matching base?
  • Is my final answer a single, simplified monomial?

Frequently Asked Questions

What's the difference between a monomial and a polynomial?

A monomial is a single algebraic term, like 5x2. A polynomial is an expression made up of one or more monomials added or subtracted together, such as 5x2+3x7. Essentially, a monomial is the simplest type of polynomial.

Can you multiply a monomial by a constant?

Yes. A constant, like the number 8, is also a monomial. To multiply 4x3 by 8, you just multiply the coefficients: 48=32. The variable part doesn't change, so the answer is 32x3.

What happens if a variable is in one monomial but not the other?

If a variable appears in only one of the monomials, it is included in the final answer as is. For example, in (2x2)(3y3), neither x nor y has a matching base, so the result is simply 6x2y3.

Why do you add the exponents instead of multiplying them?

Adding exponents is a shortcut for counting the total number of variable factors. The expression x2x3 means (xx)(xxx), which is five x's multiplied together, or x5. Adding the exponents 2+3 gets you to 5 directly.

Does the order of multiplication matter for monomials?

No, it does not. Multiplication is commutative, which means you can change the order without affecting the result. That's why (3x2)(4y) is the same as (4y)(3x2); both equal 12x2y.

How is multiplying monomials used in other parts of algebra?

Multiplying monomials is a critical building block for more advanced topics. It is used extensively when multiplying polynomials (using methods like FOIL), finding the area of geometric shapes with variable side lengths, and simplifying complex algebraic expressions.

What is the coefficient of a monomial like x^5?

When a monomial doesn't have a number written in front of it, the coefficient is assumed to be 1. So, the monomial x5 is the same as 1x5. Similarly, a2 has a coefficient of 1.