Concept:The dot product of two vectors expands using distributive and commutative properties: (a−b)⋅(a+b)=a⋅a−b⋅b=∣a∣2−∣b∣2. Also, ∣a∣=2∣b∣ implies ∣a∣2=4∣b∣2.Explanation:Let ∣b∣=x. Then ∣a∣=2x, so ∣a∣2=4x2 and ∣b∣2=x2.From the given condition: (a−b)⋅(a+b)=27.Using the identity: 27=∣a∣2−∣b∣2=4x2−x2=3x2.Thus, 3x2=27 => x2=9 => x=3 (since magnitude is positive).Answer:∣b∣=3 units, which corresponds to option A.