How could we manually approximate $$\sum_{i=1}^{50} i!$$ to the value $ 3.1035 \times 10^{64}$?
I faced this question in my aptitude test,there were four option given,I couldn't solve it during the test,in home I used Stirling's approximation with wolfram's Mathematica to identify the correct option (if I did it right),however I am interested to know if there is any way we could do this entirely manually (probably using some tricks)?
PS:By manually I mean purely and only with pencil and paper.
ADDED: The options were:
$1)3.1035 \times 10^{65} \quad\quad 2) 3.1035 \times 10^{64} \quad\quad 3) 3.1035\times 10^{62} \quad\quad 4) 3.3339 \times 10^{62}$
The largest term in the sum is 50 times as large as the next largest, and $49\times50$ times as large as the second largest, and so forth. So to get just within a factor of 10, computing $50!$ alone ought to suffice.
But how manually is "manually" here? Is it purely pencil-and-paper, or do you have some way to compute logs and exponentials?
(Edit: Pencil and paper!) Here's a suggestion, assuming that one is a walking encyclopedia of mathematical trivia. With the given options it is (we hope) enough to compute $\log_{10} 50!$ to a precision of about $0.5$.
Assume that we remember Stirling's formula: $$\ln n! \approx \frac{\ln(2\pi)}2+\left(n+\frac12\right)\ln n - n$$ This gives $$\log n! = \frac{\log(2\pi)}2+\left(n+\frac 12\right)\log n - \frac{n}{\ln 10}$$
Assume that we know that $\log_{10} 5\approx 0.7$ and also assume that we know that $\ln 10\approx 2.3$. I don't think it is fair to assume we remember $\log_{10}(2\pi)$, but one easily sees it must be somewhere between 0.7 and 1, so let's conservatively set $\frac{\log(2\pi)}2\approx 0.4\pm 0.1$. We then get $$\log 50! \approx 0.4 \pm 0.1 + 50.5\times1.7 - \frac{50}{2.3}$$ which is pencil-and-paper tractable and works out to $$\log 50! \approx 64.55\pm 0.1$$ This should give some confidence in the $3\times10^{64}$ option .