The first 4 expressions are straightforward. You do what they say for each component of the a and b vectors, e.g.,
4a + 5b = (4ax+5bx, 4ay+5by) after you've adjusted for the - and the 3: a=(-5,6) and b=(0,-18)
In this case, I get (-20+0, 24-90) or (-20, 66)
The last queston is looking for the magnitude or length of the vector, which is sqrt(ax2 + ay2)
Good luck!