Concept:For a binomial distribution, P(X=r)=nCrprq,n−r.Explanation:Given X∼B(6,21), so n=6, p=21, q=21.The condition ∣X−2∣≤1 gives: −1≤X−2≤1⇒1≤X≤3.Thus, P(∣X−2∣≤1)=P(X=1)+P(X=2)+P(X=3).Using the binomial formula, P(X=r)=6Cr(21)r(21)6−r=6Cr(21)6.So, P(X=1)=646,P(X=2)=6415,P(X=3)=6420.Therefore, P(∣X−2∣≤1)=646+15+20=6441.Answer:6441, which is option B.