TCS
Company
Logical Reasoning
Coding Decoding
how to calculate 5 digit's 50th position palindrome number ?
Read Solution (Total 5)
-
- 14941
start from 10001 bcoz it is the smallest palindrome number
so 10th number is 10901 11th is 11011 by this way 21st is 12021 31st is 13031 41st is 14041 and the 50th is 14941 - 12 years agoHelpfull: Yes(28) No(0)
- To sourabh malu
Palindrome means if the number reversed it will same..like 101, 37373if you count it from right or left it will same..
now smallest five digit number is 10000 bt it not palindrome...
smallest five digit palindrome number is 10001.
next palindrome is 10101, after that 10201.. in this way 10th palindrome is 10901..and 11th is 11011...same way 20th is 11911 and 21st is 12021,31st is 13031 41st is 14041 and the 50th is 14941..
still you don't understand you can mail me...my id is..sdsaumitradey@gmail.com - 12 years agoHelpfull: Yes(9) No(0)
- for defination of palindrome number see...
http://en.wikipedia.org/wiki/Palindromic_number
now you see that smallest five digit palindrome is 10001...now 2nd is 10101 3rd is 10301...in this way 10th is 10901...in this way 11th is 11011..like that 50th is 14941 - 12 years agoHelpfull: Yes(4) No(0)
- plz can u explain it in detail...?????
- 12 years agoHelpfull: Yes(2) No(0)
- saumitra how 10th number is10901? i have no idea about palindrome
- 12 years agoHelpfull: Yes(1) No(1)
TCS Other Question