Show the following with high school math: $$(n!)^3<n^n\times\left(\frac{n+1}{2}\right)^{2n}$$
It's given after an article on the Arithmetic Mean-Geometric Mean inequality, so I suppose it's solved using that.
Show the following with high school math: $$(n!)^3<n^n\times\left(\frac{n+1}{2}\right)^{2n}$$
It's given after an article on the Arithmetic Mean-Geometric Mean inequality, so I suppose it's solved using that.
Recall the AM-GM inequality is given by \begin{align} \sqrt[n]{a_1a_2\ldots a_n} \leq \frac{a_1+a_2+\cdots+a_n}{n} \end{align} then it follows \begin{align} \sqrt[n]{(n!)^3}=\sqrt[n]{1^3\cdot 2^3\cdots n^3} \leq \frac{1^3+2^3+\cdots+n^3}{n} = \frac{1}{n}\left(\frac{n(n+1)}{2}\right)^2 = \frac{n(n+1)^2}{4}. \end{align} Here I used the sum of cubes formula.
I am assuming you mean for n>1.
$n! <n^n$ (obvious).
$\frac{(n+1)^2}{4} \ge n\times1$
$\frac{(n+1)^2}{4} \ge (n-1)\times2$.
....
....
.....
Now solve individualy for n=odd and even.
In each case you get $n!<(\frac{n+1}{2})^n$
so I suppose it's solved using that. So, what's your progress so far? – Lee David Chung Lin Feb 16 '20 at 06:20