One of the problems in the text book was asking us to determine if
$$\sum_{n=1}^{\infty}(-1)^{n+1}\frac{n^2}{(n+1)^2}$$
would converge absolutely, conditionally, or diverge. The way I found my solution was different from what we did in class. I started listing out terms:
$$\frac14,-\frac49,\frac{9}{16},-\frac{16}{25},\dots$$
and I grouped every two terms as one term (for example $1/4-4/9$ would be the $n=1$ term).
Using this grouping technique I formed what seemed like an equivalent series:
$$\sum_{n=1}^{\infty}\frac{(2n-1)^2}{4n^2}-\frac{4n^2}{(2n+1)^2}.$$
Before I had changed the series to this form all the tests for convergence had failed, but in this new form, after combining it into one fraction and using limit comparison test with $1/n^2$, it appears to converge. The back of the book says it diverges but my method says otherwise. Since official documents are always right I want to know what was wrong in my ideology.