In the NPR Sunday Puzzle recently, the "weekly challenge" asked about what times on a digital clock (not using military i.e. 00-24:00 time) would read the same if the clock was turned upside down, giving the example 6:29 (the colon is to be ignored).
The link provided gives an answer of
58 times
I did not get that answer. My reasoning was
In a time with three digits, a middle digit of 0, 1, 2, or 5, it will rotate onto itself. Thus we have 1(0125)1, 2(0125)2, 5(0125)5, 6(0125)9, 8(0125)8, and 9(0125)6 as 24 symmetric times. With 4 digits, the first two digits determine what the last two must be. So, 10:01, 11:11, and 12:21 are 3 more symmetric times. That's 27, but the puzzle specifies both AM and PM should be counted, so my final answer is $27\times2=54$ times.
Which symmetric times am I missing?