199k views
0 votes
A coin is tossed 5 times. Find the probability that all are heads. Find the probability that at most 2 are heads.

User RMachnik
by
4.5k points

2 Answers

3 votes


|\Omega|=2^5=32

1.


|A|=1\\P(A)=(1)/(32)=3.125\%

2.


|A|=1+5+10=16\\P(A)=(16)/(32)=(1)/(2)=50\%

User Nikhil Bhatia
by
5.1k points
5 votes

Answer:

1/32

15/32

Explanation:

For a fair sided coin,

Probability of heads, P(H) = 1/2

Probability of tails P(T) = 1/2

For a coin tossed 5 times,

P( All heads)

= P(HHHHH),

= P (H) x P(H) x P(H) x P(H) x P(H)

= (1/2) x (1/2) x (1/2) x (1/2) x (1/2)

= 1/32 (Ans)

For part B, it is easier to just list the possible outcomes for

"at most 2 heads" aka "could be 1 head" or "could be 2 heads"

"One Head" Outcomes:

P(HTTTT), P(THTTT) P(TTHTT), P(TTTHT), P(TTTTH)

"2 Heads" Outcomes:

P(HHTTT), P(HTHTT), P(HTTHT), P(HTTTH), P(THHTT), P(THTHT), P(THTTH), P(TTHHT), P(TTHTH), P(TTTHH)

If we count all the possible outcomes, we get 15 possible outcomes representing "at most 2 heads)

we know that each outcome has a probability of 1/32

hence 15 outcomes for "at most 2 heads" have a probability of

(1/32) x 15 = 15/32

User Menapole
by
4.4k points