Question

I toss a coin two times. X1 is the number of heads on the first toss....

I toss a coin two times. X1 is the number of heads on the first toss. X2 is the number of heads on the second toss.

Find the mean of X1.

Find the variance of X1.

Find the mean of X1 + X2. (This is the number of heads in 2 tosses.)

Find the variance of X1 + X2.

If you tossed 10 coins, how many heads would you expect? What is the variance of the number of heads?

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
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.
Toss a coin three times or toss three coins simultaneously, and record the number of heads....
Toss a coin three times or toss three coins simultaneously, and record the number of heads. Repeat the binomial experi- ment 100 times and compare your relative frequency distribution with the theoretical probability distribution.
Suppose you toss a fair coin three times. Which of the following events are independent? Give...
Suppose you toss a fair coin three times. Which of the following events are independent? Give mathematical justification for your answer.     A= {“heads on first toss”}; B= {“an odd number of heads”}. A= {“no tails in the first two tosses”}; B=     {“no heads in the second and third toss”}.
I toss a biased coin 15 times, with a probability of heads: ? = 0.25. Let...
I toss a biased coin 15 times, with a probability of heads: ? = 0.25. Let x equal the number of heads I toss. The probability I toss at least 2 heads is _________________ (3 points)
Suppose you toss a fair coin​ 10,000 times. Should you expect to get exactly 5000​ heads?...
Suppose you toss a fair coin​ 10,000 times. Should you expect to get exactly 5000​ heads? Why or why​ not? What does the law of large numbers tell you about the results you are likely to​ get? Choose the correct answer below. 1)Should you expect to get exactly 5000​ heads? Why or why​ not? A)You​ shouldn't expect to get exactly 5000​ heads, because you cannot predict precisely how many heads will occur. B.You​ shouldn't expect to get exactly 5000​ heads,...
A balanced coin is tossed 3 times, and among the 3 coin tosses, X heads show....
A balanced coin is tossed 3 times, and among the 3 coin tosses, X heads show. Then the same balanced coin is tossed X additional times, and among these X coin tosses, Y heads show. a. Find the distribution for Y . b. Find the expected value of Y . c. Find the variance of Y . d. Find the standard deviation of Y
A balanced coin is tossed 3 times, and among the 3 coin tosses, X heads show....
A balanced coin is tossed 3 times, and among the 3 coin tosses, X heads show. Then the same balanced coin is tossed X additional times, and among these X coin tosses, Y heads show. a. Find the distribution for Y . b. Find the expected value of Y . c. Find the variance of Y . d. Find the standard deviation of Y
(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...
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)...
Suppose you toss a coin 100 times. Should you expect to get exactly 50 heads? Why...
Suppose you toss a coin 100 times. Should you expect to get exactly 50 heads? Why or why not? A. Yes, because the number of tosses is even, so if the coin is fair, half of the results should be heads. B. No, because the chance of heads or tails is the same, the chance of any number of heads is the same. C. No, there will be small deviations by chance, but if the coin is fair, the result...