Passing Probability Problem

Some number of students are appearing for a very difficult examination. Based on who arrives first, the students are given roll numbers as 1,2,3,.. and so on.

It is such that the student with roll number 1 has a 1 2 \frac{1}{2} probability of passing, the student with roll number 2 has a 1 3 \frac{1}{3} probability of passing and so on.

What is the minimum number of students needed to ensure a greater than 99.9% chance that at least one student passes? (In other words, if ‘P’ is the probability that at least one student passes, what is the minimum number of students needed to make sure P > 99.9 P>99.9 %


The answer is 1000.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Zico Quintina
May 11, 2018

The events " at least one student passes" and "no student passes" are complementary, so P[at least one student passes] = 1 - P[no student passes]. Then

P[at least one student passes] > 99.9 % 1 - P[no student passes] > 99.9 % P[no student passes] < 0.1 % = 1 1000 \begin{aligned} \text{P[at least one student passes]} > 99.9\% &\implies \text{1 - P[no student passes]} > 99.9\% \\ &\implies \text{P[no student passes]} < 0.1\% = \dfrac{1}{1000} \end{aligned}

We're given that the k k th student has a probability of 1 k + 1 \dfrac{1}{k + 1} of passing, i.e. a probability of k k + 1 \dfrac{k}{k + 1} of failing. So

P[no student passes] < 1 1000 P[student 1 fails AND student 2 fails AND student 3 fails AND .... AND student n fails] < 1 1000 1 2 2 3 3 4 4 5 . . . . n n + 1 < 1 1000 1 n + 1 < 1 1000 n + 1 > 1000 \begin{aligned} \text{P[no student passes]} < \dfrac{1}{1000} &\implies \text{P[student 1 fails AND student 2 fails AND student 3 fails AND .... AND student } n \text{ fails]} < \dfrac{1}{1000} \\ &\implies \dfrac{1}{2} \cdot \dfrac{2}{3} \cdot \dfrac{3}{4} \cdot \dfrac{4}{5} \cdot .... \cdot \dfrac{n}{n + 1} < \dfrac{1}{1000} \\ &\implies \dfrac{1}{n + 1} < \dfrac{1}{1000} \\ \\ &\implies n + 1 > 1000 \end{aligned}

so minimum number of students needed to make sure P > 99.9 % P > 99.9\% is 1000 \boxed{1000}

Roberto Gomide
May 14, 2018

A beautiful problem indeed :) .Inclusion-exclusion principle + factoring in a way that it has very nice similarity with euler's totient function form

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...