🔬 Scientific Notation Calculator: Convert, Calculate, and Compare

Convert, calculate, and compare — scientific notation, E-notation, engineering notation, and standard form

Enter Any Number or Scientific Notation
💡 Accepts any format: 345600000000 or 3.456e11 or 3.456 x 10^11 or 3.456 * 10^11 or -0.00045
Scientific Notation
a × 10^b
Engineering Notation
Exponent multiples of 3
E-Notation
aEb format
Order of Magnitude
Power of 10
📋 Full Conversion Breakdown
Original input
Standard decimal
Scientific notation
E-notation
Engineering notation
SI prefix
Order of magnitude
Mantissa (coefficient a)
Exponent (n)
Positive / Negative?
Word form
🧮 Step-by-Step Conversion
⚠️ Scientific notation requires 1 ≤ |a| < 10. If the mantissa is outside this range, the result is adjusted automatically.
Select Operation
Enter Two Numbers
💡 Enter in any format: 1.5e8, 1.5×10^8, or 150000000
Result
Scientific notation
E-Notation
Same value
Engineering
Multiple of 3 exponent
Standard Decimal
Full number
🧮 Step-by-Step Solution
📋 Full Result Breakdown
Expression
Scientific notation
E-notation
Engineering notation
Standard decimal
Order of magnitude
Scientific Notation Quick Reference
📏 Rules of Scientific Notation
Formata × 10^n, where 1 ≤ |a| < 10
Positive exponentLarge number. Decimal moved left.
Negative exponentSmall number (0 to 1). Decimal moved right.
Zero exponentNumber between 1 and 10. No move needed.
MultiplyMultiply coefficients, add exponents
DivideDivide coefficients, subtract exponents
Add / SubtractAlign exponents first, then operate on coefficients
Engineering notationExponent must be multiple of 3 (0, 3, 6, 9…)
🔢 SI Prefixes and Engineering Notation
PowerScientificEngineeringSI PrefixSymbolExample
10^241 × 10^241000 × 10^21YottaYRadius of universe ~8.8 × 10^26 m
10^211 × 10^211 × 10^21ZettaZ
10^181 × 10^181 × 10^18ExaE1 exabyte = 10^18 bytes
10^151 × 10^151 × 10^15PetaP1 petabyte = 10^15 bytes
10^121 × 10^121 × 10^12TeraT1 terabyte = 10^12 bytes
10^91 × 10^91 × 10^9GigaGSpeed of light = 3 × 10^8 m/s
10^61 × 10^61 × 10^6MegaM1 megawatt = 10^6 watts
10^31 × 10^31 × 10^3Kilok1 kilogram = 10^3 g
10^01 × 10^01 × 10^0(none)Base unit
10^-31 × 10^-31 × 10^-3Millim1 millimetre = 10^-3 m
10^-61 × 10^-61 × 10^-6Microμ1 micron = 10^-6 m
10^-91 × 10^-91 × 10^-9Nanon1 nanometre = 10^-9 m
10^-121 × 10^-121 × 10^-12PicopDiameter of proton ~1.7 × 10^-15 m
10^-151 × 10^-151 × 10^-15Femtof
🌍 Real-World Scientific Notation Examples
QuantityValueScientific Notation
Distance Earth to Sun149,600,000 km1.496 × 10^8 km
Speed of light299,792,458 m/s2.998 × 10^8 m/s
Mass of Earth5,972,000,000,000,000,000,000,000 kg5.972 × 10^24 kg
Diameter of a hydrogen atom0.0000000001 m1 × 10^-10 m
Diameter of a proton0.00000000000000085 m8.5 × 10^-16 m
Avogadro’s number602,214,076,000,000,000,000,0006.022 × 10^23
Planck’s constant (h)0.000000000000000000000000000000000663 J·s6.626 × 10^-34 J·s
US national debt (~2024)$34,000,000,000,0003.4 × 10^13 USD
Human hair width0.00007 m7 × 10^-5 m
Age of universe13,800,000,000 years1.38 × 10^10 years
Scientific Notation Calculator · calculatorzhub.com
Follows NIST SI notation standards

This scientific notation calculator converts any number to scientific notation, E-notation, and engineering notation instantly. Enter a standard decimal, a value in E-notation like 3.5e8, or a number already written as 3.5 × 10^8. The result shows all three formats alongside the SI prefix, order of magnitude, and a step-by-step conversion breakdown.

