Scientific Notation

How to Divide Numbers in Scientific Notation

LK Forge · 4 min read · Updated July 2026

Division in scientific notation is the mirror image of multiplication: divide the coefficients, subtract the exponents. The rule is just as short, but it has two extra places to trip — the order of the subtraction, and a normalization that shifts the other way. This guide covers both.

The rule

(a × 10m) ÷ (b × 10n) = (a ÷ b) × 10m−n

The powers of ten combine by the exponent quotient rule: 10m ÷ 10n = 10m−n. Six factors of ten divided by two factors of ten leaves four — the exponents subtract, always numerator minus denominator.

Step by step

  1. Divide the coefficients. Numerator's coefficient divided by the denominator's.
  2. Subtract the exponents. Top minus bottom, keeping every sign.
  3. Normalize if needed. If the coefficient came out below 1, move the decimal one place right and subtract 1 from the exponent.

Worked examples

The clean case: (8 × 106) ÷ (2 × 102). Coefficients: 8 ÷ 2 = 4. Exponents: 6 − 2 = 4. Answer: 4 × 104.

The normalize case: (2 × 105) ÷ (8 × 102). Coefficients: 2 ÷ 8 = 0.25. Exponents: 5 − 2 = 3. That's 0.25 × 103 — below the legal coefficient range, so shift right: 2.5 × 102.

Negative exponent below: (6 × 104) ÷ (3 × 10−2). Coefficients: 6 ÷ 3 = 2. Exponents: 4 − (−2) = 6. Answer: 2 × 106 — dividing by a small number gives a big one, and the signs handle it automatically.

A real one: Earth's mass is about 5.97 × 1024 kg and the Moon's about 7.35 × 1022 kg. Ratio = (5.97 ÷ 7.35) × 1024−22 ≈ 0.81 × 1028.1 × 101 — Earth is roughly 81 times the Moon's mass.

The mistakes to avoid

  • Subtracting in the wrong order. The rule is numerator minus denominator. Flipping it turns 104 into 10−4 — same digits, answer off by eight orders of magnitude.
  • Normalizing the wrong way. A too-small coefficient (0.25) means the decimal moves right and the exponent goes down — the opposite of the multiplication fix-up. Sanity-check: 0.25 × 103 = 250 = 2.5 × 102.
  • Losing a minus sign. 4 − (−2) is 6, not 2. Write the subtraction out in full with brackets before computing it.
  • Rounding too late or too early. Divide first, keep a guard digit, and round the final coefficient to the significant figures your inputs justify.

To verify any quotient — with the normalization done for you — use the math tab of the scientific notation calculator. And keep the family straight: multiplication adds the exponents, division subtracts them, and addition or subtraction requires matching the exponents first.

Multiply, divide, add or subtract any two numbers in scientific notation — normalized answer with the exponent rule shown.

Open the Scientific Notation Calculator