Power of 10 Calculator
Calculate 10 raised to any positive, negative, or decimal power. Features SI metric prefixes, large number names, scientific notation, and inverse log10 solver.
Understanding Powers of 10
A power of 10 is any integer or real power of the number ten. In mathematics, it is expressed in exponential notation as:
$$10^n$$
Where $10$ is the base and $n$ is the exponent. Powers of 10 form the foundational structure of the base-10 decimal numeral system, metric system units, and scientific notation used across science, engineering, and everyday counting.
Positive Powers of 10
When the exponent $n$ is a positive integer, $10^n$ represents the digit $1$ followed by exactly $n$ zeros. For example:
- $10^1 = 10$ (Ten, prefix deca-)
- $10^2 = 100$ (One hundred, prefix hecto-)
- $10^3 = 1,000$ (One thousand, prefix kilo-)
- $10^6 = 1,000,000$ (One million, prefix mega-)
- $10^9 = 1,000,000,000$ (One billion, prefix giga-)
- $10^{12} = 1,000,000,000,000$ (One trillion, prefix tera-)
- $10^{100} =$ One googol (1 followed by 100 zeros)
Zero and Negative Powers of 10
Any non-zero base raised to the power of zero equals 1: $10^0 = 1$.
Negative powers of 10 represent reciprocal fractions:
$$10^{-n} = \frac{1}{10^n}$$
For instance, $10^{-1} = 0.1$ (deci-), $10^{-2} = 0.01$ (centi-), $10^{-3} = 0.001$ (milli-), $10^{-6} = 0.000001$ (micro-), and $10^{-9} = 0.000000001$ (nano-).
Decimal and Fractional Exponents
Exponents do not have to be whole integers. Fractional and decimal exponents represent roots and exponential growth. For instance, $10^{0.5} = 10^{1/2} = \sqrt{10} \approx 3.162277$, and $10^{2.5} = 10^2 \times 10^{0.5} \approx 316.2277$.
Solving for the Exponent (Logarithmic Inversion)
If you have a known quantity $y$ and want to determine which power of 10 produces it ($10^n = y$), take the common base-10 logarithm:
$$n = \log_{10}(y)$$
For instance, if $y = 100,000$, then $n = \log_{10}(100,000) = 5$. If $y = 50$, then $n = \log_{10}(50) \approx 1.69897$.
Explore related utilities including the Convert Number to Power of Ten, the Powers of Ten Generator, and the general Exponent Calculator.
Frequently Asked Questions
What is 10 to the power of 0?
10 to the power of 0 equals 1. By the laws of exponents, dividing any number by itself yields 1, meaning $10^1 / 10^1 = 10^{1-1} = 10^0 = 1$.
How do you write 10 to the negative power?
A negative exponent indicates a reciprocal. $10^{-n}$ equals $1 / 10^n$. In decimal notation, it is written with $n-1$ zeros between the decimal point and the digit 1. For example, $10^{-4} = 0.0001$.
How many zeros are in 10 to the power of 12?
There are exactly 12 zeros in $10^{12}$, which equals 1,000,000,000,000 (one trillion in the short scale).
What is a googol in powers of 10?
A googol is $10^{100}$, which is 1 followed by one hundred zeros. It was named by Milton Sirotta, the nephew of mathematician Edward Kasner, in 1920.
How does scientific notation relate to powers of 10?
Scientific notation expresses any real number as $a \times 10^b$, where $1 \le |a| < 10$ and $b$ is an integer exponent. The power of 10 shifts the decimal point to express very large or very small values compactly.