Find the sum of all x such that
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
According to the given condition x needs to be a multiple of 11 lying between 300 and 3000.
The values will be 308, 319, 330 ..............2992
It will be an AP with a = 3 0 8 d = 1 1 a n d t n = 2 9 9 2 . By the formula of n t h term we can find n
t n = a + ( n − 1 ) d from here we will get n = 2 4 5 .
Sum of this AP will be
S n = 2 n ( a + t n )
= 2 2 4 5 ( 3 0 8 + 2 9 9 2 ) = 4 0 4 2 5 0