Question

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?

Homework Answers

Answer #1

Here we have X: number of tails occurs in 200000 times coin tossed.

a) to obtain the E(X) and SD(X) run the following code in R

x=seq(from=1, to=200000, by=1)
n=length(x)
n
expect=sum(x*(x/n))
expect
var= sum((x-m)^2*(x/n))
SD=sqrt(var)
SD

We get the following values

E(X)=  13333433334

SD(X)= 4.21637e+12

b) Since we in order to earn the Log10(X) we have to pay $5 , which results into paying high amount so this will lead to negative profit. Hence not a fair game

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 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...
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 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).
Let X represent the difference between the number of heads and the number of tails when...
Let X represent the difference between the number of heads and the number of tails when a coin is tossed 42 times. Then P(X=12)= ? Please show work with arithmetic.
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...
A coin is tossed five times. Let X = the number of heads. Find P(X =...
A coin is tossed five times. Let X = the number of heads. Find P(X = 3).
1. A coin is tossed 3 times. Let x be the random discrete variable representing the...
1. A coin is tossed 3 times. Let x be the random discrete variable representing the number of times tails comes up. a) Create a sample space for the event;    b) Create a probability distribution table for the discrete variable x;                 c) Calculate the expected value for x. 2. For the data below, representing a sample of times (in minutes) students spend solving a certain Statistics problem, find P35, range, Q2 and IQR. 3.0, 3.2, 4.6, 5.2 3.2, 3.5...