Scientific Notation

Scientific Notation

6 min read Updated Mar 26, 2026

The number of molecules in a single drop of water is roughly 1,670,000,000,000,000,000,000. Writing that out is absurd - and impossible to work with mentally. Scientific notation condenses it to 1.67 x 102110^{21}: a coefficient between 1 and 10 multiplied by a power of 10. This format makes enormous and minuscule numbers manageable, which is why every MCAT science passage uses it.

Standard Form

A number in scientific notation has the form N x 10n10^{n}, where:

  • N (the coefficient) is between 1 and 10
  • n (the exponent) is a whole number (positive or negative)

Examples:

  • 6,020,000,000,000,000,000,000,000 = 6.02 x 102310^{23} (Avogadro’s number)
  • 0.000000001 = 1 x 10910^{-9} (one nanometer in meters)
  • 0.00340 = 3.40 x 10310^{-3}

To convert a large number: move the decimal left until you have a number between 1 and 10. The number of places you moved is the positive exponent.

To convert a small number: move the decimal right until you have a number between 1 and 10. The number of places you moved is the negative exponent.

Multiplying in Scientific Notation

Multiply the coefficients, add the exponents.

Example: (3 x 10410^{4}) x (2 x 10510^5) = 6 x 10910^{9}

Example: (4 x 10310^{3}) x (5 x 10610^{6}) = 20 x 10910^{9} = 2.0 x 101010^{10} (adjusted)

Dividing in Scientific Notation

Divide the coefficients, subtract the exponents.

Example: (8 x 10710^{7}) / (2 x 10310^{3}) = 4 x 10410^{4}

Example: (3 x 10510^5) / (6 x 10810^{8}) = 0.5 x 10310^{-3} = 5.0 x 10410^{-4} (adjusted)

Adding and Subtracting in Scientific Notation

You must first make the exponents the same. Then add or subtract the coefficients.

Example: 3.0 x 10410^{4} + 5.0 x 10310^{3}

Convert to the same exponent: 3.0 x 10410^{4} + 0.5 x 10410^{4} = 3.5 x 10410^{4}

Significant Figures

Significant figures indicate the precision of a measurement. The MCAT rarely penalizes for sig figs, but you should understand the basic rules:

Counting sig figs:

  • All nonzero digits are significant: 345 has 3 sig figs
  • Zeros between nonzero digits are significant: 305 has 3 sig figs
  • Leading zeros are not significant: 0.0045 has 2 sig figs
  • Trailing zeros after a decimal point are significant: 3.40 has 3 sig figs

Operations:

  • Multiplication/Division: The result has the same number of sig figs as the measurement with the fewest sig figs
  • Addition/Subtraction: The result has the same number of decimal places as the measurement with the fewest decimal places

In practice, MCAT answer choices are spaced far enough apart that sig figs rarely determine which answer you choose. Focus on getting the right order of magnitude and a close coefficient.

Order of Magnitude

An order of magnitude is the power of 10 closest to a number. This is useful for quick sanity checks.

  • 500 is on the order of 10310^{3} (closer to 1000 than to 100… actually closer to 102.710^{2.7}, but we round)
  • 3 x 10810^{-8} is on the order of 10710^{-7} to 10810^{-8}

If your answer is off by an order of magnitude (a factor of 10), something went wrong - usually a unit conversion error or a misplaced decimal.

Calculate (6 x 102310^{23}) x (2 x 10510^{-5}) without a calculator.
Click to reveal answer
Multiply coefficients: 6 x 2 = 12. Add exponents: 23 + (-5) = 18. Result: 12 x 101810^{18} = 1.2 x 101910^{19}. Adjust the coefficient to be between 1 and 10 by moving the decimal left one place and adding 1 to the exponent.
How many significant figures are in 0.00820?
Click to reveal answer
Three significant figures (8, 2, and the trailing 0). The leading zeros (0.00) are not significant - they are placeholders. The trailing zero after 2 is significant because it comes after the decimal point and after a nonzero digit, indicating the measurement was precise to the hundredths place.