Consider the limit:
$$\lim_{(x,y,z)\rightarrow(2,2,0)}\frac{1}{z}(x+y)$$
This limit does not exist. To prove this, I believe I need to find two directions of approach in which the limit does not agree. I can find such directions by letting $(x,y) = (2,2)$ and approaching along the positive or negative $z$ axis to find that the limit is $+\infty$ from the positive direction and $-\infty$ from the negative direction.
However, intuitively this bothers me. I skirted around an issue in my mind by saying that this function is actually the product of two other functions, $f_1(x,y,z) = \frac{1}{z}$ and $f_2(x,y,z) = (x+y)$, then I took the limit of their product. Since I know that the limit $\lim_{(x,y,z)=\rightarrow(2,2,0)}f_2$ does not cancel the same limit of $f_1$, even though $f_1$'s limit does not exist I'm "confident" that I can just treat this as a product of limits. Should I be confident? Is the explanation actually something else?