0 Comments
Answer:
<3, 15>.
Explanation:
Given:
Vector c = <-4, 12>
Vector d = <7, 3>
To find c + d, we add the corresponding components:
c + d = <-4 + 7, 12 + 3>
= <3, 15>