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. A box contains two coins, one of which lands heads with chance p1p_1 while the other lands heads with chance p2p_2. One of the coins is picked at random and tossed nn times. Find the expectation and variance of the number of heads.

2. A positive random variable VV has expectation μ\mu and variance σ2\sigma^2.

(a) For each v>0v > 0, the conditional distribution of XX given V=vV=v is Poisson (v)(v). Find E(X)E(X) and Var(X)Var(X).

(b) For each v>0v > 0, the conditional distribution of XX given V=vV=v is gamma (v,λ)(v, \lambda) for some fixed λ\lambda. Find E(X)E(X) and Var(X)Var(X).

3. The lifetime of each Type A battery has the exponential distribution with mean 100 hours. The lifetime of each Type B battery has the exponential distribution with mean 150 hours. Assume that the lifetimes of all batteries are independent of each other.

Suppose I have a packet of five batteries of which four are of Type A and one is of Type B. Let TT be the lifetime of a battery picked at random from this packet. Find E(T)E(T) and SD(T)SD(T).

4. The lifetime of each Type A battery has the exponential distribution with mean 100 hours. The lifetime of each Type B battery has the exponential distribution with mean 150 hours. Assume that the lifetimes of all batteries are independent of each other.

A factory produces large numbers of batteries, of which 80%80\% are of Type A and 20%20\% are of Type B. Suppose you pick batteries one by one at random from the factory’s total output until you pick a Type B battery. Let NN be the number of Type A batteries that you pick, and let TT be the total lifetime of these NN batteries.

(a) Find E(N)E(N) and SD(N)SD(N).

(b) Find E(T)E(T) and SD(T)SD(T).

5. Think of the interval (0,l)(0, l) as a stick of length ll. The stick is broken at a point L1L_1 chosen uniformly along it. This creates a smaller stick of random length L1L_1 which is then broken at a point L2L_2 chosen uniformly along it. Find E(L2)E(L_2) and SD(L2)SD(L_2).

6. Let X1,X2,,XnX_1, X_2, \ldots, X_n be i.i.d. with expectation μ\mu and variance σ2\sigma^2. Let S=i=1nXiS = \sum_{i=1}^n X_i.

(a) Find the least squares predictor of SS based on X1X_1, and find the mean squared error (MSE) of the predictor.

(b) Find the least squares predictor of X1X_1 based on SS, and find the MSE of the predictor. Is the predictor a linear function of SS? If so, it must also be the best among all linear predictors based on SS, which is commonly known as the regression predictor.

[Consider whether your predictor in (b) would be different if X1X_1 were replaced by X2X_2, or by X3X_3, or by XiX_i for any fixed ii. Then use symmetry and the additivity of conditional expectation.]

7. Let XX and YY be jointly distributed random variables, and as in Section 22.1 let b(X)=E(YX)b(X) = E(Y \mid X). Show that Cov(X,Y)=Cov(X,b(X))Cov(X, Y) = Cov(X, b(X)).

8. A pp-coin is tossed repeatedly. Let WHW_{H} be the number of tosses till the first head appears, and WHHW_{HH} the number of tosses till two consecutive heads appear.

(a) Describe a random variable XX that depends only on the tosses after WHW_H and satisfies WHH=WH+XW_{HH} = W_H + X.

(b) Use Part (a) to find E(WHH)E(W_{HH}). What is its value when p=1/2p = 1/2?

(c) Use Parts (a) and (b) to find Var(WHH)Var(W_{HH}). What is the value of SD(WHH)SD(W_{HH}) when p=1/2p = 1/2?