3.2 Scientific Notation & Operations

Key Takeaways

  • Scientific notation expresses numbers as a × 10^n, where the coefficient satisfies 1 ≤ |a| < 10 and n is an integer.
  • Positive exponents (n > 0) represent large numbers (magnitude ≥ 10), while negative exponents (n < 0) represent small decimal numbers (magnitude < 1).
  • Multiplication in scientific notation multiplies coefficients and adds exponents: (a × 10^m)(b × 10^n) = (ab) × 10^(m+n), followed by coefficient re-normalization if ab ≥ 10.
  • Division in scientific notation divides coefficients and subtracts exponents: (a × 10^m) / (b × 10^n) = (a/b) × 10^(m-n), followed by re-normalization if a/b < 1.
  • Addition and subtraction require adjusting expressions to have identical powers of 10 before combining their coefficients.
Last updated: August 2026

Understanding Scientific Notation

In mathematics, physical sciences, engineering, and data analysis, calculations frequently involve quantities that are extraordinarily vast (such as galactic distances and national debt) or exceedingly minute (such as atomic radii and subatomic masses). Writing and calculating with numbers containing dozens of leading or trailing zeros is inefficient and prone to transcription errors. Scientific notation provides a standardized, compact system for expressing any non-zero real number using base-10 powers.


The Standard Mathematical Definition

A number is in standard scientific notation if and only if it is written in the exact form:

a×10na \times 10^n

where:

  1. The Coefficient (Significand / Mantissa) aa: A real number whose absolute value is greater than or equal to 11 and strictly less than 1010: 1a<101 \le |a| < 10 This means there must be exactly one non-zero digit to the left of the decimal point.
  2. The Base: Always 1010.
  3. The Exponent (Order of Magnitude) nn: An integer (nZ={,3,2,1,0,1,2,3,}n \in \mathbb{Z} = \{ \dots, -3, -2, -1, 0, 1, 2, 3, \dots \}).

Testing Scientific Notation Validity

ExpressionValid Scientific Notation?Reason / Correction
4.82×1074.82 \times 10^7Yes14.82<101 \le 4.82 < 10 and 77 is an integer
7.05×104-7.05 \times 10^{-4}Yes$$
0.34×1050.34 \times 10^5NoCoefficient 0.34<10.34 < 1; correctly written as 3.4×1043.4 \times 10^4
52.8×10352.8 \times 10^3NoCoefficient 52.81052.8 \ge 10; correctly written as 5.28×1045.28 \times 10^4
6.0×102.56.0 \times 10^{2.5}NoExponent 2.52.5 is not an integer
8.1548.1 \cdot 5^4NoBase is 55, but scientific notation requires base 1010

Converting Between Decimal Notation and Scientific Notation

Converting between standard decimal form and scientific notation relies on tracking how many positions the decimal point moves, which corresponds directly to multiplying or dividing by powers of 1010.

1. Converting Standard Decimal Form to Scientific Notation

For Large Numbers (N10    n>0|N| \ge 10 \implies n > 0):

  1. Place the decimal point immediately after the first non-zero digit to create a coefficient aa such that 1a<101 \le |a| < 10.
  2. Count the number of places (kk) the decimal point moved to the left from its original position.
  3. The exponent is positive: n=+kn = +k.

Example: Convert 584,000,000584,000,000 to scientific notation:

  • Place decimal after 55: 5.84000000    a=5.845.84000000 \implies a = 5.84.
  • The decimal moved 88 places to the left     n=+8\implies n = +8.
  • Result: 5.84×1085.84 \times 10^8.

For Small Decimal Numbers (0<N<1    n<00 < |N| < 1 \implies n < 0):

  1. Place the decimal point immediately after the first non-zero digit to form aa.
  2. Count the number of places (kk) the decimal point moved to the right from its original position.
  3. The exponent is negative: n=kn = -k.

