UNSTOPPABLE12, Happy to help

This question can be solved in a matter of seconds by taking a systematic approach.
Let us say the five digit number is _ _ _ _ _
1. For a number to be a five digit number, the first digit cannot be zero (else it will be a four digit number)
2. When we choose the last two blanks, we will have no choice left for the first two blanks -
as they will be identical to the last two - this is the definition of the palindrome.
3. The central number ( hundredths place) can be anything.
4. The ending digit can be an even number other than zero - keeping point 1 in mind.
Based on the above three criteria we have
1 1 10 10 4 ways to choose the _ _ _ _ _ respectively.
Hence a total of 1*1*10*10*4 ways or 400 ways - using the AND-rule.
Hope this all makes sense.
UNSTOPPABLE12
Hi
Gladiator59 ,
I was wondering if you could help me with this problem... My way of approach is that there are 3 different cases.
1) aaaaa --->all even and same = 4 ways (2222,4444 etc.)
2) aabaa---->first 2 and last 2 same = 144 ways eg. 22322
3) abcba ----> 324 ways eg. 21312
4+144+324=472
What is the flaw of my approach? I have wrongly calculated the combinations in each case or is it something else?