RonPurewal Wrote:you have to be extremely careful whenever you multiply consecutive probabilities for statements that encompass multiple possibilities (especially negative statements, like the ones here). let me point out what can go wrong, using your first group of calculations as an example:
mclaren7 Wrote:Hi friends,
My above post in summary:
1. The probability that ONLY A matches
The probability of Letter A going into Envelope A = 1/4
The probability of Letter B NOT going into Envelope B = 2/3
The probability of Letter C NOT going into Envelope C = 1/2
The probability of Letter D NOT going into Envelope D = 1
ONLY A matches is 1/4 x 2/3 x 1/2 x 1 = 2/24 = 1/12
Since there are 4 sets = 4 x 1/12 = 1/3.
there are issues with this calculation. it happens to hit upon the correct value at the end, but that's a total coincidence.
i agree with the first two probabilities: the probability that letter a goes into envelope a is indeed 1/4, and the probability
if that happens that the letter b goes into an envelope other than b is 2/3.
however, it's downhill from there: if letter b actually went into envelope c, then the probability of letter c not going into envelope c is 1. the probability is only 1/2 (as you've stated)
if letter b winds up in envelope d.
similarly, the final probability is either 0 or 1, depending on whether the last envelope remaining is envelope d or not. if letter b goes in envelope c and letter c goes in envelope b (fulfilling all of your conditions), then letter d is stuck going into envelope d, making that last probability 0.
so, if you're going to go this route, you're stuck with doing the following:
* first 2 steps = same as you have them now
* 3rd step = 2 branches of a probability tree, depending on whether envelope c is still available (vs. whether it was used for letter b)
* 4th step = 2 branches off EACH of those prior 2 branches, depending on whether envelope d is still available (vs. whether it was used for letter b or c)
that really, really sucks.
in general, if you have a COMBINATION problem with a SMALL # OF COMBINATIONS, you are much better off just counting possibilities than trying to employ fancy probability tricks.
hth!
> Ron:
Well, I really think you are wrong.
Is that really a coincindence that the consecutive probabilities method hit upon the correct value at the end?
Let's try with 3 enveloppes.
-Brutal force method:
We know there is a total of 3*2 = 6 possibilites:
abc: no good
acb: ok
bac: ok
bca: no good
cab: no good
cba: ok
So the probability is 3/6 = 1/2
-Consecutive probabilities method:
3 * 1/3 * 1/2 = 1/2
Same result again.
I do not agree with this part of your explanation:
however, it's downhill from there: if letter b actually went into envelope c, then the probability of letter c not going into envelope c is 1. the probability is only 1/2 (as you've stated) if letter b winds up in envelope d.
similarly, the final probability is either 0 or 1, depending on whether the last envelope remaining is envelope d or not. if letter b goes in envelope c and letter c goes in envelope b (fulfilling all of your conditions), then letter d is stuck going into envelope d, making that last probability 0.
I think this line of reasoning is wrong.
Letter A has a probability of 1/4 to get into envelope A.
Letter B has a probability of 2/3 not to get into envelope B.
Now let's pretend that letter B got into enveloppe D.
Letter C has a probability of 1/2 not to get into envelope C.
(At this point, C could get into enveloppe B or C)
Now let's pretend that letter B got into enveloppe C.
Now we seem to be stuck because the probability of letter C not going into envelope C is 1. However, we have to think of letter D first.
Letter D has also a probability of 1/2 not to get into envelope D. (At this point, D could get into enveloppe B or D)
Whether B gets into enveloppe C or D, we always have a letter (C or D) that has a probability of 1/2 of not going into the right envelope.
Thus, the consecutive probabilities method will always yield:
4 * 1/4 * 2/3 * 1/2 = 1/3.
I think we do not have to make trees. We have to assume the events x, y and z are independent. We have to assume that x and y occured before thinking of z, and then multiply the three probabilities together.
What would be the result with 5 letters and 5 envelopes? I am pretty sure the answer would be 1/4.
5 * 1/5 * 3/4 * 2/3 * 1/2 = 1/4