Solve Probability Problem: A, B, C Coin Throw

  • Thread starter Thread starter dionys
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion revolves around a probability problem involving three players, A, B, and C, who throw a coin in sequence until one player wins by tossing heads. The sample space is debated, with the initial assumption being finite but later expanded to account for infinite sequences if all players toss tails. The probabilities of A and B winning are calculated, with A's probability being 4/7 and B's 2/7, leading to the conclusion that the probability of neither A nor B winning is 1/7. The multiplication of probabilities is explained by the independence of each player's toss, meaning the outcome of one does not affect the others. The conversation emphasizes the importance of understanding independent events in probability calculations.
dionys
Messages
10
Reaction score
0
Hi..

I have an exercise and i want to know if i solved it correct.Can you help?

Three people A,B,C throw a coin (First is A,second comes B and finally C)
The first that will bring head wins and the game stops.

The exercise wants:
a)The sample space
b)Determinate the following events in the sample space
i)A={A WINS}
ii)B={B WINS)
iii)(A union B)complement
H:HEAD T:TAIL
a)sample space{H,TH,TTH,TTT}
bi)P(A)={H}=1/2
bii)P(B)={TH}=P(Acomplement intersection B)=1/4
biii)(A union B)complement=Acomplement intersection Bcomplement=
{TTH,TTH}=1/4

is it corrent?
 
Physics news on Phys.org
a) I think the sample space has countable infinite number of elements.
what if all A, B, C fail in their first trials? They again start with A. So ur sample space is extended to TTTH, TTTTH...etc,

bi)A can win in the first round with prob 1/2
or in the 2nd round with prob 1/16
or in the 3rd round with prob 1/128
.
.
.

Therefore P(A) = 1/2+1/16+1/128+... = 4/7

bii) Smilarly P(B) = 1/4+1/32+...= 2/7
biii)A and B r mutually exclusive. P(A union B) = P(A) + P(B) = 6/7

P(A union B)complement = 1-6/7 = 1/7.

Aliter: P(A union B) means either A wins or B wins. So P(A union B)complement means neither A nor B wins ==> P(C wins) = 1/7(find out as above).
 
You have right.
But can you explain me how did you find
"or in the 2nd round with prob 1/16
or in the 3rd round with prob 1/128"

i know that is:1/2*1/2*1/2*1/2

but can you explain me why we multiply the probablilities please?
 
because they r independent. that means whether B gets a H/T doesn't depend on the previous outcome(A' toss). similarly with C and so on...
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top