SOLUTION: A fair coin is tossed until first tail comes up. Let A be the event that the number of tosses is divisible by 5, b be the event that the number of tosses is less than 6 Find P(A

Algebra ->  Probability-and-statistics -> SOLUTION: A fair coin is tossed until first tail comes up. Let A be the event that the number of tosses is divisible by 5, b be the event that the number of tosses is less than 6 Find P(A      Log On


   



Question 293293: A fair coin is tossed until first tail comes up. Let A be the event that the number of tosses is divisible by 5, b be the event that the number of tosses is less than 6
Find P(A) P(B) P(AuB)
Can someone please talk me through the method to solve these
Thank You

Found 2 solutions by stanbon, Edwin McCravy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A fair coin is tossed until first tail comes up.
Let A be the event that the number of tosses is divisible by 5,
B be the event that the number of tosses is less than 6
Find
P(A) = P(5) + P(10) + P(15)+ ...
= (1/32) + (1/2)^10 + (1/2)^15...
-----------------------------------
P(B) = P(1)+P(2)+...+P(5)
= (1/2) + (1/2)^2 + ...+(1/2)^5
-----------------------------------
P(AUB) = (1/2) + (1/2)^2 +...(1/2)^5 + (1/2)^10 + (1/2)^15 + ...
================================================================
Cheers,
Stan H.
====================

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
A fair coin is tossed until first tail comes up. Let A be the event that the number of tosses is divisible by 5,
Find P(A)

The other tutor's solution is incorrect.

P(A) = P(x=5 or x=10 or x=15 or ... x=5n or ...)

Since "or" implies "add"

P(A) = P(x=5) + P(x=10) + P(x=15) + ... + P(x=5n) + ...

P(x=5) = %281%2F2%29%5E5, which means the 5 tosses went HHHHT 
P(x=10) = %281%2F2%29%5E10 which means the 10 tosses went HHHHHHHHHT
P(x=15) = %281%2F2%29%5E15 which means the 15 tosses went HHHHHHHHHHHHHHT
...
P(x=5n) = %281%2F2%29%5E%285n%29
...

P(A) = the sum of an infinite geometric series with a%5B1%5D=1%2F%282%5E5%29=1%2F32
and r=%281%2F2%29%5E5=1%2F32

S%5Binfinity%5D=a%5B1%5D%2F%281-r%29=%281%2F32%29%2F%281-1%2F32%29=1%2F%2832-1%29=1%2F31

------------------------

Let B be the event that the number of tosses is less than 6
Find P(B)

P(B) = P(T or HT or HHT or HHHT or HHHHT or HHHHT) =

Since "or" implies "add"

P(B) = P(T) + P(HT) + P(HHT) + P(HHHT) + P(HHHHT) =

P(B) = %281%2F2%29+%2B+%281%2F2%29%5E2+%2B+%281%2F2%29%5E3+%2B+%281%2F2%29%5E4+%2B+%281%2F2%29%5E5 

P(B) = 

---------------------

Find P(AuB)


Use the formula:

P(A U B) = P(A or B) = P(A) + P(B) - P(A and B)

We have P(A) = 1%2F31,  P(B) = 31%2F32

The event "A and B" is the event HHHHT, the only event
which would be both a multiple of 5 tosses and also less
than 6 tosses.

HHHHT has probability %281%2F2%29%5E5=1%2F32=P(A and B)

P(A U B) = P(A or B) = P(A) + P(B) - P(A and B)

P(A U B) = P(A or B) = 1%2F32+%2B+31%2F32+-+1%2F32=31%2F32

Edwin