Suppose $A(p, n)=(a_{ij}(p))_{i, j \leq n}$ is an $n\times n$ random matrix over $\mathbb{F_2}$, with all its entries being i.i.d. and such that $P(a_{ij}(p) = 1) = p$, where $p$ is some real number from $[0; 1]$. What is the largest possible probability, that $A(p, n)$ is non-singular and with what $p$ is it reached?
Note, that $A(p, n)$ in non-singular iff $det(A(p, n)) = 1$.
Solution for $n=1$:
$det(A(p, 1)) = 1$ with probability $p$. The maximum of $det(A(p, 1))$ is $1$ and it is reached with $p = 1$.
Solution for $n = 2$:
$det(A(p, 2)) = 1$ with probability $2p^2(1 - p^2)$. The maximum of $P(det(A(p, 2))=1)$ is $\frac{1}{2}$ and it is reached with $p = \frac{1}{\sqrt{2}}$.
However, I would like to know some sort of general formula (or at least asymptotics).
EDIT:
After I failed to solve this problem using determinants, I tried to prove this using the fact that asquare matrix is non-singular iff its rows are linearly dependent. As there exists only one non-zero element in $\mathbb{F_2}$, we can write linear dependence of the vector system $\{v_i\}_{i \leq n}$ in $\mathbb{F}_2^n$ as $\forall S \subset \{1, ... , n\}$ such that $S \neq \emptyset$ we have $\sum_{i \in S} v_i \neq \overline{0}$. I know the probability that a given set of vectors with i.i.d. random entries Bernoulli distributed with parameter $p$ $\{v_i\}_{i \leq k}$ over $\mathbb{F}_2^n$ satisfy $\sum_{i = 1}^k v_i \neq \overline{0}$ is $(1 - \frac{p((1 - 2p)^k - 1)}{1 - 2p})$. However, I do not know how to proceed further in this direction.