Could someone help with a quick solution for this question? Thanks!
RPurewal Wrote:Hey people - common-sense guideline: if you're going to post anything, then post the EXPLANATIONS for your answers. If you just post some numbers and say 'these are the possibilities,' then no one is really being helped.
This is one of those problems on which, if you're stuck, you can just make a list and count things: the total number of possibilities is only 4! = 24. You can list that many possibilities in well under a minute, especially if you arrange them in an organized manner.
Here we go: Use ALPHABETICAL ORDER.
ABCD ABDC ACBD ACDB* ADBC* ADCB
BACD BADC BCAD* BCDA BDAC BDCA*
CABD* CADB CBAD CBDA* CDAB CDBA
DABC DACB* DBAC* DBCA DCAB DCBA
I've marked with asterisks those arrangements in which exactly one letter goes in the matching envelope (this is a lot easier to see if you arrange the letters vertically, with the heading ABCD at the top, as you might do on the yellow dry-erase pad).
What you should get from this discussion: If you're stuck on a problem, don't be afraid to just list things and do the problem the 'brute-force way'. Really, don't. Every second you spend just staring at a problem is a second wasted.
shaji Wrote:The 'brute force way' proves the distibution of possibilities and is indeed a practical approach. If Tanya had more than 4 letters and envelopes, things will turn very 'brutal' this way.
Now the math involved is a bit difficullt to explain on this form, as it involves Venn Diagrams, Baye's theorem(Conditional Probability) and combinotrics. Appling these will enable you to solve it in a single line and would not take even 45 secs.
in this prob, it goes like this:
Prob(only1 in correct envelope)=(1/2+1/6-1/24)-(1/2+1/6+1/24)=1/3RPurewal Wrote:Hey people - common-sense guideline: if you're going to post anything, then post the EXPLANATIONS for your answers. If you just post some numbers and say 'these are the possibilities,' then no one is really being helped.
This is one of those problems on which, if you're stuck, you can just make a list and count things: the total number of possibilities is only 4! = 24. You can list that many possibilities in well under a minute, especially if you arrange them in an organized manner.
Here we go: Use ALPHABETICAL ORDER.
ABCD ABDC ACBD ACDB* ADBC* ADCB
BACD BADC BCAD* BCDA BDAC BDCA*
CABD* CADB CBAD CBDA* CDAB CDBA
DABC DACB* DBAC* DBCA DCAB DCBA
I've marked with asterisks those arrangements in which exactly one letter goes in the matching envelope (this is a lot easier to see if you arrange the letters vertically, with the heading ABCD at the top, as you might do on the yellow dry-erase pad).
What you should get from this discussion: If you're stuck on a problem, don't be afraid to just list things and do the problem the 'brute-force way'. Really, don't. Every second you spend just staring at a problem is a second wasted.
RPurewal Wrote:Hey people - common-sense guideline: if you're going to post anything, then post the EXPLANATIONS for your answers. If you just post some numbers and say 'these are the possibilities,' then no one is really being helped.
This is one of those problems on which, if you're stuck, you can just make a list and count things: the total number of possibilities is only 4! = 24. You can list that many possibilities in well under a minute, especially if you arrange them in an organized manner.
Here we go: Use ALPHABETICAL ORDER.
ABCD ABDC ACBD ACDB* ADBC* ADCB
BACD BADC BCAD* BCDA BDAC BDCA*
CABD* CADB CBAD CBDA* CDAB CDBA
DABC DACB* DBAC* DBCA DCAB DCBA
I've marked with asterisks those arrangements in which exactly one letter goes in the matching envelope (this is a lot easier to see if you arrange the letters vertically, with the heading ABCD at the top, as you might do on the yellow dry-erase pad).
What you should get from this discussion: If you're stuck on a problem, don't be afraid to just list things and do the problem the 'brute-force way'. Really, don't. Every second you spend just staring at a problem is a second wasted.
skoprince Wrote:There are more than 16 cases b/c some of the orderings that you set up have multiple possible set-ups.
For example, in this case:
First, let's use A, B, C, D to represent the four letters (and, if they are in the right envelopes, they'll be in that order - A in the first slot, B in the second slot, and so on)
For your RWWW, that could be ACDB, for example. Or it could be ADBC. Both of those have the first one (A) in the right envelope and all of the other three in the wrong envelopes - but they represent two different scenarios, not just the one generic scenario of RWWW. (Note that you couldn't do, say, ACBD, because now D is in the right slot as well - so there's a limit to the number of ways you can arrange the three "wrong" letters.)
By contrast, for your RRRR, that would have to be ABCD - there are no other options there, so there's really only one RRRR scenario.
So, in your set-up, you've counted some of the possible arrangements, but not all of them.
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.