M8MATH-2.4

Operations in Scientific Notation

Learn to multiply, divide, add, and subtract numbers in scientific notation by applying exponent rules and renormalizing results.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Operations in Scientific Notation, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Scientific notation lets you work with extremely large and tiny numbers, but what do you do when you need to actually multiply or divide them? In this lesson, you'll learn the shortcuts for operating on numbers already written in scientific notation. Instead of expanding everything back to standard form, you'll apply exponent rules to the powers of 10 and combine the coefficients separately. By the end, you'll be able to confidently multiply and divide in scientific notation, handle addition and subtraction, read calculator output, and choose sensible units for your final answer.

Multiplying in Scientific Notation

When you multiply two numbers in scientific notation, you multiply the coefficients and add the exponents. The rule comes straight from the product rule for exponents: aman=am+na^m \cdot a^n = a^{m+n}.

For example: (3.5×104)(2×103)(3.5 \times 10^4) \cdot (2 \times 10^3).

Multiply the coefficients: 3.5×2=73.5 \times 2 = 7. Add the exponents: 4+3=74 + 3 = 7. So the result is 7×1077 \times 10^7.

However, you must check your coefficient. Scientific notation requires the coefficient to be at least 1 but less than 10. If your coefficient falls outside this range, you renormalize by shifting the decimal and adjusting the exponent. For instance, if you get 12×10512 \times 10^5, rewrite it as 1.2×1061.2 \times 10^6 (move the decimal left, raise the exponent by 1). If you get 0.8×1050.8 \times 10^5, rewrite it as 8×1048 \times 10^4 (move the decimal right, lower the exponent by 1).

A common mistake is forgetting to renormalize. Always check: does my coefficient satisfy 1coefficient<101 \le \text{coefficient} < 10?

Dividing in Scientific Notation

Division works like multiplication, but you divide the coefficients and subtract the exponents using the quotient rule: aman=amn\frac{a^m}{a^n} = a^{m-n}.

For example: 8.4×1072.1×103\frac{8.4 \times 10^7}{2.1 \times 10^3}.

Divide the coefficients: 8.42.1=4\frac{8.4}{2.1} = 4. Subtract the exponents: 73=47 - 3 = 4. So the result is 4×1044 \times 10^4.

Again, renormalize if needed. If your coefficient is 0.5 or 15 or any value outside the interval [1,10)[1, 10), shift the decimal and adjust the exponent accordingly. Forgetting to renormalize is the top error; always double-check that your final coefficient is in the correct range.

Watch out for negative exponents too. If you subtract exponents and get a negative result—say, 10210^{-2}—that's perfectly fine and means your answer is a very small number. Don't be alarmed; just write it as is: 5×1025 \times 10^{-2}.

Adding and Subtracting in Scientific Notation

Addition and subtraction are trickier because you cannot simply add or subtract the exponents. You must first express all numbers using the same power of 10.

For example: (3×105)+(2.5×104)(3 \times 10^5) + (2.5 \times 10^4).

Rewrite both using the same exponent. Converting the first number: 3×105=30×1043 \times 10^5 = 30 \times 10^4. Now both have 10410^4: (30×104)+(2.5×104)=32.5×104(30 \times 10^4) + (2.5 \times 10^4) = 32.5 \times 10^4. Finally, renormalize: 32.5×104=3.25×10532.5 \times 10^4 = 3.25 \times 10^5.

Alternatively, convert everything to standard form, add or subtract, then convert the result back to scientific notation. This method is slower but often clearer when learning.

Subtraction follows the same pattern. Match exponents first, subtract the coefficients, then renormalize. A typical error is forgetting to match exponents before combining, which produces a completely wrong answer. Always align the powers of 10 before you add or subtract.

Reading Calculator and Computer Notation

When you use a calculator or computer to multiply and divide very large or very small numbers, the display often shows results in scientific notation using the letter E. For example, 4.7E84.7E8 means 4.7×1084.7 \times 10^8, and 2.3E42.3E-4 means 2.3×1042.3 \times 10^{-4}.

The E stands for "exponent." The number before E is always the coefficient, and the number after E (which can be positive, negative, or zero) is the exponent of 10. This notation is how calculators and computers avoid printing long strings of zeros. When you see 1.5E61.5E6, interpret it as 1.5×106=1,500,0001.5 \times 10^6 = 1,500,000.

Many students misread E notation the first time. Remember: E always means "times 10 to the power of." The exponent can be negative, giving you a decimal number smaller than 1. A negative exponent does not make the coefficient negative; 5E35E-3 is 5×103=0.0055 \times 10^{-3} = 0.005, a positive number.

Choosing Sensible Units for Results

After you calculate an answer in scientific notation, decide whether your units make sense in context. A time interval of 1.5×10101.5 \times 10^{10} seconds is technically correct, but it is clearer to express it in years or centuries. A distance of 3.7×1083.7 \times 10^{-8} meters is better written as nanometers.

Conversion factors help. There are 60 seconds per minute, 60 minutes per hour, 24 hours per day, and roughly 365 days per year. For length, 1 meter equals 1 billion nanometers, and 1 kilometer equals 1000 meters. When working with scientific notation, choose a unit that keeps your coefficient close to a reasonable range—typically between 1 and 1000 in the converted unit.

For example, if a calculation gives 7.2×1087.2 \times 10^8 meters, you might convert to kilometers: 7.2×108103=7.2×105\frac{7.2 \times 10^8}{10^3} = 7.2 \times 10^5 km. This is clearer than leaving it in meters. Context matters: astronomers report distances in light-years, chemists report atomic sizes in angstroms or picometers, and biologists report cell sizes in micrometers. Always consider what units your audience expects.

Key terms

