Higher Order Mean Value Theorem equates to as follows:
$$f(x)=f(a) + f'(a)(x-a) + \frac{f''(a)(x-a)^2}{2!} + ... + \frac{f^n(a)(x-a)^n}{n!} + \frac{f^{(n+1)}(a)(x-a)^{(n+1)}}{(n+1)!}$$
I know that,
$$\\e = \sum_{n=0}^{\infty }\left( \frac{1}{n!} \right)\\$$
But how can I calculate the value of e using $e\approx3$ ? I couldn't find a starting point.
Following method can be used but it doesn't use $e\approx3$:
Let
$f(x)=e^{x}$
Considering x=1, it becomes:
$f(x)=e^{1}=e$
Now summing the Higher Order MVT Equation gives by taking $x=1$ & $a=0$,
$$\sum_{n=0}^{10}\frac{\left(\frac{d^{n}}{da^{n}}\left(e^{a} \right)\left(x-a \right)^{n} \right)}{n!}$$
Resulting in,
$$\frac{9864101}{3628800}= 2.71828$$