manpreetsingh86
Let Q be the set of permutations of the sequence 1,2,3,4,5 for which the first term is not 1. A permutation is chosen randomly from Q. The probability that the second term is 3, in lowest terms, is a/b. What is a+b?
A) 5
B) 6
C) 11
D) 16
E) 19
Use a bit of logic of symmetry to solve this question without any calculations.
Q would include all such sets {2, 3, 1, 4, 5}, {3, 1, 2, 4, 5}, (4, 3, 2, 5, 1), {5, 3, 2, 1, 4} etc - starting with 2, with 3, with 4 or with 5.
Note that 1/4th of them will start with 3 so we are left with the rest of the 3/4th sets.
Now, in these 3/4th sets which start with either 2 or 4 or 5, 3 could occupy any one of the 4 positions - second, third, fourth or fifth with equal probability. So we need 1/4th of these sets.
Probability that 3 is the second element of Q = (3/4)*(1/4) = 3/16
So a+b = 3+16 = 19
Answer (E)