Prob(2 heads | first flip is head)

  • Thread starter Thread starter operationsres
  • Start date Start date
  • Tags Tags
    Head
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
operationsres
Messages
99
Reaction score
0
EDIT: I think I may have solved it a few minutes after I posted. See below for proposed solution ...

Homework Statement



Determine [itex]\textrm{Prob}(2 \textrm{heads}|\textrm{first flip is head})[/itex] by using the formula [itex]P(B|A) = \frac{P(B \cap A)}{P(A)}[/itex]. Specifically, determine what the sets A and B are .

2. The attempt at a solution

Clearly the state space has collapsed to [itex]\Omega = \{HH, HT\}[/itex], and the [itex]\sigma[/itex]-algebra is [itex]\bf{F}=\{\{ \},\Omega,\{HH\},\{HT\}\}[/itex]. Let Z be the event [itex]Z = \{HH\}[/itex] within [itex]\Omega[/itex].

The probability is easily computed as the cardinality of Z divided by the cardinality of the [itex]\Omega[/itex], i.e. Prob(2 heads|first flip is head) = 0.5.

_____________________

My problem is that I can't figure out what sets A and B are supposed to be such that [itex]P(B|A) = \frac{P(B \cap A)}{P(A)}[/itex] gives me 50%.

_____________________

EDIT: I think I might have solved it. Let A = {HH,HT} and B = {HH}, then A[itex]\cap[/itex]B = {HH}, and Prob({HH})=0.25.

The denominator is P({HH,HT}) = 2/4 = 0.5.

0.25/0.5 = 50%, which is the correct solution.Feel free to delete if this is correct ...
 
Physics news on Phys.org


operationsres said:
EDIT: I think I might have solved it. Let A = {HH,HT} and B = {HH}, then A[itex]\cap[/itex]B = {HH}, and Prob({HH})=0.25.

The denominator is P({HH,HT}) = 2/4 = 0.5.

0.25/0.5 = 50%, which is the correct solution.
Yes that's correct. :)