Instructions
Perform the multiplication between two like bases with different exponents by keeping the same base and adding the exponents. This is represented by the formula x^a * x^b = x^(a + b). For example, x^8 * x^4: x^(8 + 4) = x^(12).
Divide like bases with different exponents by keeping the base and subtracting the denominator exponent from the numerator exponent. This is represented by the formula (x^a) / (x^b) = x^(a - b). For example, (x^6) / (x^2) : x^(6 - 2) = x^4.
Note that variables with different exponents cannot be added to or subtracted from each other. For example, 3x^2 - 2x^3 cannot be combined; the expression is already in its simplified form.