Tab 2 handles arithmetic. Add, subtract, multiply, or divide two numbers in any notation format and get the result in scientific notation with a full worked solution showing each step.

Below the tool you will find the definition of scientific notation, the three core rules, how to convert in either direction, how to calculate with it by hand, how to enter it on a TI-84 or TI-30xs, real-world examples from physics and chemistry, and answers to the questions most notation pages leave out entirely.

What Is Scientific Notation?

Scientific notation expresses any number as a coefficient multiplied by a power of 10. The format is a × 10^n, where a is a number between 1 and 10 (not including 10), and n is any integer.

Two examples, one in each direction:

  • 345,600,000 = 3.456 × 10^8 (large number, positive exponent)
  • 0.00045 = 4.5 × 10^-4 (small number, negative exponent)

The format exists because numbers in physics, chemistry, and astronomy span ranges too wide for standard decimal notation to handle conveniently. The mass of Earth is 5,972,000,000,000,000,000,000,000 kg. Written as 5.972 × 10^24 kg, it fits on one line and can be used in calculations without counting zeros.

Scientific Notation vs. Standard Form

The term “standard form” means different things depending on where you learned mathematics.

  • In the US: standard form means the ordinary decimal number. 345,600,000 is standard form.
  • In the UK and Australia: standard form is the term used for what Americans call scientific notation. 3.456 × 10^8 is standard form.

When a textbook or exam question says “write this number in standard form,” the answer depends entirely on which convention the course uses. Most US exams mean “write the full decimal number.” Most UK and Australian exams mean “write it as a × 10^n.”

This calculator uses the US convention throughout. “Standard decimal” means the full number. “Scientific notation” means a × 10^n.

Scientific Notation vs. E-Notation vs. Engineering Notation

All three represent the same value. The difference is formatting.

E-notation replaces “× 10” with the letter E. The number 3.456 × 10^8 becomes 3.456E8. This format is used by calculators, programming languages (Python, Java, C), and spreadsheets (Excel, Google Sheets). When a calculator displays 3.456E8, it is showing scientific notation in E-notation format.

Engineering notation restricts the exponent to multiples of 3: 0, ±3, ±6, ±9, and so on. This aligns with SI unit prefixes. The number 3.456 × 10^8 in engineering notation becomes 345.6 × 10^6, which sits in the mega range (M). The coefficient is no longer between 1 and 10, but the exponent is always a multiple of 3.

FormatExampleWhere used
Scientific notation3.456 × 10^8Science, mathematics, textbooks
E-notation3.456E8Calculators, programming, spreadsheets
Engineering notation345.6 × 10^6Electronics, engineering, SI prefixes
Standard decimal345,600,000Everyday use (US), standard form (UK)

The converter on Tab 1 produces all four formats simultaneously from a single input.

Rules of Scientific Notation

Three rules govern whether a number is written in proper scientific notation. Breaking any one of them produces a result that is mathematically correct but not in standard form.

Rule 1: The Coefficient Must Be Between 1 and 10

The coefficient a must satisfy 1 ≤ |a| < 10. It must be at least 1 and strictly less than 10.

These are not in proper scientific notation:

  • 32 × 10^4 (coefficient is 32, which is ≥ 10). Correct form: 3.2 × 10^5.
  • 0.5 × 10^-3 (coefficient is 0.5, which is less than 1). Correct form: 5 × 10^-4.

Adjusting a result to satisfy this rule is called normalization. After any arithmetic operation in scientific notation, always check that the coefficient is still within range. If it is not, shift the decimal and adjust the exponent accordingly.

Rule 2: Positive vs. Negative Exponent

The exponent tells you how many places the decimal moved and in which direction.

  • Positive exponent: the original number is 10 or larger. The decimal moved left. Example: 6,500 → 6.5 × 10^3.
  • Negative exponent: the original number is between 0 and 1. The decimal moved right. Example: 0.0065 → 6.5 × 10^-3.
  • Zero exponent: the number is already between 1 and 10. No movement needed. Example: 6.5 → 6.5 × 10^0.

A negative exponent does not mean the number itself is negative. It means the number is a small fraction. 6.5 × 10^-3 = 0.0065, which is a small positive number.

Rule 3: Significant Figures and Trailing Zeros

Trailing zeros after the decimal point are significant and must be preserved in scientific notation.

The number 0.005600 has four significant figures: 5, 6, 0, and 0. Written in scientific notation: 5.600 × 10^-3, not 5.6 × 10^-3. Dropping the trailing zeros would change the implied precision of the measurement.

