Concept:Sum of n terms of an AP: Sn​=2n​[2a+(n−1)d].Explanation:Given a=17, d=−2, Sn​=72.Substitute: 2n​[2(17)+(n−1)(−2)]=72.Simplify inside: 2n​[34−2n+2]=2n​(36−2n)=72.Multiply both sides by 2: n(36−2n)=144.Expand: 36n−2n2=144.Rearrange: −2n2+36n−144=0 → divide by −2: n2−18n+72=0.Factor: (n−6)(n−12)=0, so n=6 or n=12.Answer:n=6 or 12.Correct option: C (6 or 12).