Prove that the sum of an odd number of natural numbers is odd if each of the natural numbers is odd.
Here's what I tried already but it didn't work:
$\sum_{i=0}^n i = 2n-1$ but when I use induction, I end up with $2(n+1)-1$ which would be an even number. Any suggestions?
What you have is $$ \sum_{j=1}^{2k+1}(2n_j+1)=2\left(\sum_{j=1}^{2k+1}n_j\right) +2k+1=2\left [\left (\sum_{j=1}^{2k+1}n_j \right)+k\right]+1. $$