Concept:Use ratio of consecutive combinations to relate n and r.Explanation:Given ncr−1=56, ncr=28, ncr+1=8.We know ncr−1ncr=rn−r+1.So 5628=rn−r+1⟹21=rn−r+1.Cross-multiply: r=2(n−r+1)⟹r=2n−2r+2⟹3r=2n+2 ...(1)Also ncrncr+1=r+1n−r.So 288=r+1n−r⟹72=r+1n−r.Cross-multiply: 2(r+1)=7(n−r)⟹2r+2=7n−7r⟹9r=7n−2 ...(2)From (1): 2n=3r−2⟹n=23r−2.Substitute into (2): 9r=7(23r−2)−2.Multiply by 2: 18r=7(3r−2)−4⟹18r=21r−14−4⟹18r=21r−18.Thus 3r=18⟹r=6.Check: n=23(6)−2=8, and 8c5=56, 8c6=28, 8c7=8 confirm.Answer:r=6, which corresponds to option B.