Concept:The sum of binomial coefficients from C(n,1) to C(n,n) equals 2n−1, which can be expressed as a geometric series.Explanation:Using the binomial theorem: (1+1)n=C(n,0)+C(n,1)+C(n,2)+⋯+C(n,n).This simplifies to 2n=C(n,0)+[C(n,1)+C(n,2)+⋯+C(n,n)].Since C(n,0)=1, we get C(n,1)+C(n,2)+⋯+C(n,n)=2n−1.Now, 2n−1 is a geometric series: first term a=1, common ratio r=2, number of terms n.Sum of this series is 1⋅2−12n−1=1+2+22+⋯+2n−1.Thus, the required sum equals 1+2+22+⋯+2n−1.Answer:Option C: 1+2+22+⋯+2n−1