I have two sequences of binary trials chosen at random. In both cases, $n$ is the length of the sequence, and $p$ is the success probability. Obviously, the sequences will not be identical, for example
$$A = [1,0,1,1,0,1,...]$$
$$B = [1,1,0,1,1,0,...]$$
What I want to find is the expected proportion of trials that match at each position (e.g. $A_x = B_x$). In other words on average, what percent of the trials in $A$ will match the corresponding trial in $B$?