how do you find the sum of odd numbers from an number, (X) to another number, (X)? if you have a formula i would appreciate it :)
Answers
Answered by
0
Answer:
Step-by-step explanation:
An efficient solution is to use direct formula. To find the sum of first n odd numbers we can apply odd number theorem, it states that the sum of first n odd numbers is equal to the square of n. if we apply odd number theorem: sum of first 10 odd numbers = n * n = 10 * 10 = 100.
juliabollwerk:
do you know how to get the sum of numbers from n-x when n does not equal one? thanks!
Similar questions