The sum of all natural numbers between 50 and 100 is
a) 3975
b) 3675
c) 2500
d) 1275
Step by step :
Answers
Answer:
Step-by-step explanation:
There are formulas to work this out, but you can also suss out an answer by a liberal application of critical thinking.
Okay, you want to add 51 + 52 + 53 + … + 99 + 100, right? (The … represents all the numbers in between, in case you were wondering.)
Well, that’s a total of 50 numbers. And if you know anything about addition, you know that it doesn’t matter what order you add them.
So you could also say 51 + 100 + 52 + 99 + 53 + 98 + … and so on.
Let’s see what happens. 51 + 100 = 151. So far so good.
Then, 52 + 99 also equals 151. And 53 + 98 also equals 151. Since there are 50 numbers, that’s 25 pairs that are going to add up to 151.
151 + 151 + 151 + 151 + … (21 more instances of 151).
So we can simplify our workload a bit. Instead of adding up all the numbers by hand, we can just multiply 151 by 25.
151 x 25 = 3775
From that, we can work out a generic formula that will allow you to add any sequence of numbers…without actually adding.
Let a be the first number in the sequence, and let n be the last number in the sequence. The number of numbers is (n - a) + 1. (You have to add 1, because if you just subtract, it’s like you’re losing the lowest number in the sequence).
So…you get the sum by adding the first and last number in the sequence, and then multiplying that result by half of the total number of numbers.
(a+n)((n−a)+12)
an−a2+a+n2−an+n2
−a2+a+n2+n2
−a(a−1)+n(n+1)2
Let’s check to see if it works!
−51(51–1)+100(100+1)2
−51(50)+100(101)2
−2550+10,1002
75502
3775
Note that if the starting number were 1, the formula would simplify to n(n+1)2
Concept
All the positive integers which start from 1 are known as natural numbers. For example, 1, 2, 3, 4, …….. Are antiviral numbers.
And the natural numbers between 50 and 100 is as follows,
51, 52, 53,........99
Which is an arithmetic series, therefore the sum can be calculated by using the formula
S = n/2 [ 2a + (n-1)d]
Where n is the total numbers in the sequence, a is the first number of the sequence and d is the difference between the two successive numbers.
Given
The given sequence is 51, 52, 53,........99.
n = 49
d =1
a = 51
Find
We have to calculate the sum of the natural numbers between 50 and 100.
Solution
Using the values from the given data to calculate the value of the number we have,
S = 49/2 [ 2*51 + ( 49-1)1]
S = 49/2 * [ 102 + 48 ]
S = 49/2 * 150
S = 3675
Hence the sum of the natural numbers between 50 and 100 comes out to be 3675.
#SPJ2