50 coin tosses, probability of 25 heads vs 3 heads

  • Thread starter Thread starter quantum13
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion centers on calculating the probabilities of getting 25 heads and 3 heads when tossing a coin 50 times. It clarifies that the probability of achieving a specific number of heads in any order involves using combinations, specifically the binomial coefficient, rather than simply calculating (0.5)^50. The probability for 25 heads is given by the formula (50 choose 25) multiplied by (0.5)^50, while for 3 heads, it is (50 choose 3) multiplied by (0.5)^50. The conversation emphasizes that the problem does not specify the order of heads and tails, indicating that combinations are appropriate for this scenario. Understanding the distinction between combinations and permutations is crucial for solving such probability problems accurately.
quantum13
Messages
65
Reaction score
0

Homework Statement


Toss a coin fifty times. What is the probability of throwing 25 heads, and the probability of throwing 3 heads?


Homework Equations


P = 0.5 ^ n, n = total tosses
other equations?

The Attempt at a Solution


the probability for each should be same, as in 0.5^50, for each, should it not?

when i asked this question in class, my statistics teacher gave me a weird look and moved on with the class. am i missing a fundamental point in logic or something more complex?
 
Physics news on Phys.org
H=head

P(H)=0.5

P(HH)=P(H)*P(H) (this is because they are independent events. So that getting a head on the first try does not influence the outcome of the second)
 
Ok, so you throw the coin 50 times. That is clear.

My first question, must that 25 heads be in row?

Also, do you know what probability is?

P=m/n , m - the number of possibilities that might occur, n - total number of possibilities

Also 0 \leq P \leq 1.

In addition, just imagine if you throw the coin once, what is the probability that head or tail will be thrown?

What is the probability for 50 times?
 
quantum13 said:

Homework Statement


Toss a coin fifty times. What is the probability of throwing 25 heads, and the probability of throwing 3 heads?


Homework Equations


P = 0.5 ^ n, n = total tosses
other equations?

The Attempt at a Solution


the probability for each should be same, as in 0.5^50, for each, should it not?

when i asked this question in class, my statistics teacher gave me a weird look and moved on with the class. am i missing a fundamental point in logic or something more complex?
I can't speak for why your teacher gave you a weird look but the point you are missing is that (0.5)^{50} is the probability of getting 25 heads and 25 tails in a specific order- say 25 heads followed by 25 tails or alternating heads and tails. There are
\left(\begin{array}{c}50 \\ 25 \end{array}\right)
ways of ordering 25 heads and tails so the probability of getting 25 heads and 25 tails in any order is
\left(\begin{array}{c}50 \\ 25 \end{array}\right)(.5)^{50}.

Similarly, there are
\left(\begin{array}{c}50 \\ 3 \end{array}\right)
ways of arranging 3 heads and 47 tails so the probability of flipping 3 heads and 47 tails in any order is
\left(\begin{array}{c}50 \\ 3 \end{array}\right)(.5)^{50}
 
HallsofIvy said:
I can't speak for why your teacher gave you a weird look but the point you are missing is that (0.5)^{50} is the probability of getting 25 heads and 25 tails in a specific order- say 25 heads followed by 25 tails or alternating heads and tails. There are
\left(\begin{array}{c}50 \\ 25 \end{array}\right)
ways of ordering 25 heads and tails so the probability of getting 25 heads and 25 tails in any order is
\left(\begin{array}{c}50 \\ 25 \end{array}\right)(.5)^{50}.

Similarly, there are
\left(\begin{array}{c}50 \\ 3 \end{array}\right)
ways of arranging 3 heads and 47 tails so the probability of flipping 3 heads and 47 tails in any order is
\left(\begin{array}{c}50 \\ 3 \end{array}\right)(.5)^{50}
The question is rather tricky, because it do not state the following:
-are those 25 heads thrown in a row?

-are there at least 25 heads and are they ordered?

I believe its the first one because the second one is too complicated to solve. In this case combinations work as same as permutations with repetition.

In cases like this one, I always take smaller values and find the pattern :smile:

For example, let's imagine that instead of 50 there are 5 throws. We need 3 heads (not ordered) in each 5 throws. So, the string will look like HHHTT , H - head ; T - tail.

Instead of permutations, we need permutations with repetition, so:

P_{(3,2)}5=\frac{5!}{2!3!}=10

And the probability would be 10/25.

Do the same for the original problem.
 
You are reading too much into the problem, njama. These problems are obviously asking about combinations, not permutations. If the questions were to find the probability of getting at least 25 heads (or 3) out of 50, they would have said just that.

Looking for patterns works for a small number of objects. This technique breaks down quickly as n increases.
 
D H said:
You are reading too much into the problem, njama. These problems are obviously asking about combinations, not permutations. If the questions were to find the probability of getting at least 25 heads (or 3) out of 50, they would have said just that.

Looking for patterns works for a small number of objects. This technique breaks down quickly as n increases.

@D H, permutations with repetition are the ones for this problem :smile:

m - permutations with repetition

n - variations with repetition.

P=m/n=P(25,25)50/250

The technique of doing the same task with smaller amounts, let you analyze the problem and give you an idea how to solve it. Nothing more. :smile:
 
Minor point of clarification: A permutation with repetition of objects of exactly two kinds (like heads and tails) is a combination. They are the same thing.

--Elucidus
 
Back
Top