The question follows:
Given vectors $a,b$ such that $a = ⟨15, -8⟩$ and that $|b| = 12$, find the range of possible values of $|a+b|$.
I have been attempting to solve this question for the past 3 hours:
Let $b = ⟨x,y⟩$. I believe that the answer lies in the fact that $ |b| = 12 = \sqrt{144} = \sqrt{x^2 + y^2}$. The question states that I need to find the range of possible values, i.e. the maximum and minimum possible values.
What I have also worked out is $|a+b| = |⟨15 + x, -8 + y⟩|$. Now I think I need to determine the values of $x$ and $y$ such that I obtain the maximum and minimum values of $|a+b|$, such that the root of the sum of the squares of $x$ and $y$ still adds up to $12$.
Unfortunately, I do not know how to do this, hence, could someone nudge me in the right direction or show me how?

First, convince yourself that if $x$ and $y$ are vectors, then $|x|-|y|\le|x+y|\le|x|+|y|$. Further convince yourself that the left inequality is an equality if and only if $x$ and $y$ are anti-parallel (that is, point in opposite directions), while the right inequality is an equality if and only if $x$ and $y$ point in the same direction. Then you should have no difficulty answering your question, and lots of others, besides.