Revision as of 15:06, 26 June 2024 by Admin (Created page with "Let <math>T</math> equal the number of tosses until the first head appears. <math>T</math> has a geometric distribution with <math>P(T=k) = (1/2)^k </math> for <math>k\geq 1 </math>. The probability that the first head appears on the fifth toss, given that it has not appeared in the first two tosses, equals <math display = "block"> P(T=5|T>2) = \frac{P(T=5)}{P(T>2)} = \frac{(1/2)^5}{\sum_{k \geq 3} (1/2)^k } </math>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exercise


ABy Admin
Jun 26'24

Answer

Let [math]T[/math] equal the number of tosses until the first head appears. [math]T[/math] has a geometric distribution with [math]P(T=k) = (1/2)^k [/math] for [math]k\geq 1 [/math]. The probability that the first head appears on the fifth toss, given that it has not appeared in the first two tosses, equals

[[math]] P(T=5|T\gt2) = \frac{P(T=5)}{P(T\gt2)} = \frac{(1/2)^5}{\sum_{k \geq 3} (1/2)^k } [[/math]]

00