Find u+v.
u= (5,1),v = (1,6)

Answer:
<6,7>
Step-by-step explanation:
u is the vector <5,1>
v is the vector < 1,6>
Add the corresponding components
< 5,1> + <1,6> = <5+1, 1+6> = <6,7>