Question

In: Statistics and Probability

A biased coin has probability of p =0.52 for heads. What is the minimum number of...

A biased coin has probability of p =0.52 for heads. What is the minimum number of coin tosses needed such that there will be more heads than tails with 99% probability.

Solutions

Expert Solution

R output

> p=0.52
> n=seq(3000,3600,10)
> d=length(n)
> x=c()
> for(i in 1 : d)
+ {
+ x[i]=1-pbinom((n[i]/2),n[i],p)
+ }
> x
[1] 0.9851358 0.9852735 0.9854099 0.9855450 0.9856788 0.9858113 0.9859425
[8] 0.9860725 0.9862012 0.9863286 0.9864549 0.9865799 0.9867037 0.9868264
[15] 0.9869478 0.9870681 0.9871873 0.9873053 0.9874222 0.9875380 0.9876526
[22] 0.9877662 0.9878787 0.9879901 0.9881005 0.9882098 0.9883180 0.9884252
[29] 0.9885314 0.9886366 0.9887408 0.9888441 0.9889463 0.9890475 0.9891478
[36] 0.9892472 0.9893456 0.9894431 0.9895396 0.9896353 0.9897300 0.9898238
[43] 0.9899168 0.9900089 0.9901001 0.9901904 0.9902799 0.9903685 0.9904564
[50] 0.9905433 0.9906295 0.9907149 0.9907994 0.9908832 0.9909661 0.9910483
[57] 0.9911298 0.9912104 0.9912903 0.9913695 0.9914479
> n
[1] 3000 3010 3020 3030 3040 3050 3060 3070 3080 3090 3100 3110 3120 3130 3140
[16] 3150 3160 3170 3180 3190 3200 3210 3220 3230 3240 3250 3260 3270 3280 3290
[31] 3300 3310 3320 3330 3340 3350 3360 3370 3380 3390 3400 3410 3420 3430 3440
[46] 3450 3460 3470 3480 3490 3500 3510 3520 3530 3540 3550 3560 3570 3580 3590
[61] 3600
>


Related Solutions

You toss a biased coin with the probability of heads as p. (a) What is the...
You toss a biased coin with the probability of heads as p. (a) What is the expected number of tosses required until you obtain two consecutive heads ? (b) Compute the value in part (a) for p = 1/2 and p = 1/4.
A biased coin has probability p = 3/7 of flipping heads. In a certain game, one...
A biased coin has probability p = 3/7 of flipping heads. In a certain game, one flips this coin repeatedly until flipping a total of four heads. (a) What is the probability a player finishes in no more than 10 flips? (b) If five players independently play this game, what is the probability that exactly two of them finish in no more than ten flips?
Suppose you flip a biased coin (that lands heads with probability p) until 2 heads appear....
Suppose you flip a biased coin (that lands heads with probability p) until 2 heads appear. Let X be the number of flips needed for this two happen. Let Y be the number of flips needed for the first head to appear. Find a general expression for the condition probability mass function pY |X(i|n) when n ≥ 2. Interpret your answer, i.e., if the number of flips required for 2 heads to appear is n, what can you say about...
There is a fair coin and a biased coin that flips heads with probability 1/4.You randomly...
There is a fair coin and a biased coin that flips heads with probability 1/4.You randomly pick one of the coins and flip it until you get a heads. Let X be the number of flips you need. Compute E[X] and Var[X]
You are tossing a coin and it has a probability of p to show heads on...
You are tossing a coin and it has a probability of p to show heads on any given toss. You keep on tossing the coin until you see a heads. Let X represent the number of tosses until you see a heads. 1. Find the probability that X is odd. 2. Find the probability that X is even, DO NOT USE QUESTION 1. 3. Let's say the coin is balanced, what is the probability that X is odd? Is this...
A coin is tossed with P(heads) = p. a) What is the expected number of tosses...
A coin is tossed with P(heads) = p. a) What is the expected number of tosses required to get n heads? b) Determine the variance of the number of tosses needed to get the first head. c) Determine the variance of the number of tosses needed to get n heads.
A coin is tossed with P(heads) = p. a) What is the expected number of tosses...
A coin is tossed with P(heads) = p. a) What is the expected number of tosses required to get n heads? b) Determine the variance of the number of tosses needed to get the first head. c) Determine the variance of the number of tosses needed to get n heads.
Find the expected number of flips of a coin, which comes up heads with probability p,...
Find the expected number of flips of a coin, which comes up heads with probability p, that are necessary to obtain the pattern h, t, h, h, t, h, t, h. This is from Sheldon/Ross Introduction to Probability models 11th edition Chapter 3#91. I know there is the textbook solution manual on Chegg, but I am not able to make sense of the solution. I would greatly appreciate if anyone can help me make sense of it!
1. Amy tosses 12 biased coins. Each coin comes up heads with probability 0.2. What is...
1. Amy tosses 12 biased coins. Each coin comes up heads with probability 0.2. What is the probability that fewer than 3 of the coins come up heads? Answer: 0.5583 2. Amy shoots 27000 arrows at a target. Each arrow hits the target (independently) with probability 0.2. What is the probability that at most 2 of the first 15 arrows hit the target? Answer: 0.398 3. Amy tosses 19 biased coins. Each coin comes up heads with probability 0.1. What...
A biased coin is flipped 20 times in a row. The coin has a probability 0.75...
A biased coin is flipped 20 times in a row. The coin has a probability 0.75 of showing Heads. a. What’s the probability that you get exactly 8 Heads? b. What’s the probability that you get exactly 8 Heads, given that the first 2 flips show Heads? c. What’s the probability that you never see the same result consecutively( never see 2H or 2T in a row)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT