From a comma-separated list of binary numbers, find how many numbers are divisible by a given number x. x is an integer in the range 1 to 9 and the total count of the binary numbers in the list will be less than 1000. You're allowed to create new functions.