Two pizzas are each divided into eight slices and placed inside separate boxes with the lids closed, and left in an empty room. People randomly arrive at the room to take a slice. Each person who arrives randomly chooses a box, opens it, takes a slice of pizza and closes the box. If all eight slices from a box are taken then the lid is not closed.
The first person to discover an empty box opens the other box. Calculate the probability that it contains all eight slices.
The answer says $\left(\dfrac{1}{2}\right)^8$. This is what I intuitively thought, until my friend posed the solution $\left(\dfrac{1}{2}\right)^7$ as he is looking at the problem from the standpoint that all the others have to do is pick the same box as the first person, and it doesn't matter which box the first person chooses. I have a feeling that perhaps his situation is more conditional probability, but I'm struggling to get my head around what is correct! Can anyone clarify?
The only possible way for a person to discover an empty box and a full one, is if eight slices have been taken (not more). The second condition is, that every slice was taken from the same box. This adds up to your result $(\frac{1}{2})^8$ since every person must take a slice from the same box.