Lets say I have a bunch of horses in a race, and I know that probabilities of them winning are:
- $P(A) = 0.4$
- $P(B) = 0.3$
- $P(C) = 0.2$
- $P(D) = 0.08$
- $P(E) = 0.02$
QUESTION 1: How would I go about calculating the probability that the top 3 horses turn out to be arranged in this order:
- Horse $B$
- Horse $A$
- Horse $C$
QUESTION 2: How would I go about calculating the probability that Horses $A$, $B$, and $C$ are all in the top $3$, irrespective of order?
SIMILAR POSTS
I have tried searching for similar posts, but haven't found one that gives me a clear idea about how to answer my specific question.