I've been working with this function on an semi-related question:
$$f(N)=\left\lfloor \frac{10N}{\lceil \frac{3}{4} N \rceil} \right\rfloor$$
It's clear that $10\leq f(N) \leq 13$, and that $\displaystyle\lim_{n\rightarrow \infty} f(N)=13$.
It's also true that $f(N)=13\,, \forall N\geq 36$.
Why is $35$ the last integer at which $f$ deviates from $13$?
Should be something simple, but I got stuck at
$$\frac{10}{13}N < \left\lceil \frac{3}{4}N \right\rceil$$.
Suppose $N=4n$. Then $f(4n)=\left\lfloor\frac{40n}{3n}\right\rfloor=\left\lfloor\frac{40}{3}\right\rfloor=13+\left\lfloor\frac23\right\rfloor=13.$
Suppose $N=4n+1.$ Then $f(4n+1)=\left\lfloor\frac{40n+10}{3n+1}\right\rfloor=\left\lfloor\frac{40n+10}{3n+1}\right\rfloor=13+\left\lfloor\frac{n-3}{3n+1}\right\rfloor$ which is 13 for $n\ge3.$
Check the last two cases and you should be able to solve the problem.