How many four-digit numbers divisible by 11 are not palindromes?(A palindrome is a number that reads the same in either direction. E.g. 121)
Option (d)
The number of four digit numbers divisible by 11=(9999−1001)11+1=818+1=819.
A four-digit palindrome can be written as xyyx then, as (x+y) - (y+x) = 0, it is always divisible by 11. For xyyx, x can be chosen from 1 to 9 and y from 0 to 9.
Hence,The number of four-digit palindrome numbers =9×10=90.
Hence, The required number = 819 - 90 = 729.