Question

Consider a statistical experiment of flipping a fair coin and tossing a fair dice simultaneously. Let...

Consider a statistical experiment of flipping a fair coin and tossing a fair dice simultaneously. Let X be the number heads in flipping the coin, Y be the number shown in tossing the dice, and Z = XY. What is the correlation coefficient of X and Y?

Homework Answers

Answer #1

X: The number of heads in flipping the coin

Y: The number shown in tossing the dice

Now consider the experiment of flipping a fair coin and tossing a fair dice simultaneously . Now these two events are independent.

So, By definition, when X and Y are independent,

E(Z) =E(XY) = E(X) E(Y)

cov(X,Y) =E(XY) - E(X)E(Y) = E(X)E(Y) -E(X)E(Y) = 0

Thus, by definition, correlation coefficient formula :

So, correlation coefficient =0

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
Consider an experiment of tossing two coins three times. Coin A is fair but coin B...
Consider an experiment of tossing two coins three times. Coin A is fair but coin B is not with P(H)= 1/4 and P(T)= 3/4. Consider a bivariate random variable (X,Y) where X denotes the number of heads resulting from coin A and Y denotes the number of heads resulting from coin B. (a) Find the range of (X,Y) (b) Find the joint probability mass function of (X,Y). (c) Find P(X=Y), P(X>Y), P(X+Y<=4). (d) Find the marginal distributions of X and...
Consider a simple experiment that involves flipping a coin 8 times and recording the number of...
Consider a simple experiment that involves flipping a coin 8 times and recording the number of heads. We’ll suppose that this experiment has been performed many times, and we’ll look to see whether the results are consistent with the coin being fair. Define the random variable X to be the number of heads observed in 8 flips of the coin. Q1: If the coin is fair, what is the distribution of X? Name it and give the values of the...
Consider the experiment of tossing 2 fair dice independently and let X denote their difference (first...
Consider the experiment of tossing 2 fair dice independently and let X denote their difference (first die minus second die). (a) what is the range of X? (b) find probability that X=-1. (c) find the expected value and variance of X. Hint: let X1, X2 denote #s on the two dice and write X=X1-X2
An experiment consists of tossing a coin 6 times. Let X be the random variable that...
An experiment consists of tossing a coin 6 times. Let X be the random variable that is the number of heads in the outcome. Find the mean and variance of X.
Consider the experiment of tossing a fair coin until a tail appears or until the coin...
Consider the experiment of tossing a fair coin until a tail appears or until the coin has been tossed 4 times, whichever occurs first. SHOW WORK. a) Construct a probability distribution table for the number of tails b) Using the results in part a make a probability distribution histogram c) Using the results in part a what is the average number of times the coin will be tossed. d) What is the standard deviation (nearest hundredth) of the number of...
Suppose we toss a fair coin twice. Let X = the number of heads, and Y...
Suppose we toss a fair coin twice. Let X = the number of heads, and Y = the number of tails. X and Y are clearly not independent. a. Show that X and Y are not independent. (Hint: Consider the events “X=2” and “Y=2”) b. Show that E(XY) is not equal to E(X)E(Y). (You’ll need to derive the pmf for XY in order to calculate E(XY). Write down the sample space! Think about what the support of XY is and...
Consider an experiment where we roll 7 fair 6-sided dice simultaneously (the results of the dice...
Consider an experiment where we roll 7 fair 6-sided dice simultaneously (the results of the dice are independent from each other). (a) What is the probability that exactly 3 of the dice are greater than or equal to 5? (b) Suppose now that each of the 7 6-sided dice are weighted the same such that the probability of rolling a 6 is 0.5, and every other side that is not a 6 has equal probability of being rolled. If we...
1. what is a “random variable”. 2. An experiment consists of flipping 5 fair coins. Let...
1. what is a “random variable”. 2. An experiment consists of flipping 5 fair coins. Let X be the random variable that counts the number of coins that land heads up. (a) If the experiment ends with the outcome (HTHHT) then what is the value of X? (b) What is P(X = 1)? (c) What are all the possible values/outputs of X?
Language: Python Write a program to simulate an experiment of tossing a fair coin 16 times...
Language: Python Write a program to simulate an experiment of tossing a fair coin 16 times and counting the number of heads. Repeat this experiment 10**5 times to obtain the number of heads for every 16 tosses; save the number of heads in a vector of size 10**5 (call it headCounts). You should be able to do this in 1-3 lines of numpy code. (Use np.random.uniform1 to generate a 2d array of 10**5 x 16 random numbers between 0 and...
Consider the experiment of flipping 3 coins. Determine the following probabilities: A) what is the probability...
Consider the experiment of flipping 3 coins. Determine the following probabilities: A) what is the probability that the second coin is heads? B) what is the probability that the second coin is heads given that either the first coin was tails or the third coin was tails? Now consider again the experiment of rolling a pair of dice. Determine the following. A) what is the probability that the first die comes up less than 5? B) what is the probability...