X is number of (fair) coin flips needed to land m heads OR m tails. m is arbitrary natural number. Delfine CDF of X. (in It's simplest form)
What I already know:
- $P(x=k) = {{k-1} \choose{m-1}}*(1/2)^{k-1}$
I suspect one way to get CDF is to Sum P(x=k) from k=m to x, and Mathematica evaluates that sum as:$ 2-2^{x}{{x} \choose{m-1}}*hypergeometric(1,x+1;x-m+2;1/2) $
But I would like to know how to get to that without computer. Or is there another way to get to CDF of X?
12
Answer
Answers can only be viewed under the following conditions:
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.
94
The answer is accepted.
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- answered
- 1946 views
- $6.00
Related Questions
- Foundations in probability
- Probability/Outcome
- Probability question regarding Moment genrating function and Chebyshev's ineqaulity(show in file).
- Please check if my answers are correct - statistic, probability
- Five married couples are seated around a table at random. Let $X$ be the number of wives who sit next to their husbands. What is the expectation of $X$ $(E[X])$?
- Calculating Dependant Probability of Multiple Events
- foundations of probability
- Suppose that X is a random variable uniform in (0, 1), and define $M = 2 \max\{X, 1− X\} − 1$. Determine the distribution function of M.