SOLUTION: I have received 287 applications for a new program. Using a random number generator, we will randomly assign each application a number from 1 to 287 and rank the results. We will t
Algebra ->
Probability-and-statistics
-> SOLUTION: I have received 287 applications for a new program. Using a random number generator, we will randomly assign each application a number from 1 to 287 and rank the results. We will t
Log On
Question 691071: I have received 287 applications for a new program. Using a random number generator, we will randomly assign each application a number from 1 to 287 and rank the results. We will then select the top 20. There are two applications that we are concerned about. What is the probability that these 2 applications will both be selected in the Top 20? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! I have received 287 applications for a new program. Using a random number generator, we will randomly assign each application a number from 1 to 287 and rank the results. We will then select the top 20. There are two applications that we are concerned about. What is the probability that these 2 applications will both be selected in the Top 20?
-----
# of ways to succeed: 2C2*285C18
----
# of possible outcomes: 285C20
-----
Prob = 285C18/285C20
= [285!/267!]/[285!/265!] = 265!/267! = 1/(267*266)
= 0.00001408
==================
Cheers,
Stan H.
==================