3.2

Question

Suppose that there are n possible outcomes of a trial, with outcome i resulting with probability pi, i = 1, ... , n, i=1n i=1 pi = 1. If two independent trials are observed, what is the probability that the result of the second trial is larger than that of the first? 

Step-by-Step Solution

Verified
Answer

The probability that the first result is larger is equal to the probability that the second result is larger.

The probability that they are equal is i=1npi2.

1Step 1: Given Information

Trials with results in {1,2,,n}.

P( result is i)=pi.

Two independent trials are preformed, with results(i, j).

2Step 2: Explanation

Firstly, since the trials are independent:

P[(i,j)]=pi·pj

Therefore

P[(i, j)]=P[(j, i)]

for every i,j{1,2,,n}

Now since all (i, j) for different pairs i and j are mutually exclusive events:

P[{(i,j);i<j}]=1i<jnP[(i,j)]=1i<jnP[(j,i)]=P[{(i,j);j<i}]

And since the result of the two trials can be either that the first result is larger, that the second result is larger or that they are both same (and those possibilities are mutually exclusive)

1=P[{(i,j);i<j}]+P[{(i,j);j<i}]+P[{(i,i),i{1,2,n}}]

3Step 3: Explanation

And that third probability is:

P[{(i,i),i{1,2,n}}]=i=1nP[(i,i)]=i=1npi2

Equation (1) states that

P[{(i,j);i<j}]=P[{(i,j);j<i}]

Therefore the red equation gives:

1=2P[{(i,j);i<j}]+i=1nP[(i,i)]=i=1npi2

This transforms to:

P[{(i,j);i<j}]=1-i=1nP[(i,i)]=i=1npi22


4Step 4: Final Answer

The probability that the first result is larger is equal to the probability that the second result is larger.

Probability that they are equal is i=1npi2.