The question is to prove that the function $f(x,y,z) = 3+2x+y$ is continuous everywhere. My approach uses the delta-epsilon method. $|(x,y)-(a,b)|\lt \delta$ then $|f(x,y)-f(a,b)|$.
All I did was trying to follow the method, but when I got $$|3+2x-y-3-2a+b|=|(2x-2a)-(y-b)|$$ I dont know what to do after this.
$|f(x,y)-f(a,b)|=\\=|2(x-a)+y-b|\leq \\ \leq 2|x-a|+|y-b|\leq \\ \leq 2(|x-a|+|y-b|)\leq \\ \leq 4\sqrt{(x-a)^{2}+(y-b)^{2}}=4|(x,y)-(a,b)|<\epsilon$
if
$|(x,y)-(a,b)|<\frac{\epsilon}{4}$