Example: Convert 0.00007320.0000732 to scientific notation:

  • Place decimal after 77: 7.32    a=7.327.32 \implies a = 7.32.
  • The decimal moved 55 places to the right     n=5\implies n = -5.
  • Result: 7.32×1057.32 \times 10^{-5}.

For Numbers Already Between 1 and 10 (1N<10    n=01 \le |N| < 10 \implies n = 0):

  • 6.19=6.19×1006.19 = 6.19 \times 10^0 (since 100=110^0 = 1).

2. Converting Scientific Notation to Standard Decimal Form

  • If n>0n > 0 (Positive Exponent): Move the decimal point nn places to the right, adding trailing zeros as necessary (making the number larger). 3.45×106=3,450,0003.45 \times 10^6 = 3,450,000
  • If n<0n < 0 (Negative Exponent): Move the decimal point n|n| places to the left, adding leading zeros after the decimal point as necessary (making the number smaller). 6.18×104=0.0006186.18 \times 10^{-4} = 0.000618

Reference Table: Powers of 10 and Metric Scale Prefixes

Power of 10Standard ValueMetric PrefixSymbolCommon Practical Example
101210^{12}1,000,000,000,0001,000,000,000,000Tera-TTerabyte (data storage)
10910^91,000,000,0001,000,000,000Giga-GGigahertz (processor speed), national populations
10610^61,000,0001,000,000Mega-MMegawatt (power grid output)
10310^31,0001,000Kilo-kKilometer, kilogram
10010^011(base unit)Meter, gram, second
10310^{-3}0.0010.001Milli-mMillimeter (thickness of credit card)
10610^{-6}0.0000010.000001Micro-μ\muMicrometer (bacterial cell size)
10910^{-9}0.0000000010.000000001Nano-nNanometer (semiconductor transistor gate)
101210^{-12}0.0000000000010.000000000001Pico-pPicometer (atomic radius)

Arithmetic Operations in Scientific Notation

Performing arithmetic with numbers in scientific notation combines standard coefficient arithmetic with the laws of exponents. Each operation requires specific techniques for managing exponents and re-normalizing the final coefficient.

1. Multiplication in Scientific Notation

To multiply two numbers in scientific notation:

  1. Multiply the numerical coefficients: anew=a1a2a_{\text{new}} = a_1 \cdot a_2.
  2. Add the exponents of 1010 using the Product of Powers Rule: nnew=m+nn_{\text{new}} = m + n.
  3. Re-normalize if anew10a_{\text{new}} \ge 10 by shifting the decimal left 11 place and increasing the exponent by +1+1: (a1×10m)×(a2×10n)=(a1a2)×10m+n(a_1 \times 10^m) \times (a_2 \times 10^n) = (a_1 \cdot a_2) \times 10^{m+n}

Worked Example: (4.5×106)×(8.0×107)(4.5 \times 10^6) \times (8.0 \times 10^7)

  • Multiply coefficients: 4.5×8.0=36.04.5 \times 8.0 = 36.0
  • Add exponents: 106+7=101310^{6 + 7} = 10^{13}
  • Initial combined form: 36.0×101336.0 \times 10^{13}
  • Re-normalize: Since 36.01036.0 \ge 10, write 36.0=3.6×10136.0 = 3.6 \times 10^1: (3.6×101)×1013=3.6×1014(3.6 \times 10^1) \times 10^{13} = 3.6 \times 10^{14}

2. Division in Scientific Notation

To divide two numbers in scientific notation:

  1. Divide the numerator coefficient by the denominator coefficient: anew=a1a2a_{\text{new}} = \frac{a_1}{a_2}.
  2. Subtract the denominator exponent from the numerator exponent using the Quotient of Powers Rule: nnew=mnn_{\text{new}} = m - n.
  3. Re-normalize if anew<1a_{\text{new}} < 1 by shifting the decimal right 11 place and decreasing the exponent by 1-1: a1×10ma2×10n=(a1a2)×10mn\frac{a_1 \times 10^m}{a_2 \times 10^n} = \left(\frac{a_1}{a_2}\right) \times 10^{m-n}

