Using one of the following tests: (The Ratio Test / Comparison Test/ Root Test/ Cauchy ratio test / Raabe’s Test) to demonstrates that $\displaystyle\sum_{n=0}^{\infty}(n+2)p^n$ converges if $|p|<1$?
I tired the ratio test
put $a_{n}=(n+2)p^n$ so that $\dfrac{a_{n+1}}{a_n}=\dfrac{(n+3)p^{n+1}}{(n+2)p^{n}}=\dfrac{(n+3)p}{n+2}$ which gives $$R=\lim_{n\to \infty}\mbox{sup}|\dfrac{a_{n+1}}{a_n}|=\lim_{n\to \infty}|\dfrac{(n+3)p}{n+2}|=\lim_{n\to \infty}|\dfrac{np}{n}|=\lim_{n\to \infty}|p|=|p|$$ @Gary @Kavi Rama Murthy thanks for your comments please Does anyone know other test to show that the series converges?