This is one of the main reasons scientific notation is used in laboratory and engineering reporting. A whole number like 5600 is ambiguous. It could have 2, 3, or 4 significant figures depending on the context. Written as 5.600 × 10^3, the precision is unambiguous: four significant figures.

Use the significant figures selector on Tab 1 of the calculator to round the coefficient to any number of sig figs before converting.

How to Convert a Number to Scientific Notation

The conversion process is the same for any number. Identify the first non-zero digit, place the decimal after it, count how far it moved, and write the result as a × 10^n.

Converting a Large Number

Worked example: convert 357,096 to scientific notation.

  1. Find the first non-zero digit: 3.
  2. Place the decimal immediately after it: 3.57096.
  3. Count how many places the decimal moved from its original position: 5 places to the left.
  4. Moving left means a positive exponent: n = 5.
  5. Result: 3.57096 × 10^5.

Verify: 3.57096 × 100,000 = 357,096. Correct.

Converting a Small Number

Worked example: convert 0.000725 to scientific notation.

  1. Find the first non-zero digit after the decimal point: 7.
  2. Place the decimal immediately after it: 7.25.
  3. Count how many places the decimal moved to the right: 4 places.
  4. Moving right means a negative exponent: n = -4.
  5. Result: 7.25 × 10^-4.

Verify: 7.25 × 0.0001 = 0.000725. Correct.

One thing to watch: do not count the zero before the decimal point as a moved place. Start counting from the first non-zero digit.

Converting a Negative Number

Negative numbers follow the same process. The negative sign stays on the coefficient, not the exponent.

Example: -5,000,000,000 = -5 × 10^9.

The number is large and negative, so the exponent is positive. The sign on the coefficient tells you the number is negative. The sign on the exponent tells you the size. They are independent of each other.

  • -5 × 10^9 = -5,000,000,000 (large negative number)
  • -5 × 10^-9 = -0.000000005 (small negative number)
  • 5 × 10^-9 = 0.000000005 (small positive number)

Confusing these is one of the most common mistakes in scientific notation problems.

Converting Scientific Notation Back to Standard Form

This is the reverse operation. Move the decimal in the direction the exponent indicates.

  • Positive exponent: move the decimal right n places. Add zeros if needed.
  • Negative exponent: move the decimal left n places. Add leading zeros if needed.

Examples:

  • 3.57096 × 10^5: move right 5 places → 357,096.
  • 7.25 × 10^-4: move left 4 places → 0.000725.
  • 1.0 × 10^7: move right 7 places → 10,000,000.
  • 9.8 × 10^-2: move left 2 places → 0.098.

The converter on Tab 1 shows the full standard decimal in the breakdown panel for every input, regardless of which format you enter.

How to Do Calculations in Scientific Notation

Each arithmetic operation follows a specific rule. Understanding the rule makes it possible to do calculations by hand and to spot errors in a computed result.

Addition and Subtraction

Both numbers must be expressed with the same power of 10 before you can add or subtract the coefficients.

Worked example: 1.432 × 10^2 + 8.00 × 10^-1

  1. Choose a common exponent. Use 10^2 (the larger of the two).
  2. Convert the second number: 8.00 × 10^-1 = 0.00800 × 10^2.
  3. Add the coefficients: 1.432 + 0.008 = 1.440.
  4. Result: 1.440 × 10^2.
  5. Check normalization: 1.440 is between 1 and 10. No adjustment needed.

Skipping step 1 and adding 1.432 + 8.00 directly gives 9.432, which is wrong. The align-exponents step cannot be skipped. It is the most commonly missed step in student work.

Multiplication

Multiply the coefficients and add the exponents. The two parts are handled separately.

Formula: (a × 10^m) × (b × 10^n) = (a × b) × 10^(m+n)

Worked example: (1.5 × 10^3) × (2.0 × 10^4)

  1. Multiply coefficients: 1.5 × 2.0 = 3.0.
  2. Add exponents: 3 + 4 = 7.
  3. Result: 3.0 × 10^7.
  4. Check normalization: 3.0 is between 1 and 10. Done.

Second example where normalization is needed: (5.0 × 10^3) × (4.0 × 10^4)

  1. Multiply coefficients: 5.0 × 4.0 = 20.0.
  2. Add exponents: 3 + 4 = 7.
  3. Raw result: 20.0 × 10^7. Not normalized (20.0 ≥ 10).
  4. Adjust: 2.0 × 10^8. Final result: 2.0 × 10^8.

