Probability of palindrome of length 11

1.1k Views Asked by At

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.

3

There are 3 best solutions below

2
On

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?)

0
On

Hint: you need $b_i = b_{12-i}$ for $i = 1$ to $5$.

0
On

the first 6 bits don't matter, as stated earlier b1 = b11 etc Pallidromic=1/2 * 1/2 * 1/2 * 1/2 * 1/2