retagged by
349 views
1 votes
1 votes
Two gamblers have an argument. The first one claims that if a fair coin is tossed
repeatedly, getting two consecutive heads is very unlikely. The second, naturally, is
denying this.

They decide to settle this by an actual trial; if, within n coin tosses, no two consecutive
heads turn up, the first gambler wins.

(a) What value of n should the second gambler insist on to have more than a 50%
chance of winning?

(b) In general, let P (n) denote the probability that two consecutive heads show up
within n trials. Write a recurrence relation for P (n).

(c) Implicit in the second gambler’s stand is the claim that for all sufficiently large n,
there is a good chance of getting two consecutive heads in n trials; i.e. P (n) > 1/2.
In the first part of this question, one such n has been demonstrated. What
happens for larger values of n? Is it true that P (n) only increases with n? Justify
your answer.
retagged by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
sripo asked Feb 15, 2019
678 views
If a fair die (with 6 faces) is cast twice, what is the probability that the twonumbers obtained differ by 2?(A) 1/12(B) 1/6(C) 2/9(D) 1/2
2 votes
2 votes
2 answers
2
Sayan Bose asked Feb 18, 2019
520 views
Three dice are rolled independently. Probability of obtaining the difference from largest and smallest number as exactly 4 :
1 votes
1 votes
1 answer
3
sripo asked Feb 15, 2019
537 views
Let a and b be positive integers such that a b and a^ 2 − b^ 2 is a prime number.Then a^2 − b^ 2 is equal to(A) a − b(B) a + b(C) a × b(D) none of the above
3 votes
3 votes
1 answer
4
sripo asked Feb 15, 2019
821 views
When is the following statement true? (A ∪ B) ∩ C = A ∩ C(A) If Ā ∩ B ∩ C = φ(B) If A ∩ B ∩ C = φ(C) always(D) never