This is a lame question but it's been bugging me for a while...
A father and his son are at a diner and each make one selection (randomly and independently) from a list of $10$ different dishes on a menu. What is the probability they choose different dishes?
Let $E$ be the event that they choose separate dishes. Let's condition on the father ordering first (call the event $F$) then,
$$P(E) = P(E \mid F) P(F) + P(E \mid F^c) P(F^c)=\left(\frac{1}{2}\right)\left(\frac{9}{10}\right)+\left(\frac{1}{2}\right)\left(\frac{9}{10}\right) = \frac{9}{10}$$
Question 1: I don't think you can say "order doesn't matter" for this problem. I think order does matter. Is that correct?
You could say "regardless of the order for this situation the conditional probabilities happen to be symmetrical, $P(E|F) = P(E|F^c) = 9/10$, and since the probability of the conditioning event is one half, the probability of the event in question is equal to just one of the conditional probabilities." That is $P(E) = P(E|F)$. Is that the right way to think about this problem?
Let's say I condition on the dish ordered by the first person
$$\sum_{i=1}^{10} P(E \mid T=i)P(T=i) = \sum_{i=1}^{10} \frac{9}{10}\frac{1}{10} = 9/10$$
Question 2: Is this the same situation where "order does matter" it's just that the $P(E)$ is equal to either $P(E \mid T=i)P(T=i)$ summed for all $i$ whether the father or son goes first?
Question 3: If order does matter, then how does the problem change if you say they choose them exactly simultaneously? Thanks.
I don't understand what you are trying to express.
There are two seperate events: the father choose a dish, and the son choose a dish.
It doesn't matter whether they do it simutalneously, or one after the other, the probability is always $\frac9{10}$