Division

Divide the coefficients and subtract the exponents.

Formula: (a × 10^m) ÷ (b × 10^n) = (a ÷ b) × 10^(m-n)

Worked example: (6.0 × 10^8) ÷ (2.0 × 10^3)

  1. Divide coefficients: 6.0 ÷ 2.0 = 3.0.
  2. Subtract exponents: 8 – 3 = 5.
  3. Result: 3.0 × 10^5.
  4. Check normalization: 3.0 is between 1 and 10. Done.

Second example with normalization: (3.0 × 10^4) ÷ (6.0 × 10^2)

  1. Divide coefficients: 3.0 ÷ 6.0 = 0.5.
  2. Subtract exponents: 4 – 2 = 2.
  3. Raw result: 0.5 × 10^2. Not normalized (0.5 < 1).
  4. Adjust: 5.0 × 10^1. Final result: 5.0 × 10^1.

The Normalize-After-Calculate Step

After every arithmetic operation, confirm that the coefficient still satisfies 1 ≤ |a| < 10. If it does not, shift the decimal point and adjust the exponent to compensate.

  • If the coefficient is ≥ 10: move the decimal left one place and add 1 to the exponent.
  • If the coefficient is between 0 and 1: move the decimal right one place and subtract 1 from the exponent.
  • Repeat until the coefficient is in range.

Example: a result of 0.075 × 10^6 normalizes to 7.5 × 10^4. The decimal moved right twice, so the exponent decreased by 2.

The calculator on Tab 2 performs this step automatically and shows it explicitly in the step-by-step solution. For hand calculations, always write this step out rather than doing it mentally, especially when the coefficient is close to the boundary.

Scientific Notation on a Calculator

Every scientific calculator handles scientific notation differently. Knowing the right key sequence for your model saves time and prevents input errors that produce wrong answers.

How to Enter Scientific Notation on a TI-84

The TI-84 uses the EE key to enter the exponent of 10. It is accessed by pressing 2nd then the comma key.

To enter 3.5 × 10^8:

  1. Type 3.5.
  2. Press 2nd then , (comma) to activate EE.
  3. Type 8.
  4. The display shows 3.5E8.

To set the calculator to always display answers in scientific notation:

  1. Press MODE.
  2. Scroll to SCI on the second row.
  3. Press ENTER.

To enter a negative exponent like 3.5 × 10^-4, press 2nd,, then the negative key (−) (not the subtraction key), then 4.

How to Use Scientific Notation on a TI-30xs and TI-30xa

The TI-30xs and TI-30xa use the EE or ×10^x key, depending on the specific model.

To enter 2.5 × 10^-3 on a TI-30xs:

  1. Type 2.5.
  2. Press the EE key.
  3. Press the (−) key for a negative exponent.
  4. Type 3.
  5. The display shows 2.5-03 or 2.5E-3.

To enable scientific notation display mode:

  1. Press the MODE button.
  2. Use the arrow keys to select SCI.
  3. Press ENTER.

On the TI-30xa, the key may be labeled EXP instead of EE. The input sequence is identical.

How to Remove Scientific Notation in Excel

Excel automatically switches to E-notation (scientific notation) when a number is too wide to display in its column, or when a number has more than 11 digits.

To display the full number instead of E-notation:

  1. Select the cell or column.
  2. Right-click and choose Format Cells.
  3. Select Number from the category list.
  4. Set the decimal places as needed and click OK.

Alternatively, widen the column by dragging the column border until the full number appears.

To force a cell to always show scientific notation:

  1. Select the cell.
  2. Open Format Cells.
  3. Select Scientific from the category list.
  4. Set the number of decimal places for the coefficient.

Note that Excel uses E-notation internally, not the × 10^n format. The formula bar will always show the full number regardless of the display format applied to the cell.

Scientific Notation in Real Life

Scientific notation appears wherever measured values span many orders of magnitude. The same format used to describe subatomic particles works equally well for galactic distances, which is precisely why physicists, chemists, engineers, and programmers all rely on it.

Physics and Astronomy

Physical constants and astronomical measurements are the most familiar application of scientific notation.

QuantityStandard decimalScientific notation
Speed of light299,792,458 m/s2.998 × 10^8 m/s
Distance Earth to Sun149,600,000 km1.496 × 10^8 km
Mass of Earth5,972,000,000,000,000,000,000,000 kg5.972 × 10^24 kg
Diameter of hydrogen atom0.0000000001 m1 × 10^-10 m
Diameter of a proton0.00000000000000085 m8.5 × 10^-16 m
Age of the universe13,800,000,000 years1.38 × 10^10 years

