fine the limit :
$$\lim_{x \to 0}\lfloor\frac{\tan^{98}x - \sin^{98} x}{x^{100}}\rfloor=?$$
We denote the floor funtion by $\lfloor x\rfloor$. My try:
\begin{align} \lim_{x \to 0}\frac{\tan^{n}x - \sin^{n} x}{x^{n + 2}} &= \lim_{x \to 0}\frac{\tan x - \sin x}{x^{3}}\cdot \sum_{i = 0}^{n - 1}\frac{\tan^{n - 1 - i}x}{x^{n - 1 - i}}\cdot\frac{\sin ^{i}x}{x^{i}}\\ &= \frac{1}{2}\cdot\sum_{i = 0}^{n - 1}1\\ &= \frac{n}{2} \end{align} So: \begin{align} \lim_{x \to 0}\frac{\tan^{98}x - \sin^{98} x}{x^{100}}&=49\\ \lim_{x \to 0}\left\lfloor\frac{\tan^{98}x - \sin^{98} x}{x^{100}}\right\rfloor&=49 \end{align}
is this correct?