Chapter 3: Problem 80
A coin that comes up heads with probability \(p\) is flipped \(n\) consecutive times. What is the probability that starting with the first flip there are always more heads than tails that have appeared?
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 3: Problem 80
A coin that comes up heads with probability \(p\) is flipped \(n\) consecutive times. What is the probability that starting with the first flip there are always more heads than tails that have appeared?
All the tools & learning materials you need for study success - in one app.
Get started for free
Two players alternate flipping a coin that comes up heads with probability \(p\). The first one to obtain a head is declared the winner. We are interested in the probability that the first player to flip is the winner. Before determining this probability, which we will call \(f(p)\), answer the following questions. (a) Do you think that \(f(p)\) is a monotone function of \(p ?\) If so, is it increasing or decreasing? (b) What do you think is the value of \(\lim _{p \rightarrow 1} f(p) ?\) (c) What do you think is the value of \(\lim _{p \rightarrow 0} f(p) ?\) (d) Find \(f(p)\).
The joint density of \(X\) and \(Y\) is
$$
f(x, y)=\frac{\left(y^{2}-x^{2}\right)}{8} e^{-y}, \quad 0
A coin, having probability \(p\) of landing heads, is continually flipped until at least one head and one tail have been flipped. (a) Find the expected number of flips needed. (b) Find the expected number of flips that land on heads. (c) Find the expected number of flips that land on tails. (d) Repeat part (a) in the case where flipping is continued until a total of at least two heads and one tail have been flipped.
A coin having probability \(p\) of coming up heads is continually flipped. Let \(P_{j}(n)\) denote the probability that a run of \(j\) successive heads occurs within the first \(n\) flips. (a) Argue that $$ P_{j}(n)=P_{j}(n-1)+p^{j}(1-p)\left[1-P_{j}(n-j-1)\right] $$ (b) By conditioning on the first non-head to appear, derive another equation relating \(P_{j}(n)\) to the quantities \(P_{j}(n-k), k=1, \ldots, j\)
\(A\) and \(B\) roll a pair of dice in turn, with \(A\) rolling first. A's objective is to obtain a sum of 6 , and \(B\) 's is to obtain a sum of 7 . The game ends when either player reaches his or her objective, and that player is declared the winner. (a) Find the probability that \(A\) is the winner. (b) Find the expected number of rolls of the dice. (c) Find the variance of the number of rolls of the dice.
What do you think about this solution?
We value your feedback to improve our textbook solutions.