How to Find the Sum of Cosecutive Odd Positive Numbers
What is the sum of odd numbers 11,13,15,17,19?
CloseThis article has not yet passed wikiHow's quality review process. Learn more
This article has been tagged as a stub. That means it's off to a good start, but still has room to grow into a more helpful resource. Until the article reaches its full potential, it will be hidden from search results. Can you help it flourish? If you think the article offers complete and accurate instructions, feel free to remove this tag. |
This article would benefit from step-by-step photos. You can help wikiHow by adding photos to this article. Click here for instructions. Notice added on 2014-11-27. |
Steps
-
1It is easy to find the sum of consecutive odd numbers. which start from 1,3,5.....so on, by just doing n^2.But, if the odd number doesn't start from 1, then the task becomes tedious.The easy formula for the same is n[a + (n-1)], where n is the number of consecutive odd numbers and a is the first odd number.
-
2So, in our example it will be5*[11 + (5-1)] = 5*[11 +4]= 5*15= 75
-
3Now it becomes hard sometimes to find n. For example, if our sequence is 3,5,7........999Then, n is ([LastNumber - FirstNumber]/2) + 1 so in our example, n is:([999-3]/2) + 1= 498 +1 = 499
-
4Sum will be 499* [3 + (499 -1 )]= 499*[3 + 498]= 499 * 501= 249999
Article Info
Categories: Stub | Pictures | Articles in Quality Review
Thanks to all authors for creating a page that has been read 113 times.
About this wikiHow