Suppose I have a random variable $X$ following a Bernoulli distribution with some known probability $p$. How do I calculate the mean number of trials $N$ needed such that you'd expect to observe an inconsistent outcome in $X$?
For example, say I sampled $X$ five times ($N=5$), a consistent outcome would be $[0,0,0,0,0]$ or $[1,1,1,1,1]$ and an inconsistent outcome could be $[0,0,0,1,0]$ or $[1,1,0,0,0]$.