Writing the mass of Earth as 5.972 × 10^24 kg makes multiplication practical. Multiplying two 24-digit numbers by hand is not. In scientific notation, the same calculation takes seconds: multiply the coefficients, add the exponents.

Chemistry

Chemistry routinely involves quantities at the molecular scale, where standard decimal notation becomes unworkable.

  • Avogadro’s number: 6.02214076 × 10^23 particles per mole. This is the number of atoms in 12 grams of carbon-12.
  • Planck’s constant: 6.626 × 10^-34 joule-seconds. Used in quantum mechanics and spectroscopy.
  • Hydrogen ion concentration in pure water: 1.0 × 10^-7 mol/L. This is the basis of pH 7 (neutral).

In stoichiometry, multiplying Avogadro’s number (6.022 × 10^23) by the atomic mass of an element requires scientific notation multiplication. Without it, the arithmetic becomes a 23-digit exercise in error management.

Computer Science and Engineering

Engineering notation aligns directly with the prefix system used in computing and electronics. Every unit prefix corresponds to a multiple of 10^3.

  • 1 kilobyte = 10^3 bytes (kilo, 10^3)
  • 1 megabyte = 10^6 bytes (mega, 10^6)
  • 1 gigabyte = 10^9 bytes (giga, 10^9)
  • 1 terabyte = 10^12 bytes (tera, 10^12)
  • A 3.5 GHz CPU runs at 3.5 × 10^9 cycles per second.

In programming, floating-point numbers are stored internally using a form of scientific notation. Python displays large or small floats in E-notation automatically. The value 0.000000035 appears as 3.5e-08 in Python output. Excel does the same when a number exceeds 11 digits in a standard-width column.

The reference table on Tab 3 of this tool lists all 14 SI prefixes from yotta (10^24) to femto (10^-15), each mapped to its engineering notation equivalent and a real-world example.

Engineering Notation and SI Prefixes

Engineering notation is a restricted form of scientific notation where the exponent must be a multiple of 3. This one constraint aligns every result with a named SI unit prefix, making measurements easier to read and communicate.

For example, 1,234,000 watts expressed in scientific notation is 1.234 × 10^6 W. In engineering notation it is also 1.234 × 10^6 W, and that exponent of 6 maps directly to the mega prefix: 1.234 megawatts. The number and the prefix come from the same step.

SI Prefix Reference Table

Power of 10PrefixSymbolEngineering formExample
10^24YottaY1 × 10^24Estimated observable universe mass range
10^21ZettaZ1 × 10^21World data storage capacity estimate
10^18ExaE1 × 10^181 exabyte = 10^18 bytes
10^15PetaP1 × 10^151 petabyte = 10^15 bytes
10^12TeraT1 × 10^121 terabyte = 10^12 bytes
10^9GigaG1 × 10^93.5 GHz CPU = 3.5 × 10^9 Hz
10^6MegaM1 × 10^61 MW = 10^6 watts
10^3Kilok1 × 10^31 km = 10^3 metres
10^0(none)1 × 10^0Base unit
10^-3Millim1 × 10^-31 mm = 10^-3 m
10^-6Microμ1 × 10^-61 μm = 10^-6 m
10^-9Nanon1 × 10^-91 nm = 10^-9 m (wavelength of visible light)
10^-12Picop1 × 10^-121 pF = 10^-12 farads
10^-15Femtof1 × 10^-15Diameter of a proton ~ 10^-15 m

When the converter on Tab 1 returns an engineering notation result, the SI prefix shown in the breakdown panel identifies which named unit range the number falls in. A result of 345.6 × 10^6 W belongs in the mega range: 345.6 megawatts.

Converting from scientific to engineering notation is a one-step adjustment. Round the exponent down to the nearest multiple of 3, shift the decimal of the coefficient to compensate.

  • 5.7 × 10^7 → exponent rounds down to 6, coefficient shifts right by 1 → 57 × 10^6 (57 megaunits).
  • 2.3 × 10^-5 → exponent rounds down to -6, coefficient shifts right by 1 → 23 × 10^-6 (23 microunits).

How to Use This Scientific Notation Calculator

The tool has three tabs. Each handles a different task.

