Evaluate $$\lim_{n\rightarrow \infty} \sum_{r=0}^n \frac{1}{n\choose r}.$$
I tried it using the Reimann sum(turning it into a definite integral) but it got me confused with the factorials in it. I tried to replace factorials with the Gamma function but it got really messy!
I have a solution but don't know if its correct: N choose R represents number of ways to select R objects among N objects. So term in the summation is probability of selecting one particular objects of these objects. Now we are adding these probability because you might select the object alone or 2 at a time or 3 at a time and so on. So Integrand is probability of selecting an object which approaches zero as N approaches infinity.
Is this correct? and thanks in advance.