$ (\frac{n}{3})^{n}<n! < (\frac{n}{2})^{n}$
My appraoch so far
Idon't know for which inductionbase this formula would applyso I have startedwith the inductionstep:
$ (n+1)! = (n+1)n! > (n+1)(\frac{n}{3})^{n} = n^{n}(\frac{1}{3})^{n}(n+1)$
$(\frac{n+1}{3})^{n+1}= (\frac{n+1}{3})^{n}(\frac{n+1}{3})=(\frac{1}{3})^{n}(n+1)(\frac{(n+1)^n}{3})$
Only thing left to show would be $n^n \geq (\frac{(n+1)^n}{3})$
But I am not sure if I haven't done a mistake yet and hoq to prove this last inequality. Note that this excercise is from a chapter where biniommialcoefficients werenot introduced yet.
I also need to find the introductionbase and proof the other side of the inequality, is it possible to use the bernoulliinequality somewhere?

We need to know that $$2\le\left(\frac{n+1}{n}\right)^n<e<3$$ for all $n\ge1$.
So, if $n!<(n/3)^n$, then $$(n+1)!<(n+1)\frac{n^n}{3^n}<(n+1)\frac{n^n}{3^{n+1}}\left(\frac{n+1}{n}\right)^n=\left(\frac{n+1}3\right)^{n+1}.$$ The other inequality is similar.