asked 4.5k views
4 votes
What is the sum of all odd numbers 10 to 55

asked
User Aberaud
by
7.8k points

1 Answer

3 votes

Answer:

To sum consecutive numbers we use the formula:

n * (n+1) / 2

1 through 55 = (55 * 56) / 2 = 1,540

1 through 9 = (9 * 10) / 2 = 45

10 through 55 = 1,540 -45 = 1,495

********************************************************

EDITED

Gee, it seems I added ALL numbers from 10 through 55

ALL ODD numbers from 10 through 55 sum to

759

Explanation:

answered
User Sudhin Davis
by
7.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.