Skip to main content
Search IntMath
Close

How To Multiply X with Different Exponents

By Kathleen Cantor, 23 Sep 2020

Do you still remember the concept of variables and exponents? Before we jump into the topic in question, let's review.

x3

x is a variable, or something that has an unknown value. The value of may vary (hence the name). In one equation, may be equal to 4. In another equation, may be equal to 7 or a more complicated number like 75/2. We express a variable with a symbol. The most common symbols used in most equations are xy, and z.

On the other hand, the number 3 above "x" in "x3" is what people call an exponent. The exponent tells us how many times it uses a number or variable in multiplication. The number or variable we multiply is called the base.

Let's use a simple example using an integer instead of variable for the base. Do you know the value of 43?

43 means 4 times 4 times 4. The number 4 is raised to the third power or cubed.

43  = 4 * 4 * 4 = 64

This isn't different for variables. For x3, it is equal to xxx. In Algebra, putting two or more variables next to each other means multiplying them. x multiplied by x multiplied by x.

x3 = xxx

Once you understand these basic concepts, we can move on to the main topic.

Multiplying X with Different Exponents

Product Rule

Multiplying X with different exponents means that you multiply the same variables—in this case, "X"—but a different amount of times.

(X4) (X7) = (XXXX)(XXXXXXX)

You can see that we expand the variables with exponents into different amounts of variable iterations. The number of variables written equals the value of each exponent.

To simplify things further, let's remove the unnecessary parentheses.

(X4) (X7) = XXXXXXXXXXX

Well, that's a lot of Xs. How many X on the right side of the equal symbol? Bingo! It's 11. There are 11 copies of the same variable. You can also simplify things by replacing the result with "X11". Let's put all of them together.

(X4) (X7) = (XXXX) (XXXXXXX)

= XXXXXXXXXXX

= X11

Therefore, (X4)(X7) equals X11. To make this more intuitive, we can also write it as (X4)(X7) equals X(4 + 7).

The calculation above introduces us to a basic exponent rule called "Product Rule":

(Xa) (Xb) = X(a + b)

Keep in mind that the rule above only applies if the bases of the two exponents are the same. In the example before, the exponents of 4 and 7 have the same base: "X".

More Examples of Product Rule

To improve our understanding, let's pay attention to some more advanced examples of multiplying variables with different exponents.

(x5 y6) (x2 y) =?

To solve this problem, first, let's group the same variables.

(x5 y6) (x2 y) = (x5 x2) (y6 y)

Once they have grouped nicely, we can apply the product rule by adding up the exponents with the same base.

(x5 x2) (y6 y) = (x(5 + 2)) (y(6 + 1))

Did you see what happened? For the base of "y", we add the exponent of 6 and 1, even though the second "y" doesn't seem to have an exponent.

For any number or variable that doesn't have an exponent written above it, it has an exponent of 1. In that case, "y" has an exponent of 1. The same goes for any number out there. All numbers have the power of 1 if there is no exponent explicitly written above it.

Why? Because anything to the power of 1 has 'one copy' of itself. 51 = 5; 271 = 27; y1 = y.

Let’s continue on with our work.

(x(5 + 2)) (y(6 + 1)) = (x7) (y7)

Putting all of them together, we can determine that the value of (x5 y6)(x2 y) equals to (x7)(y7).

(x5 y6) (x2 y) = (x5 x2) (y6 y)

= (x(5 + 2)) (y(6 + 1))

= (x7) (y7)

Quotient Rule

If the Product Rule lets us add two exponents together, the Quotient Rule would instead grant us the ability subtract two exponents. Consider this expression.

X6 / X3 = ?

Can you determine the result?

By this point, you might have understood that we can expand the bases to reveal their copies based on the value of each exponent.

X6 / X3 = XXXXXX / XXX

From here, we can erase three Xs from both the numerator and denominator of the fraction.

We can gather all of the steps together to see the full picture.

X6 / X3 = XXXXXX / XXX

= XXX

= X3

Thus, X6/X3 equals X3. Or, we can also write it as X6/X3 equals X(6 - 3).

Once again, our work brings us to the second rule of exponents: the Quotient Rule.

Xa / Xb = X(a – b)

Identical to the Product Rule, the Quotient Rule can only work if all of the bases have the same value. In our case, the bases are the same variable of "X".

Power Rule

Our next topic looks at a base with a visible exponent raised to a certain power. Take a look at the equation below.

(X3)4 =?

Can you determine how many Xs that is?

If it's too confusing, let's break it down into a more tangible form.

(X3)4 = (XXX)4

First, we expand the exponent inside the parentheses. This way, we can assign the outer exponent of "4" into each X.

(XXX)4 = (X4) (X4) (X4)

Finally, using the Product Rule, let's combine the exponents into one.

(X3)4 = (XXX)4

= (X4) (X4) (X4)

= X(4 + 4 + 4)

= X12

Thus, we can determine that (X3)4 equals X12. Writing it another way, we can see that (X3)4 equals to X(3 x 4)

Thanks to the calculation above, we can familiarize ourselves with the third essential rule of exponents: the Power Rule.

(Xa)b = X(ab)

More Examples with Power Rule

Let's have a look at a more complicated example.

Can you simplify this?

(x5y9z2)3

First, remember that all bases have different variables so we can't add exponents together using the Product Rule.

In that case, using the Power Rule, we can instead multiply the inner exponents with the outer exponent. With this method, we can easily and quickly see the result.

(x5 y9 z2)3 = (x(5 x 3)) (y(9 x 3)) (z(2 x 3))

= x15 y27 z6

Zero Rule

Before we dive into the Zero rule, consider the expression below.

X4 / X4 = ?

At a single glance, we can see that both the numerator and denominator are the same value. The division of anything with the same value equals 1. Thus, the result of the equation is 1.

X4 / X4 = 1

With that said, do you remember the Quotient Rule? The rule states that we can subtract two exponents if two powers with the same bases are divided.

X4 / X4 = X(4 -4)

= X0

This calculation brings us to the Zero Rule.

X0 = 1

X ≠ 0

The condition of X ≠ 0 is there since 0 divided by 0 is undefined. Additionally, our previous calculation is only valid if X is not 0.

Negative Exponents

Even exponents may come in a negative form. Despite how it sounds, however, it's not a super complicated concept. It only means that the base should be on the opposite side of the fraction line. Take a look at the example below.

X-3 = 1 / X3

As you can see, we flip the base from the numerator position to the denominator or vice versa to turn a negative exponent into a positive one.

With this knowledge, can you solve this equation?

2x-3 / x-5 = ?

Take it slow and keep in mind that we only need to reverse the position of the base.

2x-3 / x-5 = 2x5 / x3

We do not flip the number "2" because it has the power of 1.

Final Words

When working with exponent problems, you might have different sequences or steps compared to other people. This is fine. Math is pretty flexible, so you don't have to force yourself to use the same steps to solve problems, as long as your answer is correct.

Be the first to comment below.

Leave a comment




Comment Preview

HTML: You can use simple tags like <b>, <a href="...">, etc.

To enter math, you can can either:

  1. Use simple calculator-like input in the following format (surround your math in backticks, or qq on tablet or phone):
    `a^2 = sqrt(b^2 + c^2)`
    (See more on ASCIIMath syntax); or
  2. Use simple LaTeX in the following format. Surround your math with \( and \).
    \( \int g dx = \sqrt{\frac{a}{b}} \)
    (This is standard simple LaTeX.)

NOTE: You can mix both types of math entry in your comment.

top

Tips, tricks, lessons, and tutoring to help reduce test anxiety and move to the top of the class.