Citadel | Phone Interview | Quant Researcher
Anonymous User
7641

Given 3n people that the i-th person can pass a test with probability p_i,
now you are required to divide them to n groups that each group has 3 people.
The score of one group equals 1 if at least two people pass the test, 0 otherwise.
In order to maximize the expectation of total score, how do you group them?

Comments (7)