Vetrik wrote:
[wrapimg=]alex1233 wrote:
There are 8 disks in a container that are numbered 23, 24, 25, 26, 28, 29, 30 and 31. 4 disks are randomly removed from the container, one after the other, without replacement. Then a list of 5 numbers containing the 4 numbers on the disks selected, together with the number 27 will be made. What is the probability that 27 is the median of the list of 5 numbers?
A. 2/5
B. 17/35
C. 1/2
D. 18/35
E. 5/9
I split the numbers into two groups: Group A (23,24,25,26) and Group B (28,39,30,31). Then I saw that in order to have a median of 27 we need to have 2 from group and and 2 from group B. The probability of that is 4/8 x 3/7 x 4/6 x 3/5 = 3/35. However this is not one of the answers provided. What am I doing wrong?
Thanks!
For 27 to be the median of the drawn numbers, we must have 2 numbers from the Group A and 2 numbers from Group B. There are 4!/(2!*2!) = 6 ways to arrange AABB.
The probability of drawing AABB is the same regardless of the order they were drawn in = (4/8)(3/7)(4/6)(3/5) = 3/35.
Thus the total probability is 6 * (3/35) = 18/35.
Answer: D[/wrapimg]
---------
To elaborate Speedily's answer & to help those who are wondering why 3/35 is not the answer.
when u do.... 4/8*3/7*4/6*3/5 ...what we are doing here is we are doing permutation 4P2 * 4P2 / 8P4
But this problem doesn't require permutation for the arrangement doesn't matter here...we just need two nos smaller than 27 and two nos greater than 27..no matter how the numbers are arranged. Hence Bunuel method of using combinations 4C2 * 4C2 / 8C4 is the best method.
But if we use 4/8*3/7*4/6*3/5 which is a permutation, we need to change it to combination.
[A permutation is changed to combination by multiplying/dividing with Factorials]
what is that factorial?
In how many ways can the disc be chosen...
1. Choosing first disc between nos [23-26]1 ; second disc again between [23-26]2; third disc between [28-31]1 and fourth again bet [28-31]2 [I have written numbers 1 and 2 after the brackets to denote first & second disc from the same group] OR
2. Choosing first disc between nos [23-26]1; second bet [28-31]1 ; third between [28-31]2 & fourth bet [23-26]2.........
hence there in 4! ways this can be done [all choices have similar outcome only] but two numbers belong to the group [23-26] and the other two belong to the group [28-31] and therefore no. of ways = 4! / [2!*2!] = 6
Now multiply 3/35 with 6 to get the ans 18/35.
Thanks for the clarification

Right, it might be easier to think about it the opposite way of how I explained it above:
We need two numbers from each group. AABB. Notice we can choose these in any order, we just need two from the group LEFT of the median (27) and two from the group RIGHT of the median.
The probability of this is (4/8)(3/7)(4/6)(3/5) = 3/35.
Notice we get the same probability if we had calculated drawing ABAB = (4/8)(4/7)(3/6)(3/5) = 3/35.
Now we just need to think of the total number of ways we can draw 2 from the left and 2 from the right. This is the number of permutations of AABB = 4C2 or (4!)/(2!)(2!) = 6.
Therefore the total probability is 3/35* 6 = 18/35.
Hopefully this makes sense