Concept:The sum ∑r=0n2rC(n,r) is the binomial expansion of (1+2)n.Explanation:Recall the binomial theorem: (x+y)n=∑r=0nC(n,r)xn−ryr.Substitute x=1 and y=2 in the theorem.Then (1+2)n=∑r=0nC(n,r)1n−r2r.Since 1n−r=1, this simplifies to ∑r=0nC(n,r)2r.Thus the given sum is exactly (1+2)n which equals 3n.Answer:B. 3n