Question

In: Statistics and Probability

The list of sequences of Heads (H) and Tails (T) in four coin flips with various...

The list of sequences of Heads (H) and Tails (T) in four coin flips with various numbers of heads is as follows: 0 Heads TTTT 1 Head HTTT THTT TTHT TTTH 2 Heads HHTT HTHT THHT HTTH THTH TTHH 3 Heads HHHT HHTH HTHH THHH 4 Heads HHHH Write out the list of sequences of Heads (H) and Tails (T) in five coin flips with 0 Heads, 1 Head, 2 Heads, 3 Heads, 4 Heads and 5 Heads. Describe how we can use the information about four coin flips to list the sequences for five coin flips. Describe why the number of sequences of Heads and Tails on n coin flips that have k heads is the same as the number of sequences of Heads and Tails on n − 1 coin flips that have k heads plus the number of sequences of Heads and Tails on n − 1 coin flips that have k − 1 head

Solutions

Expert Solution

Each of the 4 coin cases will have two sub cases each corresponding to H and a T. Hence, using the 4 coins 16 cases, we end up 32 cases with 5 coins.

0H: TTTTT

1H: HTTTT, THTTT, TTHTT,TTTHT, TTTTH

2H: HHTTT, HTHTT, HTTHT, HTTTH, THHTT, THTHT, THTTH, TTHHT, TTHTH, TTTHH

3H: TTHHH, THTHH, THHTH, THHHT, HTTHH, HTHTH, HTHHT, HHTTH, HHTHT, HHHTT

4H: THHHH, HTHHH, HHTHH, HHHTH, HHHHT,   

5H: HHHHH

b)Number of sequences on n coin flips that have k heads=nCk

number of sequences on (n-1) flips that have k heads=(n-1)Ck

number of sequences on (n-1) flips that have (k-1) heads=(n-1)C(k-1)


Related Solutions

In Python Randomly choose either heads or tails ('h' or 't'). Ask the user to make...
In Python Randomly choose either heads or tails ('h' or 't'). Ask the user to make their choice. If their choice is the same as the randomly selected value, display the message 'You win', otherwise display 'Bad luck'. At the end, tell the user if the computer selected heads or tails.
2. In 200 tosses of a coin, it was observed that 115 Heads and 85 Tails...
2. In 200 tosses of a coin, it was observed that 115 Heads and 85 Tails appeared. Test whether this is a fair coin at the = 0.05 level and at the = 0.01 levels.
HOMEWORK-You flip a coin FOUR times. Let H = Number of Heads. Calculate: (a) P (H...
HOMEWORK-You flip a coin FOUR times. Let H = Number of Heads. Calculate: (a) P (H = 4) = (b) P (H ≥ 1) = (c) P (H < 4) = (d) P (1 < H ≤ 4) = HINT: GET YOUR SAMPLE SPACE. Leave your answers EITHER as a simplified fraction ( e.g. 4/16 = 1/4 when simplified)  OR a decimal rounded to FOUR decimal places. Also do not forget to enter your leading zero when entering decimals. CAUTION: FOLLOW...
Coin toss experiment In this experiment, determine the number of heads and tails after flipping a...
Coin toss experiment In this experiment, determine the number of heads and tails after flipping a coin for 1000 times. Use two different methods to find number of heads and tails Use for loops Use vectors in MATLAB. Repeat this experiment to find running average of flipping a coin for 200 and 2000 times. Plot the running average for two experiments using subplot functions
Coin toss experiment In this experiment, determine the number of heads and tails after flipping a...
Coin toss experiment In this experiment, determine the number of heads and tails after flipping a coin for 1000 times. Use two different methods to find number of heads and tails: Use for loops. Use vectors in MATLAB. Repeat this experiment to find running average of flipping a coin for 200 and 2000 times. Plot the running average for two experiments using subplot functions.
A coin is flipped repeatedly until either two heads appear in a row or two tails...
A coin is flipped repeatedly until either two heads appear in a row or two tails appear in a row(and then stop). Find the exact answer for P(two heads in a row appears before two tails in a row) for a coin with probability p of getting heads.
30.Consider a coin that comes up heads with probability p and tails with probability 1 −...
30.Consider a coin that comes up heads with probability p and tails with probability 1 − p. Let qn be the probability that after n independent tosses, there have been an even number of heads. Derive a recursion that relates qn to qn−1, and solve this recursion to establish the formula qn = 1 + (1 − 2p) n 2 Using method other than Mathematical Induction
One fair coin and two unfair coins where heads is 5 times as likely as tails...
One fair coin and two unfair coins where heads is 5 times as likely as tails are put into a bag. One coin is drawn at random and then flipped twice. If at least one of the flips was tails, what is the probability an unfair coin was flipped?
A coin with P[Heads]= p and P[Tails]= 1p is tossed repeatedly (the tosses are independent). Define...
A coin with P[Heads]= p and P[Tails]= 1p is tossed repeatedly (the tosses are independent). Define (X = number of the toss on which the first H appears, Y = number of the toss on which the second H appears. Clearly 1X<Y. (i) Are X and Y independent? Why or why not? (ii) What is the probability distribution of X? (iii) Find the probability distribution of Y . (iv) Let Z = Y X. Find the joint probability mass function
A coin is tossed repeatedly until heads has occurred twice or tails has occurred twice, whichever...
A coin is tossed repeatedly until heads has occurred twice or tails has occurred twice, whichever comes first. Let X be the number of times the coin is tossed. Find: a. E(X). b. Var(X).
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT