retagged by
601 views
1 votes
1 votes

A coin is flipped n times. Assuming that the flips are independent, with each one
coming up heads with probability p, what is the probability that there is a string of k
consecutive heads?

retagged by

1 Answer

0 votes
0 votes
by use of  probability of k heads out of n flips = (n-k)*p^k*(i-p)^(n-k)
edited by

Related questions

0 votes
0 votes
1 answer
1
dd asked Sep 27, 2016
985 views
If n balls are randomly selected from an urn containing N balls of which m are white,find the expected number of white balls selected.