216k views
2 votes
There are n applicants for the director of computing. The applicants are interviewed independently by each member of the three-person search committee and ranked from 1 to n. A candidate will be hired if he or she is ranked first by at least two of the three interviewers. Find the probability that a candidate will be accepted if the members of the committee really have no ability at all to judge the candidates and just rank the candidates randomly. In particular, compare this probability for the case of three candidates and the case of ten candidates.

1 Answer

0 votes

Answer:

for n = 3


Z(3) = 0.26

for n = 10


Z(3) = 0.028

Explanation:

from the question we are that

The number of applicant is n

The number of people on the committee is
N = 3

Generally given that the applicant ranking is random the probability of a candidate being accepted is mathematically represented as


Z(n) =  N  *  (1)/(n) *  (1)/(n)  *  (n-1)/(n)  + (1)/(n) *  (1)/(n) * (1)/(n)

Now for n = 3


Z(3) =  3  *  (1)/(3) *  (1)/(3)  *  (3-1)/(3)  + (1)/(3) *  (1)/(3) * (1)/(3)


Z(3) = 0.26

Now for n = 10


Z(3) =  3  *  (1)/(10) *  (1)/(10)  *  (10-1)/(10)  + (1)/(10) *  (1)/(10) * (1)/(10)


Z(3) = 0.028

User JNM
by
4.6k points