Question

if I need to know what is the probability of having 7, 8, 9, 10,11 heads...

if I need to know what is the probability of having 7, 8, 9, 10,11 heads in a row when a fair coin toss 70 times? Please explain the steps on how to calculate it. I would like to thank you in advance for helping me.

Homework Answers

Answer #1

X follow binomial distribution with paramters n and p

P(X = k) = nCk p^k q^(n-k)

when n is large

it is not easy to calculate using above formula

we use normal distribution to approximate it

mean = np

sd =sqrt(npq)

P(X = k) = P(k-0.5 <X < k +0.5)

Z = (X - np)/sqrt(npq)

now

here n = 70 , p = 0.5

suppose k = 7

hence

P( X = 7) = P(6.5 <X< 7.5)

Z = (X - 70*0.5)/sqrt(70*0.5*0.5)

P(6.5 <X< 7.5)

= P ( −6.81<Z<−6.57 )=0

if we want

P(X = 7,8,9,10,11)

= P(6.5 < X< 11.5)

= P ( −6.81<Z<−5.62 )=0

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
What is the probability of tossing a fair coin 19 times and having heads come up...
What is the probability of tossing a fair coin 19 times and having heads come up 12 or more times.
Suppose I have two biased coins: coin #1, which lands heads with probability 0.9999, and coin...
Suppose I have two biased coins: coin #1, which lands heads with probability 0.9999, and coin #2, which lands heads with probability 0.1. I conduct an experiment as follows. First I toss a fair coin to decide which biased coin I pick (say, if it lands heads, I pick coin #1, and otherwise I pick coin #2) and then I toss the biased coin twice. Let A be the event that the biased coin #1 is chosen, B1 the event...
A biased coin is flipped 9 times. If the probability is 14 that it will land...
A biased coin is flipped 9 times. If the probability is 14 that it will land on heads on any toss. Calculate: This is a binomial probability question i) The probability that it will land heads at least 4 times. ii) The probability that it will land tails at most 2 times. iii) The probability that it will land on heads exactly 5 times.
Intro to probability and statistics. Please make sure it's readable. And easy to understand. Thanks in...
Intro to probability and statistics. Please make sure it's readable. And easy to understand. Thanks in advance. 8. Toss a fair coin three times and observe the results. (a) Specify the sample space. (b) LetA= “at most one heads”, B = “at least one heads”, andC= “heads on thesecond toss”. FindP(A),P( ̄B),P(A∩B), andP(A∪C).
19.4 ( A simulation) To simulate the toss of a fair coin (the probability of heads...
19.4 ( A simulation) To simulate the toss of a fair coin (the probability of heads and tails are both 0.5) using a table of random digits. (a) assign the digits 0,1,2,3, and 4 to represent heads and the digits 5,6,7,8,9 to represent tails. (b) assign the digists 0,2,4,6, and 8 to represent heads and the digits 1,3,5,7, and 9 to represent tails. (c) assign the digits 0,1,5,8, and 9 to represent heads and the digits 2,3,4,6, and 7 to...
A fair coin is tossed 4 times, what is the probability that it lands on Heads...
A fair coin is tossed 4 times, what is the probability that it lands on Heads each time? You have just tossed a fair coin 4 times and it landed on Heads each time, if you toss that coin again, what is the probability that it will land on heads? Give examples of two independent events. Dependent events are (sometimes, always, never) (choose one) mutually exclusive. If you were studying the effect that eating a healthy breakfast has on a...
1. A coin is tossed 8 times. PART I: a) Find the chance of getting 8...
1. A coin is tossed 8 times. PART I: a) Find the chance of getting 8 heads in a row b) Given that the first 7 tosses were heads, find the chance of getting 8 heads in a row c) Given that the first 6 tosses were heads, find the chance of getting 8 heads in a row PART II a) Find the chance to get exactly 5 heads in 8 tosses (binomial formula). b) Find the chance of getting...
A coin having probability p of coming up heads is successively flipped until two of the...
A coin having probability p of coming up heads is successively flipped until two of the most recent three flips are heads. Let N denote the number of flips. (Note that if the first two flips are heads, then N = 2.) Find E[N]. (please do not just copy the answer from other solutions, I need a thoroughly explained answer)
1. a.) Suppose you draw 8 cards from a standard deck of 52 cards, one after...
1. a.) Suppose you draw 8 cards from a standard deck of 52 cards, one after the other, without replacement. Find the probability that the last card is a club given that the first 7 cards are clubs. b.) An urn contains 6 green, 10 blue, and 17 red balls. You take 3 balls out of the urn, one after the other, without replacement. Find the probability that the third ball is green given that the first two balls were...
Conducting a Simulation For example, say we want to simulate the probability of getting “heads” exactly...
Conducting a Simulation For example, say we want to simulate the probability of getting “heads” exactly 4 times in 10 flips of a fair coin. One way to generate a flip of the coin is to create a vector in R with all of the possible outcomes and then randomly select one of those outcomes. The sample function takes a vector of elements (in this case heads or tails) and chooses a random sample of size elements. coin <- c("heads","tails")...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT