Today I had my college admission exam, It was good, but there was a question which I found a bit interesting (but unable to solve at the moment). It says,
Question: Find the positive integer which is just equal to the expression $$(1+0.0001)^{10000}$$
- 3
- 4
- 5
- 6
Well, I tried this with binomial, even with limits, but no solid deduction till yet. Any way to get out with this one?
Note: Not a homework question!
Thanks in advance.
You can use the binomial expansion, which approximates the sum of reciprocals of the factorials: $$(1+0.0001)^{10000} = 1^{10000}+10000\times0.0001+{10000\times9999\over2}\times0.0001^2+{10000\times9999\times9998\over2\times3}\times0.0001^3+{10000\times9999\times9998\times9997\over2\times3\times4}\times0.0001^4+...\simeq1+1+1/2+1/6+1/24+1/120\simeq 3$$
Also there is the (well-known?) expression for the number $e$: $$e=\lim_{n\to\infty}(1+1/n)^n$$ and $$e\simeq 3$$