Let $ \mu >$ 0 be given and $p(k)=\frac{\mu^k}{k!}e^{-\mu}$ for $k = 0, 1, . . .$ Find the value of $k$ for which $p(k)$ is at a maximum.
My teacher gave two hints:
there are values of $\mu$ for which there are multiple values of $k$ for which $p(k)$ is at a maximum.
look at $\frac{p(k+1)}{p(k)}$
I don't know how i could use these hints for this problem.
$$\frac{p(k+1)}{p(k)}=\frac{{\mu}^{k+1}}{(k+1)!}\cdot\frac{k!}{{\mu}^k}\cdot\frac{e^{-\mu}}{e^{-\mu}}=\frac{\mu}{k+1}$$ Therefore, when
If $\mu$ is an positive integer, then there are two maximums, $p(\mu-1)$ and $p(\mu)$. If $\mu <= 1$, $p(0)$ is the maximum. If $\mu > 1$ and $\mu \notin \mathbb{N}$, then the maximum would be $p(\lfloor\mu\rfloor)$.