1.3k views
1 vote
If you flip a coin 3 times, what is the probability of flipping heads 3 times?

User Skeets
by
8.5k points

2 Answers

6 votes

Answer:

Answer = 1/8

Explanation:

since there is a 1/2 chance of getting heads you would have to multiply 1/2 times 1/2 times 1/2 to see what the probability of getting 3 heads is and the answer is 1/8.

User Manish Das
by
9.0k points
4 votes

Answer:

12.5% probability of flipping heads 3 times.

Explanation:

For each coin, there are only two possible outcomes. Either it is heads, or it is tails. The probabilitis for each coin are also independent. So we use the binomial probability distribution to solve this problem.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)

In which
C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

And p is the probability of X happening.

In this problem we have that:

In each coin toss, heads or tails are equally as likely. So
p = (1)/(2) = 0.5}

If you flip a coin 3 times, what is the probability of flipping heads 3 times?

This is P(X = 3) when n = 3. So


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 3) = C_(3,3).(0.5)^(3).(0.5)^(0) = 0.125

12.5% probability of flipping heads 3 times.

User Felisa
by
8.6k points