How to solve this?
$\dbinom{1000}{50} + \dbinom{999}{49} + \dbinom{998}{48} + \dbinom{997}{47} +\cdots+ \dbinom{951}{1} + \dbinom{950}{0}$
I was solving some problem which goes like this

Not knowing any other better method (if exists), I thought of adding the coefficients of x^50 from each term!
And reached the step as depicted above.

Hint
The expression is same as $$\binom {1000}{950}+\binom {999}{950}+\binom {998}{950}\cdots +\binom {950}{950}$$
And now use the Hockey stick identity to get the answer as $\binom {1001}{951}$