Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Scientific notation
4.875 × 105
E notation 4.875e5
Engineering notation 487.5 × 103
SI prefix thousand; prefix kilo- (k)
Plain value 487,500

What this calculator does

This tool performs arithmetic on two numbers written in scientific notation, E notation, engineering notation, or ordinary decimal form. You can add, subtract, multiply, or divide them, and it returns the answer in three equivalent formats at once: scientific notation, E notation, and engineering notation (with the matching SI metric prefix when one exists). It is a universal math tool with no country or jurisdiction restrictions.

How to use it

Type each operand in any supported form. For example 1.22 * 10^5, 1.22e5, 122000, and 122,500 are all accepted. Choose the operator, then read off the result. Tick Auto calculate significant figures if you want the answer rounded by standard sig-fig rules; leave it off to keep the exact arithmetic result.

The formula explained

Each operand is normalized to a single real number \(v = m \times 10^e\). The two values are combined with the chosen operator. The result \(r\) is then re-expressed as \(a \times 10^b\) with one nonzero digit before the decimal point (scientific). For engineering notation the exponent is forced to a multiple of three using $$b_{eng} = 3 \times \left\lfloor \frac{b}{3} \right\rfloor$$ giving a mantissa between 1 and 1000, which lines up with SI prefixes like kilo, mega, milli, and micro.

Advertisement
Diagram showing the parts of a number in scientific notation: coefficient times ten raised to an exponent.
Anatomy of a number in scientific notation: coefficient (a), base 10, and exponent (b).

Worked example

Operand 1 = 1.22 * 10^5 (122000), add, Operand 2 = 3.655 * 10^5 (365500). The sum is 487500. Scientific: \(4.875 \times 10^5\). E notation: 4.875e5. Engineering: \(487.5 \times 10^3\) (thousand; prefix kilo- k).

$$R = \left(1.22 \times 10^5\right) + \left(3.655 \times 10^5\right) = 4.875 \times 10^5$$
Flat diagram showing two numbers in scientific notation being multiplied: coefficients multiply and exponents add.
Multiplying scientific notation: multiply the coefficients and add the exponents.

FAQ

What forms can I type? Plain decimals, comma-grouped numbers, m * 10^e, m x 10^e, m × 10^e, and m e e / m E e.

How are significant figures handled? For multiply/divide the answer uses the smaller sig-fig count; for add/subtract it uses the least precise decimal place. This is an approximation of standard rules and may differ in edge cases.

What about dividing by zero? The calculator returns "undefined / cannot divide by zero" instead of a number.

Last updated: