asked 69.0k views
4 votes
What is the sum of the first 10000 numbers?

asked
User Abolfazl
by
7.9k points

2 Answers

5 votes
(10000+1) * (10000/2) = 50,005,000
answered
User Maciej S
by
8.0k points
4 votes

sum = 10000(10000-1)/2

sum = 10000(100001)/2

sum = 100010000/2

sum = 50,005,000

answered
User Mahmoud Samy
by
7.9k 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.