Math, asked by vn0376601, 3 months ago

find the sum of numbers between 1 to 100​

Answers

Answered by swayamkadam2005
1

5050

Step-by-step explanation:

this is the correct answer

Answered by Yugant1913
11

Answer:

5050

Step-by-step explanation:

A simple general solution for solving a sum of a number series is to

  1. Calculate the pairwise sum Lowest number in series + Highest number in series
  2. Count/calculate the number of pairs
  3. Multiply number of pairs with pairwise sum
  4. If odd numbered series: Add the unpaired center number

Since your question starts with the number 1, we can decide if we want to handle that specific series (even, 100 numbers) or add the 0 to make it odd without affecting the total sum.

I’ll do both.

For the odd series:

0 + 100 = 100

1 + 99 = 100

48 + 52 = 100

49 + 51 = 100

  1. The pairwise sum is 100.
  2. The number of pairs are 50.
  3. The sum of all pairs are 50*100 = 5000
  4. We add the unpaired center number 5000 + 50 = 5050

For the even series:

1 + 100 = 101

2 + 99 = 101

49 + 52 = 101

50 + 51 = 101

  1. The pairwise sum is 101.
  2. The number of pairs are 50.
  3. The sum of all pairs are 50*101 = 5050
  4. No unpaired center number

At first glance, choosing a odd series when you could choose an even, increases the complexity and should be avoided. In practice, that extra step is not a big thing compare to setting up your pairs and doing the multiplication. In the example above, choosing the odd series with the simpler pair set up and easier calculation is at least for me a quicker way to solve the problem.

Similar questions