The positive integer $k$ for which $\dfrac{101^{k/2}}{k!}$ is maximum.
A) $9$
B) $10$
C) $11$
D) $101$
I have no idea how to solve this problem.
At first, I thought of taking this a function and then finding the roots of its derivative. \begin{align*} y &= \frac{101^{x/2}}{x!} \\ \ln y &= \left(\frac{x}{2}\right)\ln(101) - [\ln x + \ln(x-1) + \ln(x-2) +\cdots+ \ln2]. \end{align*}
But then, how do you differentiate $(\ln k + \ln(k-1) + \ln(k-2) +\cdots+ \ln2)$
Any help would be appreciated.
Taking finite differences will help here. When moving from $k$ to $k+1$:
Thus if $\sqrt{101}>k+1$, the expression increases going from $k$ to $k+1$, and the largest $k$ for which this is true is $k=9$. From $k=10$ to $k=11$ the expression decreases, so the maximum is attained at $k=10$.