Say we are playing russian roulette with a pistol with $6$ slots, $1$ with a bullet. Then what's the probability that you'll survive if you've shot the gun $n$ times without rolling the chamber after each shot?
First of all, note that for $n\geq 6$, $P(A_n)=0$, where $A_n\equiv$ surviving $n$th shot.
The problem arises when $n\leq6$:
Solution says $P(A_n)=\dfrac{6-n}{6}$, but I got something different which makes sense too.
What I thought was that the probability of surviving each shot would be the number of empty slots left over all the slots left to shoot which are the empty ones plus the one with the bullet. Namely,
$$P(A_n)=\dfrac{6-n}{6-n+1}.$$
Thus, $$\{P(A_i)\}_{i=1}^6=\left\{\dfrac{5}{6},\dfrac{4}{5},\dfrac{3}{4},\dfrac{2}{3},\dfrac{1}{2},0\right\}.$$
My question is: which of the two is the correct? Mine or the solution sheet's?
As discussed in the comment section, what I actually computed was $P(A_n|\displaystyle{\cap}_{i=1}^{n-1}A_i)$ instead of $P(\displaystyle{\cap}_{i=1}^{n}A_i)$.
Employing multiplication rule we can find the actual answer: $$ \begin{aligned} P(\displaystyle{\cap}_{i=1}^{n}A_i)&=P(A_1)\prod_{i=2}^nP(A_i|\displaystyle{\cap}_{j=1}^{i-1}A_j)\\ &=P(A_1)\prod_{i=2}^n\dfrac{6-i}{6-i+1}\\ &=P(A_1)\dfrac{6-n}{5}=\dfrac{5}{6}\dfrac{6-n}{5}=\dfrac{6-n}{6}. \end{aligned}$$