As stated in the title, how is the following simplification performed? $$\frac{\left(\frac{n}{e}\right)^n}{\left(\frac{n}{2e}\right)^n}=2^n$$
This was shown by a student in this Recitation video (29:05) from MIT OpenCourseware.
As stated in the title, how is the following simplification performed? $$\frac{\left(\frac{n}{e}\right)^n}{\left(\frac{n}{2e}\right)^n}=2^n$$
This was shown by a student in this Recitation video (29:05) from MIT OpenCourseware.
$$\frac{\left(\frac{n}{e}\right)^n}{\left(\frac{n}{2e}\right)^n} = \frac{n^n (2e)^n}{e^nn^n}$$ by $\frac{a/b}{c/d} = \frac{ad}{bc}$.
Clearly, the $n^n$ terms cancel, and $(2e)^n = 2^ne^n$. Then, the $e^n$ terms cancel.