SOLUTION: A coin is tossed 8 times. Find the probability of obtaining the following. (Enter the probabilities as fractions.)
(c) at most 2 tails
Algebra ->
Probability-and-statistics
-> SOLUTION: A coin is tossed 8 times. Find the probability of obtaining the following. (Enter the probabilities as fractions.)
(c) at most 2 tails
Log On
You can put this solution on YOUR website! A coin is tossed 8 times. Find the probability of obtaining the following. (Enter the probabilities as fractions.)
(c) at most 2 tails
---------------------
Binomial Problem with n = 8 and P(tail) = 1/2
-----
P(0<= x <=2) = binomcdf(8,1/2,2) = 0.1445
========================
Cheers,
Stan H.
========================