For all real number $x$ which don't make denominators 0, a following equation always holds. $$\frac{4}{x^2 - 1} + \frac{8}{x^2 - 4} +\frac{12}{x^2 - 9} +\dots+ \frac{40}{x^2 - 100}\\ = k \left(\frac{1}{(x-1)(x+10)} +\frac{1}{(x-2)(x+9)} +\dots + \frac{1}{(x-10)(x+1)} \right)$$ What is the constant $k$?
Calculators can not be used to solve this problem.
If you already know that the identity holds, just multiply both sides by $x^2$ and take the limit as $x\to +\infty$. Then we obtain $$(4+8+12+\dots+ 40)=10k\implies k=\frac{4(1+2+3+\dots+10)}{10}=\frac{4\frac{10\cdot 11}{2}}{10}=22.$$ P.S. More generally, now that you got the idea, show that for any positive integer $n$ (and for any real $x\not\in \{\pm j: j=1,2,\dots,n\}$), $$4\sum_{j=1}^n \frac{j}{x^2-j^2}=k_n\sum_{j=1}^n \frac{1}{(x-j)(x+n+1-j)}\tag{1}$$ implies that $k_n=2(n+1)$. In order to show that the identity (1) holds, note that $$4\sum_{j=1}^n \frac{j}{x^2-j^2}=2\sum_{j=1}^n \frac{1}{x-j}-2\sum_{j=1}^n \frac{1}{x+j}$$ and $$2(n+1)\sum_{j=1}^n \frac{1}{(x-j)(x+n+1-j)}= 2\sum_{j=1}^n \frac{1}{x-j}-2\sum_{j=1}^n \frac{1}{x+(n+1-j)}.$$