Solveeit Logo

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.

Explanation

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,...a + d, a + 2d,...form.
Some general formulas to solve such question:
an=a+(n1)d{a_n} = a + (n - 1)d
Sn=n2(2a+(n1)d){S_n} = \dfrac{n}{2}\left( {2a + (n - 1)d} \right) where an{a_n}=last term; a=first term; d=common difference; n=no of terms and Sn{S_n} is summation of series upto n terms.

Complete step by step solution:
As we all know that 56,63,70...49756, 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...49756,63,70...497will have a common difference of 7 with first term 56 and last term 497.
Using formula, an=a+(n1)d{a_n} = a + (n - 1)d, we can find the total number of terms i.e. n.

=an=a+(n1)d 497=56+(n1)7 441=(n1)7 63=(n1) n=64  = {a_n} = a + (n - 1)d \\\ \Rightarrow 497 = 56 + (n - 1)7 \\\ \Rightarrow 441 = (n - 1)7 \\\ \Rightarrow 63 = (n - 1) \\\ \Rightarrow n = 64 \\\

Finding summation of series using: Sn=n2(2a+(n1)d){S_n} = \dfrac{n}{2}\left( {2a + (n - 1)d} \right)
Sn{S_n}=Summation of series upto nth term.

{S_n} = \dfrac{n}{2}\left( {2a + (n - 1)d} \right) \\\ \Rightarrow {S_{64}} = \dfrac{{64}}{2}\left\\{ {2(56) + (64 - 1)7} \right\\} \\\

S64=32(112+441) \Rightarrow {S_{64}} = 32\left( {112 + 441} \right)
S64=32(553)\Rightarrow {S_{64}} = 32\left( {553} \right)
S64=17696\Rightarrow {S_{64}} = 17696
So, the sum of all integers between 50 and 500; which are divisible by 7 is 1769617696.

Note:
Student’s can use this formula for finding summation of series upto n terms to make calculations easier: Sn=n2(a+an){S_n} = \dfrac{n}{2}(a + {a_n}).

Sn=n2(2a+(n1)d) Sn=n2(a+a+(n1)d) Sn=n2(a+an)......(an=a+(n1)d)  \because {S_n} = \dfrac{n}{2}\left( {2a + (n - 1)d} \right) \\\ \Rightarrow {S_n} = \dfrac{n}{2}\left( {a + a + (n - 1)d} \right) \\\ \Rightarrow {S_n} = \dfrac{n}{2}(a + {a_n})......(\because {a_n} = a + (n - 1)d) \\\