How to calculate two numbers with the same base and different exponent? For example, a * + b * =? A * - B * =? A * × b * =? A * / b * =?

How to calculate two numbers with the same base and different exponent? For example, a * + b * =? A * - B * =? A * × b * =? A * / b * =?

a*+b*=a*(1+(b/a)*) a*-b*=a*(1-(b/a)*) a*×b*=(ab) * a*/b*=(a/b)*