Why is my reasoning incorrect - probability?

For "spin", you are correct on the probability -- pretty straightforward.

For no spinning, we know the first person didn't land on either bullet. So there are 4 slots left.

Of those slots, you will only die if the first person's spin landed one before the start of the two bullets. So there is only one slot that satisfies this; therefore, the probability you will die is 0.25 --> so you should not spin but just pull the trigger again.

More formal derivation of this using conditional probabilities.

Let $S$ be the event person 1 survived and let $D$ be the event you die if you pull the trigger without re-spinning. Then

$$P(D|S) = \frac{P(D\cap S)}{P(S)}=\frac{1/6}{2/3}=\frac{3}{12}=\frac{1}{4}$$

Your reasoning assumes that you select one of the holes randomly from the remaining $5$ that haven't been tested. But the real situation is much more restricted, hence you got too big of a probability.

Second -- you multiplied the probability of both events but they are not independent, so you can't do this as a general rule. Also, you don't care about the probability of the first person surviving, since we are in a situation where we know they survived, so you really just want a conditional probability.


P(dying in second scenario) = P(1st surviving)*P(you being hit)

(quote from your question)

holds if you compute the probability of you dying on forehand, before the first person shoots. However, from the wording of the question I think they want you to compute the probability after the other person has shot and you already know that they survived.

After all: that is the moment that you need to make the decision between the two scenarios and hence the most natural moment to calculate the probability.

So you are more interested in calculating:

P(you being hit | 1st surviving)