Kaur92
Five tiles which are marked individually with the letters A to E are placed into a bag, and randomly drawn out one by one without being replaced. What is the probability that the tile with the letter B is pulled out immediately after the tile with the letter A?
A. 1/5
B. 2/5
C. 1/10
D. 1/30
E. 1/120
Question -
I solved it as, group "AB" as one, and the other 4 letters individually. So, now we have 4! waves of desired outcomes. Total number of outcomes in 5!. Answer is 1/5. Is my logic correct?
Answer is 1/5 (A)
So, there are 5 letters in the bag: A, B, C, D, and E. We are interested in the following outcomes:
ABXXX: 1/5*1/4 = 1/20;
XABXX: 3/5*1/4*1/3 = 1/20;
XXABX: 3/5*2/4*1/3*1/2 = 1/20;
XXXAB: 3/5*2/4*1/3*1/2*1 = 1/20;
The sum of the above is 1/20 + 1/20 + 1/20 + 1/20 = 4/20 = 1/5.
Answer: A.
OR: P = Favorable/Total
Number of favorable outcomes: consider A and B as one unit: {AB}. Four units {AB}, {C}, {D}, and {E} can be arranged in 4! ways. In all of these outcomes B will be immediately after A:
{AB}{C}{D}{E};
{AB}{C}{E}{D};
{AB}{D}{C}{E};
{AB}{D}{E}{C};
{AB}{E}{C}{D};
{AB}{E}{D}{C};
...
{C}{E}{D}{AB};
Total number of outcomes: five letters A, B, C, D, and E can be arranged in 5! ways.
P = Favorable/Total = 4!/5! = 1/5.
Answer: A.