Today me and my friends had a long debate on a question.
I am not writing the full question but only the main point.
Let
$$f(n) = \frac{1}{S_n - \frac{1}{15}} $$
We found out $S_n$ to be: $$S_n = \sum_{k=1}^n{\frac{1}{(2n-1)(2n+1)(2n+3)(2n+5)}} $$
Question: How many roots will $f(n) = 0$ have?
I said that $f(n)$ can't be zero. So the answer will be None of these.
Because, for example:
Let
$$a = x² -4x + 4$$
For $a = 0$, $x$ should be $\pm2$
But now let $$b = \frac{1}{\frac{1}{t²-4t+4} + 1} $$ Taking LCM we get: $$b = \frac{t²-4t+4}{t²-4t+5}$$ Now for $b$ to be zero, $t$ should be $\pm2$. But if t is $\pm2$ the expression $t²-4t+4$ will become zero and in initial b $1/0$ will occur which should not be there.
If $$t=\pm2$$ Then $$b = \frac{1}{\frac{1}{0} + 1}$$
So I say b can never be zero. Two of us said this and the other two were not agreeing. Am I correct or my friend?