Multiplying Scientific Notation Calculator

Calculate multiplying scientific notation — enter your values and get an accurate result with the underlying formula.

Quick Facts

Multiplication rule
(a × 10^m) × (b × 10^n) = (a × b) × 10^(m+n)
Multiply the coefficients and add the exponents.
Normalized form
1 ≤ |a| < 10
If the product coefficient falls outside this range, shift the decimal point and adjust the exponent to compensate.
Exponent rule
10^m × 10^n = 10^(m+n)
Same base powers add when multiplied — never multiply the exponents.

Your Results

Calculated
Normalized Result
-
a × 10^n, with 1 ≤ |a| < 10
Decimal Value
-
Standard (expanded) form
Unnormalized Product
-
(a × b) × 10^(m+n), before adjusting the coefficient
Sum of Exponents
-
m + n

Ready

Enter both numbers in scientific notation, then press Calculate.

How to Multiply Numbers in Scientific Notation

Scientific notation writes a number as a coefficient (or mantissa) multiplied by a power of ten: a × 10ⁿ, where 1 ≤ |a| < 10 and n is an integer. To multiply two numbers written this way, you don't need to expand them back to standard form — you multiply the coefficients together and add the exponents: (a × 10^m) × (b × 10^n) = (a × b) × 10^(m + n). If the resulting coefficient (a × b) is not already between 1 and 10, you then renormalize it by shifting the decimal point and adjusting the exponent to match.

How the calculation works

Enter the coefficient and exponent for each number. This calculator multiplies the two coefficients (a × b) and adds the two exponents (m + n) to get the raw, unnormalized product. It then checks whether the resulting coefficient falls in the standard range of 1 to 10: if the coefficient is 10 or greater, it divides by 10 and adds 1 to the exponent (repeating as needed); if the coefficient is less than 1 (and nonzero), it multiplies by 10 and subtracts 1 from the exponent. The result is the normalized answer in proper scientific notation, alongside the same value expanded into ordinary decimal form.

Worked example

Multiply (2.5 × 10³) × (4 × 10⁻²). First multiply the coefficients: 2.5 × 4 = 10. Then add the exponents: 3 + (−2) = 1. That gives an unnormalized product of 10 × 10¹. Since 10 is outside the 1–10 range, divide the coefficient by 10 and add 1 to the exponent: 1.0 × 10². As a decimal, that is 100.

Common mistakes

  • Multiplying the exponents instead of adding them: the exponent rule for multiplication is 10^m × 10^n = 10^(m+n) — exponents add, they never multiply.
  • Forgetting to renormalize: a coefficient of 10 or more (or less than 1) is not valid scientific notation — always shift the decimal and adjust the exponent until 1 ≤ |a| < 10.
  • Sign errors with negative exponents: adding a negative exponent means subtracting, e.g. 3 + (−2) = 1, not 3 − 2 = 5 or 3 + 2 = 5.

Real-world applications

  • Physics and chemistry calculations routinely multiply very large or very small measured quantities, such as combining Avogadro's number with a molar mass, or a distance in meters with a frequency in hertz.
  • Engineering and computing use scientific notation to multiply quantities that span many orders of magnitude, such as processor clock speeds or data storage capacities, without writing out long strings of zeros.
  • Astronomy relies on scientific notation multiplication for distances, masses, and luminosities of stars and galaxies, where standard decimal notation would be unwieldy.

Frequently Asked Questions

How do you multiply numbers in scientific notation?
Multiply the coefficients together and add the exponents: (a × 10^m) × (b × 10^n) = (a × b) × 10^(m+n). For example, (2.5 × 10³) × (4 × 10⁻²) = (2.5 × 4) × 10^(3 + −2) = 10 × 10¹.
What if the resulting coefficient is not between 1 and 10?
Proper scientific notation requires the coefficient to satisfy 1 ≤ |a| < 10. If multiplying the coefficients gives a number outside that range, shift the decimal point and adjust the exponent: for every factor of 10 you divide out of the coefficient, add 1 to the exponent (or subtract 1 if you multiply by 10). For example, 10 × 10¹ becomes 1.0 × 10².
Why do the exponents add instead of multiply?
Scientific notation coefficients are multiplied by powers of ten, and the exponent rule for multiplication states that 10^m × 10^n = 10^(m+n) — exponents add when you multiply like bases. This is the same rule used for any exponential multiplication, not just base 10.
What happens when one of the numbers is zero?
If either coefficient is 0, the entire product is 0, since anything multiplied by zero is zero. The result is simply 0, and it has no meaningful normalized exponent.