Scientific notation.
A way to write numbers as a product of a coefficient (between 1 and 10) and a power of 10, used for very large or very small numbers.
Coefficient.
The number (between 1 and 10) that multiplies the power of 10 in scientific notation.
Renormalize.
To adjust a number in scientific notation so that the coefficient lies in the interval [1, 10) by shifting the decimal and changing the exponent.
Product rule for exponents.
The rule aman=am+na^m \cdot a^n = a^{m+n}, used when multiplying powers with the same base.
Quotient rule for exponents.
The rule aman=amn\frac{a^m}{a^n} = a^{m-n}, used when dividing powers with the same base.
E notation.
Calculator or computer shorthand for scientific notation, where aEbaEb means a×10ba \times 10^b.

Worked example

A scientist measures a bacterial cell with a diameter of 2.5×1062.5 \times 10^{-6} meters. A virus particle has a diameter of 8×1088 \times 10^{-8} meters. How many times larger is the bacterial cell than the virus particle? Express your answer in scientific notation.
We need to divide the diameter of the bacterial cell by the diameter of the virus particle.2.5×1068×108\frac{2.5 \times 10^{-6}}{8 \times 10^{-8}}Step 1: Divide the coefficients. 2.58=0.3125\frac{2.5}{8} = 0.3125.

Step 2: Subtract the exponents. 6(8)=6+8=2-6 - (-8) = -6 + 8 = 2.

Step 3: Combine the results. 0.3125×1020.3125 \times 10^2.

Step 4: Renormalize. The coefficient 0.3125 is not in the range [1, 10), so move the decimal point one place to the right and decrease the exponent by 1. 0.3125×102=3.125×101=3.125×1010.3125 \times 10^2 = 3.125 \times 10^1 = 3.125 \times 10^1.

The bacterial cell is 3.125×1013.125 \times 10^1 or 31.2531.25 times larger than the virus particle. We can also write this as 3.125×1013.125 \times 10^1 in scientific notation, or simply as about 31 times larger.

Practice questions

Multiply (4.2×103)×(2×105)(4.2 \times 10^3) \times (2 \times 10^5) and express your answer in scientific notation.
  1. 8.4×1088.4 \times 10^8
  2. 8.4×10158.4 \times 10^{15}
  3. 8.4×1088.4 \times 10^8
  4. 6.2×1086.2 \times 10^8

Answer: 8.4×1088.4 \times 10^8

Multiply the coefficients: 4.2×2=8.44.2 \times 2 = 8.4. Add the exponents: 3+5=83 + 5 = 8. The result is 8.4×1088.4 \times 10^8. The coefficient 8.4 is already in the range [1, 10), so no renormalization is needed.
A distance is calculated to be 4.8×1024.8 \times 10^2 seconds. Is this a sensible way to express a time? If not, convert it to a more sensible unit.

Answer: No. Converting to minutes: 4.8×10260=48060=8\frac{4.8 \times 10^2}{60} = \frac{480}{60} = 8 minutes. Or to hours: 4803600=0.133\frac{480}{3600} = 0.133 hours, which is less convenient. Eight minutes is a sensible unit for this time interval.

The original expression uses seconds for a measurement that is already fairly large (480 seconds, or 8 minutes). In everyday contexts, minutes or hours are clearer units than hundreds of seconds. We divide 480 by 60 to convert seconds to minutes. The choice of unit should match the scale of the problem and what is familiar to the reader.
Your calculator displays 3.6E53.6E-5. What is this number in scientific notation, and what is it in decimal form?

Answer: Scientific notation: 3.6×1053.6 \times 10^{-5}. Decimal form: 0.0000360.000036.

The E in calculator notation means "times 10 to the power of." So 3.6E5=3.6×1053.6E-5 = 3.6 \times 10^{-5}. To convert to decimal, move the decimal point 5 places to the left: 3.60.000360.0000363.6 \to 0.00036 \to 0.000036. Negative exponents give you very small numbers (less than 1).

FAQ

Why do I have to renormalize my answer in multiplication and division?
Scientific notation has a strict definition: the coefficient must always be between 1 and 10 (including 1, but not including 10). Renormalization ensures your answer follows this standard form so that anyone reading it knows exactly what you mean. Without renormalization, 15×10315 \times 10^3 and 1.5×1041.5 \times 10^4 look like two different answers even though they are equal. Renormalization prevents confusion.
Why can't I just add or subtract exponents when I add numbers in scientific notation?
Because addition and subtraction work on the actual values, not on the exponents. When you add 3×105+2×1033 \times 10^5 + 2 \times 10^3, you're really adding 300,000+2,000=302,000300{,}000 + 2{,}000 = 302{,}000. The exponents don't add the way they do in multiplication. You have to match the powers of 10 first so you're adding 'like terms'—the same power of 10—just like in algebra.
What does a negative exponent in scientific notation mean?
A negative exponent means the number is very small—a fraction or decimal less than 1. For example, 5×103=5÷103=5÷1,000=0.0055 \times 10^{-3} = 5 \div 10^3 = 5 \div 1{,}000 = 0.005. The negative exponent does not make the coefficient negative; it makes the overall number small. Negative exponents are common when describing very tiny distances (like atoms) or very short time intervals.
How do I know which unit to use for my final answer?
Choose a unit that keeps the coefficient in a reasonable range and matches the context. If your answer is in seconds but the result is billions of seconds, convert to years or centuries. If your answer is in meters but the measurement describes an atom, convert to nanometers. Look at what unit is standard in the field (astronomy uses light-years, chemistry uses nanometers for atoms) and aim for a coefficient between 1 and 1000 in that unit. When in doubt, ask: 'Would a scientist or engineer working in this field recognize and use this unit?'

Learn this with a teacher, not a page

The Crimsora tutor teaches Operations in Scientific Notation live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.