Problem. Let $a$ be an integer such that $$ \lim_{x \to 7}\frac{18-[1-x]}{[x-3a]} $$ exists where $[t]$ is the greatest integer function. What should be that value of $a$?
My approach was divided in three steps:
Directly put $x=7$. That gave me the expression
$$\frac{24}{7-3a} \tag{1} $$
Approaching from positive direction that is taking $x=h+7$ where $h$ is tending to zero.
$$\frac{25}{7-3a} \tag{2} $$
Approaching from negative direction, i.e. $x=7-h$ where $h$ is tending to zero.
$$\frac{24}{7-3a-1} \tag{3} $$
Now if I equate the expression $\text{(2)}$ and $\text{(3)}$ I will get $a=-6$, but that would give a different value at expression $\text{(1)}$.
Is the limit non existent here, because for a limit to exist $\text{R.H.L} = \text{L.H.L} = f(a)$ [$\text{R.H.L} = $ Right hand limit] or we just ignore the $f(a)$ condition.