The number of positive ions crossing a detector in a certain time until the first negative ion is seen is a random variable with $E(x) = 11$. Each cross is an independent event. The distribution function is given by $F_X (X \leq x) = 1 - (1-p)^x$ with $x = 1, 2, 3, ...$.
What is the value of $p$? What is the probability of 4 consecutive positive ions crossings until you see the first negative ion crossing?
I believe this is a (binomial) geometric distribution with $X =$ "number of positive ions crossing a detector in a certain time until the first negative ion is seen" and for wich $E(X) = \frac{1}{p} = 11 \iff p = \frac{1}{11} = .090$.
Now that I have $p$ I believe that I may have to calculate $F(X \geq 5)$ but then I do $$F_X(X \geq x) = 1- F_X(X \leq x) = 1 -(1-(1-p)^x) = (1-p)^x = (1-.090)^5 = .624$$ this doesn't seem quite right to me because it is too high. Am I thinking something wrong here?
Your interpretation is correct, even the correct calculation (see @callculus latest remark) should be $P(X\ge 5)=(1-0.090)^4$. Your distribution is a geometric, not a binomial, with support $x=1.2.3,\dots$.
if the question was
the answer was lower:
$$\left(\frac{10}{11}\right)^4\cdot \frac{1}{11}=6.21\%$$