Concept:Use dot product expansions to simplify the sum of squared magnitudes and deduce that the vectors sum to zero, then compute individual dot products.Explanation:Given ∣a∣=∣b∣=∣c∣=1.Expand ∣a−b∣2+∣b−c∣2+∣c−a∣2=9:(∣a∣2+∣b∣2−2a⋅b)+(∣b∣2+∣c∣2−2b⋅c)+(∣c∣2+∣a∣2−2c⋅a)=9.Since ∣a∣=∣b∣=∣c∣=1, we get 6−2(a⋅b+b⋅c+c⋅a)=9.Thus a⋅b+b⋅c+c⋅a=−23.Now ∣a+b+c∣2=3+2(a⋅b+b⋅c+c⋅a)=3+2(−23)=0, so a+b+c=0.From this, a+b=−c, so ∣a+b∣2=∣c∣2=1.Expanding: ∣a∣2+∣b∣2+2a⋅b=1+1+2a⋅b=1, giving a⋅b=−21.Similarly, b⋅c=−21 and c⋅a=−21.Now use ∣2a+kb+kc∣=3. Square both sides:∣2a+kb+kc∣2=9.Expand: 4∣a∣2+k2∣b∣2+k2∣c∣2+4ka⋅b+2k2b⋅c+4ka⋅c=9.Substitute norms and dot products: 4(1)+k2(1)+k2(1)+4k(−21)+2k2(−21)+4k(−21)=9.Simplify: 4+2k2−2k−k2−2k=9, i.e. k2−4k+4=9? Wait check: 4+2k2−2k−k2−2k=4+(2k2−k2)+(−2k−2k)=4+k2−4k.So 4+k2−4k=9, thus k2−4k−5=0.Factor: (k−5)(k+1)=0, so k=5 or k=−1.Positive value is k=5.Answer:Option B. 5