15 people flip coins, find the probability distribution

In summary: This can be represented by the random variable X, where X ranges from 0-15 (since it is impossible for everyone to have the same result). The probability of getting the same result on both flips is 50%, so the distribution for X would be X ~ Bin(15, 0.5).
  • #1
Addez123
199
21
Homework Statement
15 people flip 2 coins each. Whats the probability distribution of X,
where X = amount of people with same results on both flips
Relevant Equations
Binominal, poisson, normal, multinomial and hypergeometric distribution equations.
Say I make it so that the 2 coin flips count as a single number 1,2,3,4 representing head-head, head-tails, tails-head, tails-tails.
Then what do I do?

I'm just lost as to how I would even approach this problem.
 
Physics news on Phys.org
  • #2
Addez123 said:
Homework Statement:: 15 people flip 2 coins each. Whats the probability distribution of X,
where X = amount of people with same results on both flips
Relevant Equations:: Binominal, poisson, normal and hypergeometric distribution equations.

Say I make it so that the 2 coin flips count as a single number 1,2,3,4 representing head-head, head-tails, tails-head, tails-tails.
Then what do I do?

I'm just lost as to how I would even approach this problem.
For a start you could find the range of ##X##.
 
  • #3
Range would be 0-15. Nobody could have the number and all 15 could have had same combination.
I think this is suppose to be solved with multinomial equation, I'm testing it rn..
 
  • #4
Addez123 said:
Range would be 0-15. Nobody could have the number and all 15 could have had same combination.
The you need to calculate ##p(X = n)## for ##n = 0 - 15##. And that's your distribution. All you need to do after that is identify the name of a distribution like this.
 
  • #5
Oh so the question ment, the amount of people who get head-head or tails-tails on their flip.
That probability is 50%. So the answer was X ~ Bin(15, 0.5)
 
  • Like
Likes PeroK
  • #6
Addez123 said:
Range would be 0-15.

Perhaps I am misreading the question (and I apologize if I have done so), but how can ## X = 0 ##? For two coins, there are only ## 2^2 = 4 ## outcomes and therefore I am struggling to see how each of the fifteen individuals could have a different outcome.

Once again, apologies if I have misunderstood the question.
 
  • #7
Master1022 said:
Perhaps I am misreading the question (and I apologize if I have done so), but how can ## X = 0 ##? For two coins, there are only ## 2^2 = 4 ## outcomes and therefore I am struggling to see how each of the fifteen individuals could have a different outcome.
I agree. It seems to me that the Pigeonhole Principle is in effect here.

Suppose that only 5 people were involved. If the first 4 of these people all had different outcomes, the 5th person would necessarily have an outcome that was the same as one of the other 4. So X = 1 is the minimum value in this scenario, and the range of X would be 1 through 5. In my example, the pigeon holes are the number of possible outcomes (4), and the pigeons are the number of people (5). Therefore, at least one person must have the same outcome as one of the other four people.

What would the range of X be if there were 6 people involved?
 
Last edited:
  • #8
Mark44 said:
I agree. It seems to me that the Pigeonhole Principle is in effect here.

Suppose that only 5 people were involved. If the first 4 of these people all had different outcomes, the 5th person would necessarily have an outcome that was the same as one of the other 4. So X = 1 is the minimum value in this scenario, and the range of X would be 1 through 5. In my example, the pigeon holes are the number of possible outcomes (4), and the pigeons are the number of people (5). Therefore, at least one person must have the same outcome as one of the other four people.

What would the range of X be if there were 6 people involved?
The question cannot mean that. If three people get one pair of outcomes while another four all get some other pair, what would we mean by X?
The interpretation in post #5 looks right.
 
  • #9
haruspex said:
The question cannot mean that. If three people get one pair of outcomes while another four all get some other pair, what would we mean by X?
The interpretation in post #5 looks right.

