87.4k views
5 votes
Given vectors a=(1,2)b=(2,1) ,find 3a-3b

User Jack Siro
by
7.7k points

1 Answer

2 votes
To find 3a - 3b, we need to perform scalar multiplication on vectors a and b and then subtract them.

Scalar multiplication of a vector by a scalar is just multiplying each component of the vector by that scalar.

So, we have:

3a = 3(1, 2) = (3, 6)
3b = 3(2, 1) = (6, 3)

Now, we can subtract 3b from 3a to get:

3a - 3b = (3, 6) - (6, 3) = (3-6, 6-3) = (-3, 3)

Therefore, 3a - 3b = (-3, 3).
User Hedda
by
9.1k points

No related questions found