Given: $\vec{a} (1; -2), ~\vec{b} (-3; 1), ~\vec{c} (2; -3)$
How to find: $(3a-b)(b+2c)$ - ?
I know: $\vec{a} \cdot \vec{b}$ and $(\vec{a}+\vec{b}) \cdot \vec{c}$, but $(3a-b)(b+2c)$ is scalar product of two new vectors?
Given: $\vec{a} (1; -2), ~\vec{b} (-3; 1), ~\vec{c} (2; -3)$
How to find: $(3a-b)(b+2c)$ - ?
I know: $\vec{a} \cdot \vec{b}$ and $(\vec{a}+\vec{b}) \cdot \vec{c}$, but $(3a-b)(b+2c)$ is scalar product of two new vectors?
think about each term separately. You have $3\vec{a}$ which is the scalar multiple of $\vec{a}$ hence you have $3\vec{a} = (3,-6)$
Then you take the difference $3\vec{a}-\vec{b}$ and you have $$(3,-6) - (-3,1) = (6,-7)$$
Similarly $2\vec{c} = (4,-6)$ and hence $\vec{b}+2\vec{c}$ is $$(-3,1) + (4,-6) = (1,-5)$$
Then you take the dot product and have $$(6,-7)\cdot (1,-5) = 6 + 35 = 41$$