Concept:Subtract two column vectors by subtracting their corresponding components.Explanation:Given q=(3−2) and r=(−23).So, q−r=(3−2)−(−23).Subtract the top components: −2−3=−5.Subtract the bottom components: 3−(−2)=3+2=5.Hence, q−r=(5−5).This matches Option A.Answer:q−r=(5−5), so the correct option is A.