I can't seem to see what is happening to make this equivalence. More specifically, how the left-side's $n+1$ makes it into the right side's numerator. $$ \frac {n(n+1)} 2 + (n+1) = \frac {(n+1)(n+2)}2 $$
Asked
Active
Viewed 30 times
$$\frac{n(n+1)}{2} + n+1 = \frac{n(n+1)}{2} + \frac{2(n+1)}{2}$$
Then you can factor $n+1$ out.
– user0102 Mar 13 '21 at 21:37