Question
Question: A \(3\) digit palindrome is a \(3\) digit number (not starting with zero) which reads the same backw...
A 3 digit palindrome is a 3 digit number (not starting with zero) which reads the same backwards as forwards. for example 171. The sum of all even 3 digit palindromes is
(A) 22380
(B) 25700
(C) 22000
(D) 22400
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 171. Here, the sum of all even 3 digit palindromes is required, that means starting and ending with 2,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 3 digit palindrome can be -
202,212,222,232,........292,.....(i)
404,414,424,...............494,..(ii)
606,616,626,....................696,...(iii)
808,818,828,..................898,...(iv)
now, from equation (i)
The last term is denoted as the nth term and the difference between the 2 numbers of the series is known as common difference. So, for the first equation
Let 292 be the nthterm of the series with 1stterm, a=202, and common difference, d=212−202=10
tn=a+(n−1)d...(v)
In the above tndenotes the last term of the series that is 292and the first term is denoted by a which is 202 and d is the common difference in the entire series in this specific case it comes out to be 10
So, on simplifying equation (v), we can calculate the value of n
∴292=202+(n−1)×10
On simplifying the above equation, we get
⇒n=9+1=10
Taking the term which contain non one side and other on different side we get
∴
Now, On simplifying for the value of n
⇒10n=100 ⇒n=10100=10
We know that, sum of arithmetic series,
s=2n[2a+(n−1)d]=2n[a+2]
Putting the values of a, n, d in this formula,
Now, we know the value of n and the value of the first term as well as the common difference. Now we can calculate the sum of the arithmetic series.
∴sum of all even 3 digit palindromes =210[202+292]+210[404+494]+210[606+696]+210[808+898]=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.