|a+b|<8
=> -8< (a+b) < 8
=> -8-a < b < 8-a
Now, its given that |a|<3, => -3< a <3
If i pick 2.5 as a,
then, i would get -10.5<b< 5.5
And we need |b|< 5, i.e -5<b<5
So we are getting a contradiction here.
I chose |a-b| <,= 2 because
-2 <,= (a-b) <,= 2
-2-a < -b < 2-a ( not strict inequality )
a+2 > b > a-2
a-2 < b < a+2
Now, if I choose any -3 < a < 3
I will always get |b| < 5. ( you can check by taking numbers)