I recently came across a problem in which I had to show that a discrete random variable $X$ has two modes $m_1$ and $m_2$. The information given was that $$\frac{P(X=n)}{P(X=n-1)} = \frac{0.9(n-1)}{n-3}$$
I need to show that this distribution has two modes, $m_1$ and $m_2$. My initial thoughts were to try and find the probability distribution, but could not do so from the data above. I don't really know how to approach this problem so any inputs would be appreciated.
Observe that: $$\frac{P(X=21)}{P(X=20)}=\frac{0.9(21-1)}{21-3}=1$$ or equivalently: $$P(X=20)=P(X=21)$$
Now it remains to show that: $$n\notin\{20,21\}\implies P(X=n)<P(X=20)=P(X=21)$$
If $n\geq22$ then the RHS is less than $1$ so that $P(X=n-1)>P(X=n)$ implying that: $$P(X=21)>P(X=22)>P(X=23)>\cdots$$
If $n\leq20$ then the RHS exceeds $1$ so that $P(X=n)>P(X=n-1)$ implying that: $$P(X=20)>P(X=19)>P(X=18>\dots$$