tegra97 said:I'm looking at an example in the book proving 1+3+5...+(2n-1)=n^2 by induction.
The example shows:
1+3+5+...(2n-1) + [2(n+1)-1] = (n^2)+[2(n+1)-1]
= (n^2) +2n+1
= (n+1)^2
My question is how did we get from [(2n+1)-1] to 2n+1???
Thanks