0

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.

Blue
  • 75,673

2 Answers2

5

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.

Jacky Chong
  • 25,739
0

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$

aryan bansal
  • 1,923