Given the vector a = (5,10), B = (- 3, - 4), C = (5,0), let's use a and B to express the vector C

Given the vector a = (5,10), B = (- 3, - 4), C = (5,0), let's use a and B to express the vector C

c=xa+yb
5x-3y=5
10x-4y=0
x=-2,y=-5
c=-2a-5b