Mark M. answered 05/20/20
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
Use Partial Fraction decomposition:
7 / [n(n+2)] = A / n + B / (n + 2)
A(n + 2) + Bn = 7
If n = 0, then we get A = 7/2 and if n = -2, we get B = -7/2
So, 7 / [n(n+2)] = 7/(2n) - 7/[2(n+2)]
Let Sn = sum of first n terms = [7/2 - 7/6] + [7/4 - 7/8] + [7/6 - 7/10] + ... +
[7/(2n-2) - 7/(2n+2)] + [7/(2n) - 7/(2n+4)]
The sum "telescopes" (.most of the terms cancel out except for 7/2, 7/4, and a few terms at the end. The terms at the end go to zero as n goes to infinity)
Sum of series = lim(n →∞) Sn = 7/2 + 7/4 = 21/4 = 5.25