[Math] how to convert 1e+11 into number

exponential function

What will be 1e+11 in number? I know e2 means * 10^2 but i am confused with this above question. What will its value be?

I know how to use exponential function when required in computer calculator but how does it work? I am still studying and our textbooks are not so detailed which gives us the idea how it works. I am using the function but still anyone can explain me in detail about how to convert 1e+11 into number?

Best Answer

You seem to have the right idea.

$$1\text{ e+11}=1 \times 10^{+11}$$

You should know that $10$ raised to any positive integer is a $1$ with that many $0$s behind it. So

$$10^{+11}=100000000000$$

Related Question