Browse · MATH
Printjmc
prealgebra senior
Problem
A is a number which reads the same forward as backward, for example 313 or 1001. Ignoring the colon, how many different palindromes are possible on a 12-hour digital clock displaying only the hours and minutes? (Notice a zero may not be inserted before a time with a single-digit hour value. Therefore, 01:10 may not be used.)
Solution
First, consider the three-digit palindromes. There are choices for the first digit (the hour): , ,..., . There are choices for the second digit (the tens digit of the minutes): , , ..., . The last digit (the units digit of the minutes) has to be the same as the first digit. So there are three-digit palindromes.
Second, consider the four-digit palindromes. The first digit (the tens digit of the hour) must be . There are choices for the second digit (the units digit of the hour): , , and . The third digit must be the same as the second digit, and the fourth digit must be the same as the first digit. So there are four-digit palindromes.
In total, there are different palindromes.
Second, consider the four-digit palindromes. The first digit (the tens digit of the hour) must be . There are choices for the second digit (the units digit of the hour): , , and . The third digit must be the same as the second digit, and the fourth digit must be the same as the first digit. So there are four-digit palindromes.
In total, there are different palindromes.
Final answer
57