This can be easily proven using Induction.
Testing for $n=1$, it is true. Let it be true for $n=k$. Then,
$$\sum_{r=1}^k \frac{5r+4}{r(r+1)(r+2)} = \frac{7k^2+11k}{2(k+1)(k+2)}$$
Let us try to prove it by induction.
For $n=k+1$
$$\sum_{r=1}^{k+1} \frac{5r+4}{r(r+1)(r+2)} = \frac{7k^2+11k}{2(k+1)(k+2)}+\frac{5(k+1)+4}{(k+1)(k+2)(k+3)}=\frac{(7k^2+11k)(k+3)+10k+18}{2(k+1)(k+2)(k+3)}$$
On simplifying it further, we get
$$\frac{7k^2+25k+18}{2(k+2)(k+3)} = \frac{7(k+1)^2+11(k+1)}{2(k+2)(k+3)}$$
which is the required form. Hence, it is proved by induction.