Question
Question: Find the sum of all integers between 50 and 500; which are divisible by 7....
Find the sum of all integers between 50 and 500; which are divisible by 7.
Solution
Arithmetic progression: An arithmetic progression or sequence is the sequence of numbers such that the difference the consecutive terms is finite.
Arithmetic progression will be in a+d,a+2d,...form.
Some general formulas to solve such question:
an=a+(n−1)d
Sn=2n(2a+(n−1)d) where an=last term; a=first term; d=common difference; n=no of terms and Sn is summation of series upto n terms.
Complete step by step solution:
As we all know that 56,63,70...497will be the integers between 50 and 500 that are divisible by 7.
Each integer is having a common difference of 7 will result in an Arithmetic progression series.
The series 56,63,70...497will have a common difference of 7 with first term 56 and last term 497.
Using formula, an=a+(n−1)d, we can find the total number of terms i.e. n.
Finding summation of series using: Sn=2n(2a+(n−1)d)
Sn=Summation of series upto nth term.
⇒S64=32(112+441)
⇒S64=32(553)
⇒S64=17696
So, the sum of all integers between 50 and 500; which are divisible by 7 is 17696.
Note:
Student’s can use this formula for finding summation of series upto n terms to make calculations easier: Sn=2n(a+an).