The given problem at hand simply states,
Simplify the following expression:
$$\frac{\sqrt{10 + \sqrt{1}} + \sqrt{10 + \sqrt{2}} + \sqrt{10 + \sqrt{3}} + \dots + \sqrt{10 + \sqrt{99}}}{\sqrt{10 - \sqrt{1}} + \sqrt{10 - \sqrt{2}} + \sqrt{10 - \sqrt{3}} + \dots + \sqrt{10 - \sqrt{99}}}$$
Notice that the terms in the denominator are the conjugates of the terms in the numerator and that the whole expression can be rewritten as a quotient of two sums in summation notation:
$$\frac{\sum_{i = 1}^{99}{\sqrt{10 + \sqrt{i}}}}{\sum_{j = 1}^{99}{\sqrt{10 - \sqrt{j}}}}$$
But this is all that I have gathered. I don't know what to do. Any hints?