Tab 1 (Convert). Enter any number in any format: standard decimal (345600000), E-notation (3.456e8), or a × 10^n format (3.456×10^8 or 3.456*10^8). Negative numbers are accepted. Select significant figures or decimal places for the coefficient. The result panel shows scientific notation, E-notation, engineering notation, SI prefix, order of magnitude, mantissa, exponent, sign, and word form. The step-by-step section below the result shows each decimal movement explicitly.

Tab 2 (Calculate). Select an operation (+, -, ×, ÷). Enter two numbers in any format. The step-by-step solution shows the coefficient operation and the exponent operation as separate named steps, then applies normalization if needed. Results appear in all four notation formats.

Tab 3 (Reference). Rules of scientific notation, the full 14-row SI prefix table, and a real-world examples table with 10 common quantities from physics, chemistry, and engineering.

Frequently Asked Questions

What is scientific notation?

Scientific notation expresses any number as a × 10^n, where a is a coefficient between 1 and 10 and n is an integer. It is used to write very large or very small numbers compactly and to simplify arithmetic on those numbers. 5.972 × 10^24 is the mass of Earth in kilograms.

What does the E mean in scientific notation?

E means “× 10 to the power of.” The number 3.456E8 is the same as 3.456 × 10^8 = 345,600,000. Calculators, programming languages, and spreadsheets use E-notation because the × and superscript symbols are difficult to display in plain text. Uppercase E and lowercase e mean the same thing.

How do I convert a number to scientific notation?

Find the first non-zero digit. Place the decimal immediately after it. Count how many places the decimal moved. If it moved left, the exponent is positive. If it moved right, the exponent is negative. Write the result as a × 10^n.

How do I convert scientific notation to standard form?

Move the decimal in the direction the exponent indicates. Positive exponent: move the decimal right n places. Negative exponent: move the decimal left n places. Add zeros where needed. 3.5 × 10^5 = 350,000. 3.5 × 10^-5 = 0.000035.

How do I add and subtract in scientific notation?

Convert both numbers to the same power of 10 first. Then add or subtract the coefficients. Keep the shared power of 10 unchanged. Normalize the result if the coefficient falls outside the 1 to 10 range. Example: 1.2 × 10^4 + 3.0 × 10^3 = 1.2 × 10^4 + 0.3 × 10^4 = 1.5 × 10^4.

How do I multiply in scientific notation?

Multiply the coefficients and add the exponents. (a × 10^m) × (b × 10^n) = (a × b) × 10^(m+n). Normalize if the new coefficient is 10 or above, or below 1. Example: (3.0 × 10^4) × (2.0 × 10^3) = 6.0 × 10^7.

How do I divide in scientific notation?

Divide the coefficients and subtract the exponents. (a × 10^m) ÷ (b × 10^n) = (a ÷ b) × 10^(m-n). Normalize if needed. Example: (8.0 × 10^6) ÷ (2.0 × 10^2) = 4.0 × 10^4.

What is engineering notation and how is it different from scientific notation?

Engineering notation is scientific notation where the exponent is always a multiple of 3. This aligns results with SI unit prefixes (kilo, mega, giga, milli, micro). In scientific notation, 1,234 watts = 1.234 × 10^3 W. In engineering notation, the same value = 1.234 × 10^3 W, which maps directly to 1.234 kilowatts. The coefficient in engineering notation can be anywhere from 1 to 999.

How do significant figures work in scientific notation?

The number of digits in the coefficient determines the significant figures. 5.600 × 10^-3 has 4 significant figures. The trailing zeros after the decimal are significant. 5.6 × 10^-3 has 2 significant figures. Use the sig figs selector in Tab 1 to round the coefficient to any number of significant figures before converting.

How do I enter scientific notation on a TI-84?

Press 2nd then the comma key to activate EE. Type the coefficient, press 2nd comma, then type the exponent. To enter 3.5 × 10^8, type 3.5, press 2nd comma, type 8. The display shows 3.5E8. For a negative exponent, press the negative (−) key before the exponent number, not the subtraction key.

Related Calculators

Conclusion

Scientific notation makes very large and very small numbers practical to write, compare, and compute. The same format covers the mass of a proton and the distance to the nearest star. Use this scientific notation calculator to convert any number instantly, perform all four arithmetic operations with step-by-step solutions, and look up the SI prefix for any engineering notation result. For calculations by hand, align the exponents before adding, multiply the coefficients and add the exponents for multiplication, and always check normalization after every operation.