I think I understand what you mean (but I'm not sure how we should define X). Surely the binomial distribution above would mean that ## P(X = 0) \neq 0 ## which still doesn't make sense to me. I thought it is impossible to have completely different outcomes over 15 people (when only 4 outcomes are possible)?
 
  • #10
Master1022 said:
I think I understand what you mean (but I'm not sure how we should define X). Surely the binomial distribution above would mean that ## P(X = 0) \neq 0 ## which still doesn't make sense to me. I thought it is impossible to have completely different outcomes over 15 people (when only 4 outcomes are possible)?

It's just saying that 15 people stand in a line and each of them flips 2 coins. Then we count how many people got either two heads or two tails, out of 15. If we call that number ##X##, then$$X \sim B(15, \frac{1}{2})$$
 
  • Like
Likes Master1022
  • #11
etotheipi said:
It's just saying that 15 people stand in a line and each of them flips 2 coins. Then we count how many people got either two heads or two tails, out of 15. If we call that number ##X##, then$$X \sim B(15, \frac{1}{2})$$
Ah, thanks for the clarification. For some reason, post #5 just made sense now. Yes, then I agree. I thought the question was asking for the number of people with the same HT, HH, TT, or TH combination.
 
  • Like
Likes etotheipi
  • #12
Master1022 said:
I think I understand what you mean (but I'm not sure how we should define X). Surely the binomial distribution above would mean that ## P(X = 0) \neq 0 ## which still doesn't make sense to me. I thought it is impossible to have completely different outcomes over 15 people (when only 4 outcomes are possible)?
It seems to me that your interpretation of the question differs dramatically from that in #5.

Let us go back to the question and try to see if we can extract your interpretation...
Addez123 said:
15 people flip 2 coins each. Whats the probability distribution of X,
where X = amount of people with same results on both flips
Your interpretation seems to be that we are asked how many people get the same pair of results as at least one other person.

So if person 1 gets HH and while person 2 through person 14 get TT then that counts as 14 people with the "same results".

Under this interpretation it is indeed nonsensical for nobody to get the same result pair as anyone else. There are only four possible result pairs and fifteen people. Somebody has to share a result pair.

Edit: As you had already realized.
 
  • Like
Likes Master1022
  • #13
Master1022 said:
Ah, thanks for the clarification. For some reason, post #5 just made sense now. Yes, then I agree. I thought the question was asking for the number of people with the same HT, HH, TT, or TH combination.
That would require four random variables ##X(HT), X(HH), X(TH), X(TT)##, where each is randomly distibuted on ##0 - 15##.
 

Related to 15 people flip coins, find the probability distribution

1. What is a probability distribution?

A probability distribution is a mathematical function that describes the likelihood of different outcomes occurring in a random experiment. It shows the possible outcomes and their associated probabilities.

2. How is the probability distribution calculated for flipping coins?

The probability distribution for flipping coins can be calculated by dividing the number of desired outcomes (e.g. heads or tails) by the total number of possible outcomes (e.g. number of flips). For example, if you flip a coin 15 times, the probability of getting heads on any given flip would be 1/2 or 0.5.

3. What is the expected value of a coin flip probability distribution?

The expected value of a probability distribution is the average or most likely outcome. In the case of flipping a coin, the expected value would be 7.5 heads and 7.5 tails out of 15 flips, as the probability of getting either outcome is equal.

4. How does the probability distribution change if more people are flipping coins?

The probability distribution would not change significantly if more people are flipping coins, as long as each person is flipping the same number of coins. The overall distribution would still show a roughly equal number of heads and tails.

5. Can a probability distribution predict the exact outcome of flipping coins?

No, a probability distribution cannot predict the exact outcome of flipping coins. It only shows the likelihood of different outcomes occurring. Each flip of a coin is an independent event and the outcome cannot be predicted with certainty.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
3K
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
2
Replies
57
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
3K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
29
Views
3K
Back
Top