Concept:This problem uses vector geometry and the mid‑point formula. The position vector of a midpoint is the average of the two vertex vectors.Explanation:Let the position vectors of vertices A, B, C be a,b,c. Since D, E, F are midpoints of BC, CA, AB respectively,d=2b+c​,e=2c+a​,f​=2a+b​.The given expression is:AD+32​BE+31​CF=(d−a)+32​(e−b)+31​(f​−c).Substitute the midpoint vectors:(2b+c​−a)+32​(2c+a​−b)+31​(2a+b​−c).Simplify each bracket:2b+c−2a​+3c+a−2b​+6a+b−2c​.Express with common denominator 6:63(b+c−2a)+2(c+a−2b)+(a+b−2c)​.Combine the numerators:3b+3c−6a+2c+2a−4b+a+b−2c=(−6a+2a+a)+(3b−4b+b)+(3c+2c−2c)=−3a+0b+3c=3(c−a).Hence the expression equals 63(c−a)​=21​(c−a)=21​AC.Answer:Option B: 21​AC.