Scientific Notation- Multiplying and Adding Made Easy

What Scientific Notation Actually Is

Scientists and engineers deal with numbers that are absurdly big or absurdly small. The distance to the sun. The size of an atom. These numbers are painful to write out in full.

Scientific notation solves this by rewriting numbers as:

a × 10n

Where a is a number between 1 and 10, and n is an integer. That's it. No magic.

Examples:

If you can't convert regular numbers to this format, stop here. Learn that first. Everything below depends on it.

Multiplying Scientific Notation

Multiplication is the easy part. You multiply the coefficients and add the exponents.

The Rule

For (a × 10m) × (b × 10n):

Result = (a × b) × 10m+n

Example

(3 × 10⁴) × (2 × 10⁵)

Step 1: Multiply the coefficients: 3 × 2 = 6

Step 2: Add the exponents: 4 + 5 = 9

Step 3: Combine: 6 × 10⁹

Done. That's the whole process.

Watch Out For

If your coefficient ends up being 10 or larger, you need to normalize it. For example:

(8 × 10³) × (2 × 10⁴) = 16 × 10⁷

This isn't correct scientific notation yet. Move the decimal: 16 = 1.6 × 10¹

Add that to your exponent: 16 × 10⁷ = 1.6 × 10⁸

Always make sure your coefficient is between 1 and 10.

Adding Scientific Notation

Adding is trickier. You can't just add coefficients like you can with multiplication. The exponents must match first.

The Rule

For (a × 10m) + (b × 10n):

Convert both to the same exponent, then add coefficients.

When Exponents Are Already Equal

This is straightforward:

(3 × 10⁴) + (5 × 10⁴) = (3 + 5) × 10⁴ = 8 × 10⁴

When Exponents Are Different

Convert the smaller exponent up to match the larger one.

(3 × 10⁴) + (2 × 10³)

Convert 2 × 10³ to match 10⁴:

2 × 10³ = 0.2 × 10⁴

Now add: (3 + 0.2) × 10⁴ = 3.2 × 10⁴

Alternative Method

You can also convert the larger exponent down. It works either way.

(3 × 10⁴) + (2 × 10³)

Convert 3 × 10⁴ down to 10³:

3 × 10⁴ = 30 × 10³

Now add: (30 + 2) × 10³ = 32 × 10³

Then normalize: 32 × 10³ = 3.2 × 10⁴

Same answer. Pick whichever feels less error-prone to you.

Subtracting Works the Same Way

Subtraction follows identical rules. Match the exponents first, then subtract the coefficients.

(7 × 10⁵) - (3 × 10⁵) = 4 × 10⁵ ✓

(7 × 10⁵) - (3 × 10⁴)

Convert: 7 × 10⁵ = 70 × 10⁴

Subtract: (70 - 3) × 10⁴ = 67 × 10⁴

Normalize: 67 × 10⁴ = 6.7 × 10⁵

Quick Reference Table

Operation Rule Example
Multiplication Multiply coefficients, add exponents (2×10³)(3×10²) = 6×10⁵
Division Divide coefficients, subtract exponents (6×10⁵)÷(2×10²) = 3×10³
Addition Match exponents, add coefficients (3×10⁴)+(2×10³) = 3.2×10⁴
Subtraction Match exponents, subtract coefficients (5×10⁴)-(3×10⁴) = 2×10⁴

Getting Started: Practice Problems

Work through these. Don't just read them.

1. (4 × 10²) × (3 × 10⁴) = ?

2. (9 × 10⁻²) × (2 × 10³) = ?

3. (5 × 10⁶) + (2 × 10⁵) = ?

4. (7 × 10⁻³) - (4 × 10⁻³) = ?

Answers

1. 12 × 10⁶ → 1.2 × 10⁷

2. 18 × 10¹ → 1.8 × 10²

3. 5.2 × 10⁶

4. 3 × 10⁻³

Common Mistakes to Avoid

Why This Matters

You'll encounter scientific notation in physics, chemistry, astronomy, and any field dealing with extreme magnitudes. Calculators handle this automatically, but understanding the process keeps you from making dumb errors when the calculator gives you garbage output.

Master the basics above. The rest is just practice.