What is the probability that a random bit string of length 11 is a palindrome?
Anyone have an idea of how to do this? I'm not sure how to calculate the different cases.
What is the probability that a random bit string of length 11 is a palindrome?
Anyone have an idea of how to do this? I'm not sure how to calculate the different cases.
There are 2048 arbitrary bit strings of length 11. Now count the pallindromic ones. (How many can you choose arbitarily so the rest is determined?)