Question
Question: Calculate the sum of natural numbers between 1 and 42. A) 460 B) 900 C) 903 D) 920...
Calculate the sum of natural numbers between 1 and 42.
A) 460
B) 900
C) 903
D) 920
Solution
We are given the two limits as 1 and 42. But here we are not going to literally add the numbers rather we will use the formula for finding the sum of n natural numbers.
sum=2n(n+1) where n is the numbers to be added. Let’s solve it!
Complete step by step solution:
Given that there are 42 numbers in 1 and 42. So n=42.
Now using the formula mentioned above
sum=2n(n+1)
⇒242(42+1)
Divide 42 by 2 and add the numbers in bracket
⇒21×43
On multiplying we get
⇒903
Hence 903 is the sum of natural numbers between 1 and 42.
**
So the correct option is C.**
Note:
Alternate method:
Given numbers are in an arithmetic series like a sequence we can say. Where first term a=1 and common difference d=1. Isn’t it??
So e can use the formula of sum of terms of an arithmetic series as
Sn=2n(2a+(n−1)d)
Here a=1, d=1. So, it becomes
Sn=2n(2+(n−1))
⇒Sn=2n(n+1)
And this is the same formula we used above.
⇒Sn=242(42+1)=21×43=903