How to calculate the product of the same base power to get the first math problem of the power?
Of course, we must first know the algorithm of each operation: 1, same base power, constant base, exponential addition. (a m) * (a n) = a (m+n) [the product of a's m power and n power is equal to a's (m+n) power] 2. The same power, exponential multiplication. (a m) n = a (Mn) 3。 The power of the product is equal to the product of the power of each factor in the product. (ab)n = a n * b n nList the operation order: multiply (power, product) first, and then multiply (multiplication with the same base power).