Worked Example: 1.44×1034.8×108\frac{1.44 \times 10^{-3}}{4.8 \times 10^{-8}}

  • Divide coefficients: 1.444.8=0.3\frac{1.44}{4.8} = 0.3
  • Subtract exponents: 103(8)=103+8=10510^{-3 - (-8)} = 10^{-3 + 8} = 10^5
  • Initial combined form: 0.3×1050.3 \times 10^5
  • Re-normalize: Since 0.3<10.3 < 1, write 0.3=3.0×1010.3 = 3.0 \times 10^{-1}: (3.0×101)×105=3.0×104(3.0 \times 10^{-1}) \times 10^5 = 3.0 \times 10^4

3. Addition and Subtraction in Scientific Notation

Unlike multiplication and division, you cannot add or subtract coefficients directly unless both terms share the exact same power of 10.

The 4-Step Alignment Algorithm for Addition & Subtraction:

  1. Identify the term with the smaller exponent and rewrite it so its power of 10 matches the larger exponent (shift its coefficient's decimal point to the left by the difference in powers).
  2. Factor out the common power of 10.
  3. Add or subtract the aligned coefficients.
  4. Re-normalize the resulting sum or difference into standard scientific form if necessary.

General Form: (a×10N)+(b×10N)=(a+b)×10N\text{General Form: } (a \times 10^N) + (b \times 10^N) = (a + b) \times 10^N

Worked Example: Addition with Differing Exponents: (6.2×105)+(3.8×104)(6.2 \times 10^5) + (3.8 \times 10^4)

  • Compare exponents: 55 vs 44. The larger exponent is 55.
  • Rewrite the smaller term (3.8×1043.8 \times 10^4) with exponent 55: 3.8×104=0.38×1053.8 \times 10^4 = 0.38 \times 10^5
  • Add coefficients: (6.2+0.38)×105=6.58×105(6.2 + 0.38) \times 10^5 = 6.58 \times 10^5
  • The coefficient 6.586.58 satisfies 16.58<101 \le 6.58 < 10, so the result is already normalized: 6.58×1056.58 \times 10^5.

Worked Example: Subtraction with Negative Exponents: (7.1×106)(9.5×107)(7.1 \times 10^{-6}) - (9.5 \times 10^{-7})

  • Compare exponents: 6>7-6 > -7. The larger exponent is 6-6.
  • Rewrite 9.5×1079.5 \times 10^{-7} with exponent 6-6: 9.5×107=0.95×1069.5 \times 10^{-7} = 0.95 \times 10^{-6}
  • Subtract coefficients: (7.10.95)×106=6.15×106(7.1 - 0.95) \times 10^{-6} = 6.15 \times 10^{-6}

4. Raising Scientific Notation to a Power

To raise a scientific notation expression to an integer power pp: (a×10n)p=ap×10np(a \times 10^n)^p = a^p \times 10^{n \cdot p}

Worked Example: (3.0×104)3=3.03×1043=27.0×1012=2.7×1013(3.0 \times 10^4)^3 = 3.0^3 \times 10^{4 \cdot 3} = 27.0 \times 10^{12} = 2.7 \times 10^{13}


Real-World Applications & Applied Problems

ACCUPLACER QAS exam questions frequently contextualize scientific notation within applied word problems involving rates, distances, and scientific measurements.

Application 1: Astronomy & Light Speed Calculations

Light travels at approximately 3.0×105 km/s3.0 \times 10^5\text{ km/s} in a vacuum. The average distance from Earth to the Sun is approximately 1.5×108 km1.5 \times 10^8\text{ km}. How many seconds does it take for sunlight to travel from the Sun to Earth?

Time=DistanceSpeed=1.5×108 km3.0×105 km/s\text{Time} = \frac{\text{Distance}}{\text{Speed}} = \frac{1.5 \times 10^8\text{ km}}{3.0 \times 10^5\text{ km/s}} Time=(1.53.0)×1085=0.5×103=500 seconds\text{Time} = \left(\frac{1.5}{3.0}\right) \times 10^{8 - 5} = 0.5 \times 10^3 = 500\text{ seconds} 500 seconds=8 minutes and 20 seconds500\text{ seconds} = 8\text{ minutes and } 20\text{ seconds}


Application 2: Microbiology & Population Growth

A biological research culture contains 4.0×1034.0 \times 10^3 bacterial cells. Under optimal laboratory conditions, the bacterial population doubles every hour for 66 hours, multiplying the original count by 26=642^6 = 64. What is the final population expressed in scientific notation?

Final Population=64×(4.0×103)=(644.0)×103=256.0×103\text{Final Population} = 64 \times (4.0 \times 10^3) = (64 \cdot 4.0) \times 10^3 = 256.0 \times 10^3 Re-normalize: 256.0×103=(2.56×102)×103=2.56×105 bacteria\text{Re-normalize: } 256.0 \times 10^3 = (2.56 \times 10^2) \times 10^3 = 2.56 \times 10^5\text{ bacteria}


Application 3: Computing & High-Volume Data Processing

A high-performance cloud server cluster processes 8.0×1098.0 \times 10^9 database transactions per day. How many total transactions will the cluster process over a full leap year of 366366 days?

Total Transactions=366×(8.0×109)=(3668.0)×109=2,928.0×109\text{Total Transactions} = 366 \times (8.0 \times 10^9) = (366 \cdot 8.0) \times 10^9 = 2,928.0 \times 10^9 Re-normalize: 2,928.0×109=2.928×1012 transactions (2.928 trillion)\text{Re-normalize: } 2,928.0 \times 10^9 = 2.928 \times 10^{12}\text{ transactions (2.928 trillion)}


Common Pitfalls & ACCUPLACER Exam Traps

  1. Leaving Answers Unnormalized: The most common error is selecting an unnormalized choice like 42×10642 \times 10^6 or 0.75×1040.75 \times 10^{-4}. Always verify that the coefficient satisfies 1a<101 \le |a| < 10.
  2. Adding Exponents in Addition / Subtraction: (2×104)+(3×104)=5×104(2 \times 10^4) + (3 \times 10^4) = 5 \times 10^4, NOT 5×1085 \times 10^8. Exponents add only during multiplication.
  3. Sign Errors with Negative Exponent Subtraction: In 6.0×1042.0×103\frac{6.0 \times 10^4}{2.0 \times 10^{-3}}, the exponent subtraction is 4(3)=4+3=7    3.0×1074 - (-3) = 4 + 3 = 7 \implies 3.0 \times 10^7, NOT 10110^1.
  4. Incorrect Direction in Decimal Shifts During Normalization:
    • When increasing coefficient (0.454.50.45 \to 4.5), exponent decreases (10610510^6 \to 10^5).
    • When decreasing coefficient (45.04.545.0 \to 4.5), exponent increases (10610710^6 \to 10^7).
  5. Confusing Negative Numbers with Negative Exponents: In 4.5×103-4.5 \times 10^3, the negative sign means the entire value is negative (4500-4500); the positive exponent indicates a number with absolute value 10\ge 10.
Loading diagram...
Scientific Notation Operations & Normalization Workflow
Test Your Knowledge

What is the product of (7.5 × 10^(-6)) and (4.0 × 10^13), expressed in standard scientific notation?

A
B
C
D
Test Your Knowledge

What is the sum of (8.4 × 10^7) and (6.0 × 10^6), expressed in standard scientific notation?

A
B
C
D
Test Your Knowledge

A supercomputer executes 4.8 × 10^15 floating-point calculations per second. How many seconds will it take this computer to complete a scientific simulation that requires a total of 1.2 × 10^18 operations?

A
B
C
D