Question: Let $X$ denote the number of independent rolls of a fair die required to obtain the first $3$. What is $P(X \ge 6)$?
I think I have to get $3$ in $X$ rolls and I think I have to get $x$-$1$ non $3$'s first followed by a $3$. Am I correct with the approach? If so, then how do I compute this because I am struggling to find a way to do it properly. Need help
The probability that $X\geq 6$ is simply the probability of rolling something other than $3$ on the first five rolls. Thus, $\left(\frac56\right)^5$.
Does that makes sense?
Edit: You're right that $P(X=x)=(\frac56)^{x-1}(\frac16)$. If you sum that expression from $x=6$ to infinity, you end up with the same answer.