Question

A penny which is unbalanced so that the probability of heads is 0.4 is tossed twice....

A penny which is unbalanced so that the probability of heads is 0.4 is tossed twice. Let

    Z be the number of heads obtained in the first toss. Let W be the total number of heads

    obtained in the two tosses of the coin.

a)Calculate the correlation coefficient between Z and W

b)Show numerically that Cov(Z, W) = VarZ

c)Show without using numbers that Cov(Z, W) = VarZ

Homework Answers

Answer #1

The joint distribution of Z, W here is obtained as:

W = 0 W = 1 W = 2
Z = 0 TT, Prob = 0.6*0.6 = 0.36 TH, Prob = 0.6*0.4 = 0.24 0
Z = 1 0 HT, Prob = 0.4*0.6 = 0.24 HH, Prob = 0.4*0.4 = 0.16

a) The probability distribution for W and Z here are obtained as:
P(W = 0) = 0.36, P(W = 1) = 0.48, and P(W = 2) = 0.16
P(Z = 0) = 0.36 + 0.24 = 0.6, and P(Z = 1) = 0.4

Therefore, E(Z) = 0*0.6 + 1*0.4 = 0.4, E(Z2) = 0*0.6 + 1*0.4 = 0.4
Therefore, Var(Z) = E(Z2) - [E(Z)]2 = 0.4 - 0.42 = 0.24

Now for W, E(W) = 0*0.36 + 1*0.48 + 2*0.16 = 0.8, E(W2) = 0*0.36 + 1*0.48 + 22*0.16 = 1.12
Therefore, Var(W) = E(W2) - [E(W)]2 = 1.12 - 0.82 = 0.48

E(ZW) = 1*1*0.24 + 1*2*0.16 = 0.56

Therefore, Cov(Z, W) =E(ZW) - E(Z)E(W) = 0.56 - 0.4*0.8 = 0.24

Now the correlation coefficient here is computed as:

Therefore 0.7071 is the correlation coefficient here.

b) We have already proved above that Var(Z) = Cov(W, Z) = 0.24

c) Now we know that W is nothing but the sum of two random variables Z, as Z is the number of heads in the first toss and W is the number of heads in total two tosses.

Therefore the covariance of Z and W would be nothing but the covariance between Z and Z which is the variance of Z which is same as Cov(W, Z) = Var(Z)

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A penny, which is unbalanced so that the probability of heads is 0.40, is tossed twise....
A penny, which is unbalanced so that the probability of heads is 0.40, is tossed twise. What is the covariance of Z, the number of heads obtained on the first toss, and W, the total number of heads in the two tosses of the coin?
A coin is tossed twice. Consider the following events. A: Heads on the first toss. B:...
A coin is tossed twice. Consider the following events. A: Heads on the first toss. B: Heads on the second toss. C: The two tosses come out the same. (a) Show that A, B, C are pairwise independent but not independent. (b) Show that C is independent of A and B but not of A ∩ B.
(a) A fair coin is tossed five times. Let E be the event that an odd...
(a) A fair coin is tossed five times. Let E be the event that an odd number of tails occurs, and let F be the event that the first toss is tails. Are E and F independent? (b) A fair coin is tossed twice. Let E be the event that the first toss is heads, let F be the event that the second toss is tails, and let G be the event that the tosses result in exactly one heads...
A coin is tossed repeatedly until heads has occurred twice or tails has occurred twice, whichever...
A coin is tossed repeatedly until heads has occurred twice or tails has occurred twice, whichever comes first. Let X be the number of times the coin is tossed. Find: a. E(X). b. Var(X). The answers are 2.5 and 0.25
it is known that the probability p of tossing heads on an unbalanced coin is either...
it is known that the probability p of tossing heads on an unbalanced coin is either 1/4 or 3/4. the coin is tossed twice and a value for Y, the number of heads, is observed. for each possible value of Y, which of the two values for p (1/4 or 3/4) maximizes the probabilty the Y=y? depeding on the value of y actually observed, what is the MLE of p?
A coin with P[Heads]= p and P[Tails]= 1p is tossed repeatedly (the tosses are independent). Define...
A coin with P[Heads]= p and P[Tails]= 1p is tossed repeatedly (the tosses are independent). Define (X = number of the toss on which the first H appears, Y = number of the toss on which the second H appears. Clearly 1X<Y. (i) Are X and Y independent? Why or why not? (ii) What is the probability distribution of X? (iii) Find the probability distribution of Y . (iv) Let Z = Y X. Find the joint probability mass function
A coin with P[Heads]= p and P[Tails]= 1p is tossed repeatedly (the tosses are independent). Define...
A coin with P[Heads]= p and P[Tails]= 1p is tossed repeatedly (the tosses are independent). Define (X = number of the toss on which the first H appears, Y = number of the toss on which the second H appears. Clearly 1X<Y. (i) Are X and Y independent? Why or why not? (ii) What is the probability distribution of X? (iii) Find the probability distribution of Y . (iv) Let Z = Y X. Find the joint probability mass function
Let p denote the probability that a particular coin will show heads when randomly tossed. It...
Let p denote the probability that a particular coin will show heads when randomly tossed. It is not necessarily true that the coin is a “fair” coin wherein p=1/2. Find the a posteriori probability density function f(p|TN ) where TN is the observed number of heads n observed in N tosses of a coin. The a priori density is p~U[0.2,0.8], i.e., uniform over this interval. Make some plots of the a posteriori density.
A fair coin is tossed three times. Let X be the number of heads among the...
A fair coin is tossed three times. Let X be the number of heads among the first two tosses and Y be the number of heads among the last two tosses. What is the joint probability mass function of X and Y? What are the marginal probability mass function of X and Y i.e. p_X (x)and p_Y (y)? Find E(X) and E(Y). What is Cov(X,Y) What is Corr (X,Y) Are X and Y independent? Explain. Find the conditional probability mass...
Simulates 2 coin toss and calculate emperical probability of getting double heads. # Function tossl() simulates...
Simulates 2 coin toss and calculate emperical probability of getting double heads. # Function tossl() simulates coin toss toss <- function(x) floor(2*runif(x)) # Let c1 tosses from coin 1 and c2 represent tosses of coin 2. We’ll store 1000 coin tosses in c1 and c2 c1=toss(1000) c2=toss(1000) dheads=sum((c1+c2)==2) # Double heads dheads will occurs when corresponding sum of outcomes is 2 # == operator is TRUE only when the sum of corresponding tosses is 2 (Two heads came up) #sum((c1+c2)==2)...