- #1
opticaltempest
- 135
- 0
I am having a difficult time on the following problem:
An unfair coin is flipped four times in a row. What is the probability of getting exactly two heads and two tails. The order does not matter as long as there are two head and two tails in the flip.
The probability of getting heads is P(H)=0.40
The probability of getting tails is P(T)=0.60
I tried this:
P(2H) = 4C2 * 0.40^4 = 0.1536
P(2T) = 4C2 * 0.60^4 = 0.7776
Which has me stumped because the probability of getting at least two heads should be 0.5248 according to my large tree diagram. What exactly is my P(2H) formula calculating? The P(2T) seems to correctly calculate the probability of getting at least two tails, according to my tree diagram. Any hints on how to solve this problem?
An unfair coin is flipped four times in a row. What is the probability of getting exactly two heads and two tails. The order does not matter as long as there are two head and two tails in the flip.
The probability of getting heads is P(H)=0.40
The probability of getting tails is P(T)=0.60
I tried this:
P(2H) = 4C2 * 0.40^4 = 0.1536
P(2T) = 4C2 * 0.60^4 = 0.7776
Which has me stumped because the probability of getting at least two heads should be 0.5248 according to my large tree diagram. What exactly is my P(2H) formula calculating? The P(2T) seems to correctly calculate the probability of getting at least two tails, according to my tree diagram. Any hints on how to solve this problem?