In a certain company, three typists service for four departments. If the departments each send a file to the typists at random, what is the probability that every typist will recieve at least one file?
A. 8/9
B. 64/81
C. 4/9
D. 16/81
E. 5/9
There are two convincing answers for this question and I'm finding it difficult to select one. Can you please explain.
Soution - I
Total outcomes = 3 * 3 * 3 * 3
Each file can be sent to any of the three typists. So file 1 can be sent to typist 1,2 or 3. Similarly for the rest of the files.
Favourable Outcomes = 4C3 * 3! *3
First, we need to select 3 files out of 4 and distribute them to each of the three typists so that each one of them has one file. So we select the files in 4C3 ways and multiply it by 3! because 3 typists are involved and each of the three could get the 3 files in 3! ways. (So as typist 1, I could get file no 1, 2 or 3; As typist 2 I can get any of the files, excepting the one that typist 1 has already got; As typist 3 I can get only 1 file - the file that neither typist 1 or 2 have got. Hence 3 * 2 *1 or 3!)
Now, we have one file remaining of the four. This file has to be given to one of the three typists. Since it could be any of the three typists, we can say that that one file can be distributed in 3 ways.
Probability = Favourable outcomes/ Total outcomes
= (4 * 3 * 2 *3)/ (3 * 3 * 3 * 3)
= 8/9
Solution - II
Three typists A, B, and C.
In how many ways can one or two typists receive no file?
(1). A or B or C received all four files, 3 ways;
(2). A received no file, then 4 files will be distributed among B amd C:
2*2*2*2=16, just same as 3^4=81
The 16 ways include C=4, B=0 or C=0, B=4, which were counted in step (1). so, 16-2=14 favorable ways;
Same way, when B received no file: 14
C received no file: 14
Totally, in 3+14*3=45 ways, one or more typists will be leisure.
Therefore, 81-45=36 ways can satisfy the condtions.
36/81=4/9