1. Add two vectors with positive integers
Problem
Add the first components; vector addition works component-by-component.
Add the second components using the same rule.
The result is a vector with the two sums as components.
Answer:
Vector addition combines the components separately. The first component of the sum is the sum of the first components, and the second component is the sum of the second components. This gives us the resultant vector that represents both forces or displacements acting together.