$$\frac{1}{9\sqrt11 + 11\sqrt9} + \frac{1}{11\sqrt13 + 13\sqrt11} + \frac{1}{13\sqrt15 + 15\sqrt13} + \ldots + \frac{1}{n\sqrt{n+2} + (n+2)\sqrt{n}} = \frac{1}{9}$$
Find the value of $n$.
I got the summation as $$\sum_{r=1}^n{\frac{1}{(2r+7)\sqrt{2r+9} + (2r+9)\sqrt{2r+7}}} = \sum_{r=1}^n{\frac{1}{\sqrt{2r+7}\sqrt{2r+9}(\sqrt{2r+7} + \sqrt{2r+9})}}$$ but I'm not able to simplify it further. I think I should've expressed it as difference of two summations but I'm not able to figure out which summations. Please help.
$$S_m=\sum_{r=1}^m{\frac{1}{(2r+7)\sqrt{2r+9} + (2r+9)\sqrt{2r+7}}} =\sum_{r=1}^m{\frac{(2r+7)\sqrt{2r+9} - (2r+9)\sqrt{2r+7}}{(2r+7)^2(2r+9)-(2r+9)^2(2r+7)}}$$ $$= \sum_{r=1}^m{\frac{(2r+7)\sqrt{2r+9} - (2r+9)\sqrt{2r+7}}{-2(2r+7)(2r+9)}} = -\frac{1}{2}\sum_{r=1}^m{\frac{\sqrt{2r+9}}{2r+9}} - {\frac{\sqrt{2r+7}}{2r+7}}$$ $$=\frac{1}{2}\sum_{r=1}^m{\frac{1}{\sqrt{2r+7}}} - {\frac{1}{\sqrt{2r+9}}} = \frac{1}{2}\left({\frac{1}{3}} - {\frac{1}{\sqrt{2m+9}}}\right) $$
So $$S_m = \frac{1}{9} \Longleftrightarrow {\frac{1}{\sqrt{2m+9}}} = \frac{1}{9} \Longleftrightarrow \sqrt{2m+9} = 9 \Longleftrightarrow m=36$$