0. What is the probability that a randomly selected bit string of length 10 is a palindrome?
i.e. 25 choices for first half and 25 choices for second half.
Probability = favorable outcome / total outcome
= 25/ 210
= 1 / 25
= 1 / 32.
So, option (B) is correct.