Solveeit Logo

Question

Question: A \(3\) digit palindrome is a \(3\) digit number (not starting with zero) which reads the same backw...

A 33 digit palindrome is a 33 digit number (not starting with zero) which reads the same backwards as forwards. for example 171171. The sum of all even 33 digit palindromes is
(A) 2238022380
(B) 2570025700
(C) 2200022000
(D) 2240022400

Explanation

Solution

We should have the knowledge of what palindrome means to solve this problem. Palindrome signifies a sequence that reads the same backwards as forwards. such as 171171. Here, the sum of all even 3 digit palindromes is required, that means starting and ending with 2,4,6,82,4,6,8. First of all find the series of even 3digits no. first & assume one of them as nth term . Then finding the common difference between them, apply the concept & formula of arithmetic series to get the value of n & then sum of all 3 digit even no.s of that series.

Complete step-by-step answer:
Even 33 digit palindrome can be -
202,212,222,232,........292,.....(i)202,212,222,232,........292,.....(i)
404,414,424,...............494,..(ii)404,414,424,...............494,..(ii)
606,616,626,....................696,...(iii)606,616,626,....................696,...(iii)
808,818,828,..................898,...(iv)808,818,828,..................898,...(iv)
now, from equation (i)(i)
The last term is denoted as the nth{\operatorname{n} ^{th}} term and the difference between the 2 numbers of the series is known as common difference. So, for the first equation
Let 292292 be the nth{\operatorname{n} ^{th}}term of the series with 1st{1^{st}}term, a=202\operatorname{a} = 202, and common difference, d=212202=10\operatorname{d} = 212 - 202 = 10
tn=a+(n1)d...(v)\operatorname{tn} = a + \left( {n - 1} \right)d...(v)
In the above tn{t_n}denotes the last term of the series that is 292292and the first term is denoted by aa which is 202202 and d is the common difference in the entire series in this specific case it comes out to be 1010
So, on simplifying equation (v)(v), we can calculate the value of nn
292=202+(n1)×10\therefore 292 = 202 + \left( {n - 1} \right) \times 10
On simplifying the above equation, we get
n=9+1=10\Rightarrow n = 9 + 1 = 10
Taking the term which contain nnon one side and other on different side we get
\therefore
Now, On simplifying for the value of nn
10n=100 n=10010=10  \Rightarrow 10n = 100 \\\ \Rightarrow n = \dfrac{{100}}{{10}} = 10 \\\
We know that, sum of arithmetic series,
s=n2[2a+(n1)d]=n2[a+2]s = \dfrac{n}{2}\left[ {2a + \left( {n - 1} \right)d} \right] = \dfrac{n}{2}\left[ {a + 2} \right]
Putting the values of a, n, d in this formula,
Now, we know the value of nn and the value of the first term as well as the common difference. Now we can calculate the sum of the arithmetic series.
\therefore sum of all even 3 digit palindromes =102[202+292]+102[404+494]+102[606+696]+102[808+898]=22000 = \dfrac{{10}}{2}\left[ {202 + 292} \right] + \dfrac{{10}}{2}\left[ {404 + 494} \right] + \dfrac{{10}}{2}\left[ {606 + 696} \right] + \dfrac{{10}}{2}\left[ {808 + 898} \right] = 22000

Hence option (C) is the correct answer.

Note: In this type of problem, firstly, it should be recognised whether the series is in arithmetic, geometric or harmonic progression. Then the formula for respective series should be applied properly and then proceed. Concept of arithmetic series of finding nth term or sum of series should be crystal clear. Meaning of palindrome must be remembered otherwise one can’t even understand what they asked for.