Conditions here are that the first digit is equal to the last digit and since the numbers are not divisible by 5, the last digit cannot be 5 (or 0).
The first digit therefore also cannot be 5. 0 is automatically eliminated as 3 digit numbers do not start with 0.
The first place can be any of the 8 digits (1, 2, 3, 4, 6, 7, 8 or 9)
The second place can be any of the 10 digits from 0 to 9.
The last place will be the same as the first place, and therefore the number for this position has been already chosen. The number of ways of filling the last place is = 1.
Total numbers possible = 8 * 10 * 1 = 80
These will also include numbers whose sum of digits is \(\geq\) 20
Numbers starting with 9 - 999, 989, 979, 969, 959, 949, 939, 929 = 8 numbers
Numbers starting with 8 - 898, 888, 878, 868, 858, 848 = 6 numbers
Numbers starting with 7 - 797, 787, 777, 767 = 4 numbers
Numbers starting with 6 - 696, 686 = 2 numbers
Total numbers whose sum is \(\geq\) 20 = 8 + 6 + 4 + 2 = 20
Therefore the total numbers which satisfy the 3 constraints = 80 - 20 = 60
Option BArun Kumar