Let us try to find out short cut method for adding sequence of odd numbers beginning from 1 to a two digit odd number. Suppose we want to find out sum of odd numbers from 1 through 33. Our original idea of adding this sequence will give us in all 17 pairs (to recollect read article adding sequential numbers (II)). Each of these pairs will have to numbers which add to 34. This total we would know by adding the first and the last numbers in the sequence. Now the sum of the sequence is half of (34 × 17). This can be solved by multiplying half of 34 by 17. This is nothing but 17 × 17 = 289. So, the sum of all the odd numbers from 1 through 33 is 289.
Now, take some more sequences of odd numbers beginning from 1 through any two digit number and try to find out the pattern in the procedure. First thing you will find that you have always two numbers to multiply in the end. Secondly you will find that both the numbers you multiply are the same. Thus, you have to find out a single number which is to be squared to get the sum of consecutive odd numbers. The single number that you need to know can be obtained by adding 1 to the last two digit odd number in the sequence and then dividing it by 2.
Now try adding a sequence of odd numbers from 1 to 67. Adding 1 to 67, your sum will be 68. Half of 68 are 34. Square 34 are 1156. Thus sum of all the consecutive odd numbers from 1 to 67 is 1156.
Go To Page: 1