Q:

A coin is tossed 5 times. Find the probability that exactly 1 is a tail. Find the probability that at most 2 are tails.

Accepted Solution

A:
Answer:Step-by-step explanation:First questionThe only possibilities where there is exactly 1 tail are:(t,h,h,h,h)(h,t,h,h,h)(h,h,t,h,h)(h,h,h,t,h)(h,h,h,h,t)those are 5 favorable outcomes.where h represent heads and t represent tails. There are [tex]2^5 32[/tex] total number of outcomes after tossing the coin 5 times. Because every time you toss the coin, you have 2 possibilities, and as you do it 5 times, those are [tex]2^5[/tex] options. We can conclude from this that The probability that exactly 1 is a tail is [tex]5/32[/tex].Second questionWe already know the total number of outcomes; 32.  Now we need to find the number of favorable outcomes. In order to do that, we can divide our search in three cases: 1.-there are no tails, 2.-exactly 1 is a tail, 3.- exactly 2 are tails.The first case is 1 when every coin is a head. The second case we already solved it, and there are 5. The third case is the interesting one, we can count the outcomes as we did in the previous questions, but that's only because there are not too many outcomes.  Instead we are going to use combinations:We need to have 2 tails, the other coins are going to be heads. We made 5 tosses, then the possible combinations are [tex]C_{5,2} = \frac{5!}{3!2!} = \frac{120}{6*2} = 10[/tex]Finally, we conclude that there are 1 + 5 + 10 favorable outcomes, and this implies thatThe probability that at most 2 are tails is [tex]\frac{16}{32} = \frac{1}{2}[/tex].