Two $n$ bit binary strings $S_1$ and $S_2$ are chosen randomly with uniform probability.
The probability that the Hamming distance in between these strings (the number of bit positions where the two strings differ) is equal to $d$ is:
- $\binom{n}{d} \over {2^n}$
- $\binom{n}{d} \over {2^n}$
- $d\over2^n$
- $1\over2^d$
...choose the right answer.
I tried to solve the problem, but I didn't find any suitable way to tackle this problem.