You can put this solution on YOUR website! a coin is tossed 5 times find the probability of at most 4 tails. use combination formula
------
Binomial Problem with n = 5 and p(tail) = 1/2
----
P(0<= x <=4) = 1 - P(x = 5)
----
= 1 - 5C5(1/2)^5*(1/2)^0 = 1 - 1*(1/32)*1 = 31/32
=============================================================
Cheers,
Stan H.
================