find the sum of consecutive numbers from 1 to 10
Answers
Answer:
Answer is 55. Basically, you can rewrite the sum as 1+2+3+4+5+6+7+8+9+10 = (1+10+2+9+3+8+4+7+5+6) = (11+11+11+11+11) = 11*5 = 55. Using a formula: To sum consecutive numbers from 1 to n (that is 1,2,3,….,n-1,n) : a simple formula exists: n(n+1)/2. Example: here n=10, therefore n(n+1)/2 = 10(10+1)/2 = 11*5 = 55.
Step-by-step explanation:
hope it is helpful please follow add brain list
Answer:
Answer is 55. Basically, you can rewrite the sum as 1+2+3+4+5+6+7+8+9+10 = (1+10+2+9+3+8+4+7+5+6) = (11+11+11+11+11) = 11*5 = 55. Using a formula: To sum consecutive numbers from 1 to n (that is 1,2,3,….,n-1,n) : a simple formula exists: n(n+1)/2. Example: here n=10, therefore n(n+1)/2 = 10(10+1)/2 = 11*5 = 55.
Step-by-step explanation:
hopes it helps you
Radhe Radhe❤