I had a problem for which I needed to evaluate: $$\sum_{n=1}^3{5\choose n}$$ I understand the basic concept of binomial coefficients, but I haven't been able to find an easy way to evaluate this by hand simply based on the numbers involved. Is there a trick I can use for adding and subtracting binomial coefficients so I don't have to use Wolfram Alpha every time I want to do something similar?
Edit: I cannot evaluate coefficients myself. That's why I'm looking for a trick to add using only the numbers displayed.
$5 \choose 1$ is just $5$. There are two more terms in the sum. Can you evaluate ${5 \choose 2}$ and $5 \choose 3$?. Hint: they are equal. Then just add them up.