Given a = [1,6] and b = [-1,2], express the vector c = [5,9] as a linear combination of a and b

If c = ma + nb then

m - n = 5
6m + 2n = 9
Now just solve for m and n