Add 7[[-3],[3],[-6],[8]]+6[[2],[2],[2],[3]]
Problem
Solution
Distribute the scalar
7 into the first vector by multiplying it with each component.
Distribute the scalar
6 into the second vector by multiplying it with each component.
Add the two resulting vectors by summing their corresponding components.
Final Answer
Want more problems? Check here!