$\{X_n\}$ is a non-decreasing sequence of non-negative r.v.s satisfying $EX_n=an^p$ for some $a,p>0$, and $Var(X_n)\le cn^r$ with $0
Following is my attempt:
It's equivalent to prove $P(|X_n/n^p-a|>\epsilon \text{ i.o.})=0$
\begin{align}P(\cup_{n\ge m}|X_n/n^p-a|>\epsilon ) &=P(\cup_{n\ge m}|X_n-an^p|>\epsilon n^p ) \\
&= \dots \\
&= P(|X_m-am^p|>\epsilon m^p) \\
&= var(X_m)/\epsilon ^2 m^{2p} \\
&\le c/\epsilon ^2 m^{2p-r} \rightarrow 0
\end{align}
But I don't know how to fill the gap using the non-decreasing and non-negative.