Question

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 Y.

(e) Are X and Y independent?

(f) Determine the Covariance of X and Y.

Homework Answers

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 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?
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...
An experiment consists of tossing 5 fair​ (not weighted)​ coins, except one of the 5 coins...
An experiment consists of tossing 5 fair​ (not weighted)​ coins, except one of the 5 coins has a head on both sides. Compute the probability of obtaining exactly 4 heads.
Deriving fair coin flips from biased coins: From coins with uneven heads/tails probabilities construct an experiment...
Deriving fair coin flips from biased coins: From coins with uneven heads/tails probabilities construct an experiment for which there are two disjoint events, with equal probabilities, that we call "heads" and "tails". a. given c1 and c2, where c1 lands heads up with probability 2/3 and c2 lands heads up with probability 1/4, construct a "fair coin flip" experiment. b. given one coin with unknown probability p of landing heads up, where 0 < p < 1, construct a "fair...
1. Consider the experiment of tossing three separate fair coins (and seeing which side comes up...
1. Consider the experiment of tossing three separate fair coins (and seeing which side comes up on each coin). Find the probability of getting exactly two heads. a) 0.666                b) 0.375                c) 0.4                     d) 0.25 2. Find the area under the standard normal curve between z = -1.25 and z = 1.25. a) 0.6412              b) 0.8817              c) 0.2112              d) 0.7888 3. The distribution of room and board expenses per year at a four-year college is normally distributed with a mean...
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...
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.
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...
suppose you flip a biased coin ( P(H) = 0.4) three times. Let X denote the...
suppose you flip a biased coin ( P(H) = 0.4) three times. Let X denote the number of heads on the first two flips, and let Y denote the number of heads on the last two flips. (a) Give the joint probability mass function for X and Y (b) Are X and Y independent? Provide evidence. (c)what is Px|y(0|1)? (d) Find Px+y(1).
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...