Sample spaces having equally likely outcomes

  • Context: Undergrad 
  • Thread starter Thread starter blob84
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
blob84
Messages
25
Reaction score
0
If we flip a coin n-times,
what is the probability of the event $$A= \left \{there \space are \space k \space head \right \}$$.
I should find the number of elements of A,
the book says that is $$\binom{n}{k}$$ but for $$n=3$$ and $$k=2$$, all the possible outcomes are:
$$A= \left \{(h, h,h), (h, h, x), (h, x, h), (x, h, h) \right \}$$, where the position of h or x is the k-flip.
How to find this number?

PS. h is head.
 
Last edited:
Physics news on Phys.org
k is the number of the head in A, int the example k = 2, any vector of A has at least two head.
you flip a coin n-times, so if n = 3 you flip the coin 3 times, the problem is to count the number of vectors in A.

PS. h is head.
 
Last edited:
blob84 said:
int the example k = 2, any vector of A has at least two head.

ah, now i see what you meant :smile:

no, if k = 2, there must be exactly 2 heads

so the possible outcomes are

1: xxx k = 0 (0 heads)

3: xxh xhx hxx k = 1 (1 head)

3: xhh hxh hhx k = 2 (2 heads)

1: hhh k = 3 (3 heads)​
 
yes only 2 head, oh my god!
Thanks.