We need to determine the number of possible outcomes after tossing 6 coins. I use (a + b)n with a = 1 and b = 1. This will give you 2n. Let n = 6. Then 26 = 64 possible outcomes.
Next, we will use the formula for combinations: n! / x!(n - x)! where x is the number of heads.
Let p = the probability of getting a head on a single toss and let q = the probability of getting a tail on a single toss.
then P(H) = 3/5 and P(T) = 2/5.
This is the probability used in the binomial distribution.
[n! / x!(n - x)!]*pxqn-x
A) P(E) = [6!/(3!)(3!)]*(3/5)3(2/5)3 = 0.276
B) P(F) = [6!/(2!)(4!)]*(3/5)2(2/5)4 + [6!/(3!)(3!)]*(3/5)3(2/5)3 + [6!/(4!)(2!)]*(3/5)4(2/5)2 + [6!/(5!)(1!)]*(3/5)5(2/5)1 + [6!/(6!)(0!)]*(3/5)6(2/5)0
= 0.138 + 0.276 + 0.311 + 0.187 + 0.0467 = 0.9587
C) P(E and F) = P(E)*P(F) = (0.276)(0.9587) = 0.265.
This is the probability of getting at least 2 heads that appeared in 6 tosses and getting exactly 3 heads that appeared in 6 tosses.
D) P(E|F) = P(E and F)/P(F) = 0.265/0.9587 = 0.276.
This is the probability of getting exactly 3 heads that appeared in 6 tosses given that you will get at least 2 heads that will appear in 6 tosses.