I was asked to find the value of the following summation.
$$ x=1+\sum_{i=1}^{\infty}\frac{1}{2^i}+\sum_{j=1}^{\infty}\frac{1}{3^j}+\sum_{k=1}^{\infty}\frac{1}{5^k} $$
I "solved" it approximately by expanding a few of the terms for each of the summations and finding the fraction that each of them appears to converge on, which resulted in
$$ x=1+1+\frac{1}{2}+\frac{1}{4}=\frac{11}{4} $$
But I am told that this is not correct. Even if it were, my method feels shaky. What is a more solid mathematical way to do this?
EDIT: After having plugged my expression into WolframAlpha, it seems that my answer is correct after all. But I'm still interested in knowing if there's a better way.