Concept:Use the identity r+1nCr=n+1n+1Cr+1 to convert the sum into a binomial sum.Explanation:Write the given sum as S=∑r=50100r+1100Cr.Apply the identity: r+1100Cr=101101Cr+1.So S=1011∑r=50100101Cr+1.Change index: let k=r+1. When r=50, k=51; when r=100, k=101.Thus S=1011∑k=51101101Ck.Total sum of all binomial coefficients: ∑k=0101101Ck=2101.By symmetry, ∑k=050101Ck=∑k=51101101Ck=2100.Therefore S=1011×2100=1012100.Answer:Option B: 1012100.