Question

A fair coin will be tossed 200,000 times. Let X denote the number of Tails. (a)...

A fair coin will be tossed 200,000 times. Let X denote the number of Tails. (a) What is the expected value and the standard deviation of X? (b) Consider a game in which you have to pay $5 in order to earn $log10(X) when X > 0. Is this a fair game? If not, your expected profit is positive or negative?

Homework Answers

Answer #1

Here X is random variable taking values 1,2,3... so on till we toss the coin 200000 times.

a) Please paste following code in R to get Expected value and SD.

x=seq(from=1, to=200000, by=1)
n=length(x)
n

expect=sum(x*(x/n))
exp

var= sum((x-m)^2*(x/n))
SD=sqrt(var)
SD

Which gives us Expected Value :  13333433334 and Standard Deviation:  4.21637e+12

b)

To pay $5 in order to earn $log10(X) when X > 0 is not a fair game since probability of having Number of tails in experiment is high which results into negative Profit.

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
1. A fair coin will be tossed 200,000 times. Let X denote the number of Tails....
1. A fair coin will be tossed 200,000 times. Let X denote the number of Tails. (a) What is the expected value and the standard deviation of X? (b) Consider a game in which you have to pay $5 in order to earn $log10(X) when X > 0. Is this a fair game? If not, your expected profit is positive or negative?
A fair coin has been tossed four times. Let X be the number of heads minus...
A fair coin has been tossed four times. Let X be the number of heads minus the number of tails (out of four tosses). Find the probability mass function of X. Sketch the graph of the probability mass function and the distribution function, Find E[X] and Var(X).
(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...
Let X represent the difference between number of heads and the number of tails obtained when...
Let X represent the difference between number of heads and the number of tails obtained when a fair coin is tossed 3 times. a)Find P(X-1) b)Find E(X) c)Find Var(X)
1. Let X be the number of heads in 4 tosses of a fair coin. (a)...
1. Let X be the number of heads in 4 tosses of a fair coin. (a) What is the probability distribution of X? Please show how probability is calculated. (b) What are the mean and variance of X? (c) Consider a game where you win $5 for every head but lose $3 for every tail that appears in 4 tosses of a fair coin. Let the variable Y denote the winnings from this game. Formulate the probability distribution of Y...
A coin is tossed 4 times. Let X be the number of times the coin lands...
A coin is tossed 4 times. Let X be the number of times the coin lands heads side up in those 4 tosses. Give all the value(s) of the random variable, X. List them separated commas if there is more than one. X =  
A fair coin is tossed 2n times. (a) Obtain the probability that there will be an...
A fair coin is tossed 2n times. (a) Obtain the probability that there will be an equal number of heads and tails. (b) Show that the probability computed in (a) is a decreasing function of n
A fair coin is tossed for n times independently. (i) Suppose that n = 3. Given...
A fair coin is tossed for n times independently. (i) Suppose that n = 3. Given the appearance of successive heads, what is the conditional probability that successive tails never appear? (ii) Let X denote the probability that successive heads never appear. Find an explicit formula for X. (iii) Let Y denote the conditional probability that successive heads appear, given no successive heads are observed in the first n − 1 tosses. What is the limit of Y as n...
A fair coin is tossed three times and the RV X equals the total number of...
A fair coin is tossed three times and the RV X equals the total number of heads. Find and sketch the pdf, fX (x), and the PDF FX (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...