Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

1. In a box of numbered tickets, 20% of the tickets are numbered 0, 30% are numbered 1, and 50% are numbered 2. Two tickets are drawn from the box at random with replacement. Let MM be the maximum and SS the sum of the two numbers drawn.

(a) Find the joint distribution of MM and SS.

(b) Find P(S>1,M1)P(S > 1, M \ge 1).

(c) Find the marginal distribution of SS.

(d) Find the conditional distribution of SS given M=1M=1.

2. A box contains four tickets labeled 1,2,31, 2, 3, and 4. Suppose you draw tickets one by one at random with replacement.

  • Let XX be the number of draws until the first time you draw a ticket that you have drawn before.

  • Let YY be the number of draws until the second time you draw a ticket that you have drawn before.

For example, if first few draws are 2,3,1,3,4,12, 3, 1, 3, 4, 1 then X=4X = 4 and Y=6Y=6.

(a) What are the possible values (x,y)(x, y) of the random pair (X,Y)(X, Y)?

(b) Find the joint distribution of XX and YY.

3. A population consists of 10 children, 15 women, and 20 men. I sample 5 people at random without replacement. In the sample, let KK be the number of children, WW the number of women, and MM the number of men.

(a) Find the distribution of WW.

(b) Find the joint distribution of KK and WW.

(c) Find the conditional distribution of WW given that K=2K=2.

4. Let U1U_1 and U2U_2 be independent, each uniformly distributed on 1,2,,n1,2,…,n. Let S=U1+U2S=U_1+U_2.

(a) Find P(U1=U2)P(U_1 = U_2).

(b) Use Part (a) and symmetry to find P(U1<U2)P(U_1 < U_2) and P(U1>U2)P(U_1 > U_2).

(c) Find the distribution of SS.

5. Independent random variables RR and SS have possible values 0,1,2,,N0, 1, 2, \ldots, N for an integer N>3N > 3. For 0kN0 \le k \le N let rk=P(R=k)r_k = P(R = k) and let sk=P(S=k)s_k = P(S = k).

Write expressions for the following probabilities in terms of r0,r1,,rNr_0, r_1, \ldots, r_N and s1,s2,,sNs_1, s_2, \ldots, s_N.

(a) P(S=R+3)P(S = R+3)

(b) P(S>R+3)P(S > R+3)

(c) P(max(R,S)n)P(\max(R, S) \le n) for 0nN0 \le n \le N

(d) P(min(R,S)n)P(\min(R, S) \le n) for 0nN0 \le n \le N