Question 215688
what expression is used to find the sum of 2 consecutive odd numbers
-----------
2 consecutive odd numbers can be n and n+2
The sum is 2n+2
----------------
However, the general n might be an even number. To be certain it's an odd number, use
2n+1 and 2n+3 where n is any integer
then the sum is 4n+4