Chapter 3: Problem 65
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 65
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
Let \(I_{1}, \ldots, I_{n}\) be independent random variables, each of which is equally likely to be either 0 or 1. A well-known nonparametric statistical test (called the signed-rank test) is concerned with determining \(P_{n}(k)\) defined by $$ P_{n}(k)=P\left\\{\sum_{j=1}^{n} j I_{j} \leq k\right\\} $$ Justify the following formula: $$ P_{n}(k)=\frac{1}{1} P_{n-1}(k)+\frac{1}{2} P_{n-1}(k-n) $$
An unbiased die is successively rolled. Let \(X\) and \(Y\) denote respectively the number of rolls necessary to obtain a six and a five. Find (a) \(E[X]\). (b) \(E[X \mid Y=1]\), (c) \(E[X \mid Y=5]\).
In the list problem, when the \(P\), is known, show that the best ordering (best in the sense of minimizing the expected position of the element requested) is to place the elements in decreasing order of their probabilities. That is, if \(P_{1}>P_{2}>\cdots>P_{n}\), show that \(1,2, \ldots, n\) is the best ordering.
Suppose \(p(x, y, z)\), the joint probably mass variables \(X, Y\), and \(Z\), is given by $$ \begin{array}{ll} p(1,1,1)=\frac{1}{8}, & p(2,1,1)=\frac{1}{4} \\ p(1,1,2)=\frac{1}{6}, & p(2,1,2)=\frac{1}{16}, \\ p(1,2,1)=\frac{1}{16}, & p(2,2,1)=0, \\ p(1,2,2)=0, & p(2,2,2)=\frac{1}{4} \end{array} $$ What is \(E(X \mid Y=2] ?\) What is \(E[X \mid Y=2, Z=1] ?\)
The number of customers entering a store on a given day is Poisson distributed with mean \(\lambda=10.\) The amount of money spent by a customer is uniformly distributed over \((0,100)\). Find the mean and variance of the amount of money that the store takes in on a given day.
What do you think about this solution?
We value your feedback to improve our textbook solutions.