Let each element of vector $x_{n \times 1}$ be a random variable which could be equal to one or zero with probability $\frac{1}{2}$. We have $k$ such vectors $x_1,\dots,x_k$. Assuming all operations are over GF(2), what is the probability that the base vector $e_1=[1,0,0,\dots,0]^T$ is spanned by vectors $x_1,\dots,x_k$. This problem is closely related to the one in
Expected number of random binary vectors to make matrix of order n
The difference is we are only interested in the probability of spanning one specific vector. Also, what is the average value of k for which $e_1$ is spanned with probability one?