Inactive Tutor answered 11/04/19
We are solving for the probability of all coins landing on heads (or tails), as long as they all land on the same side. The probability of one coin landing on a pre-chosen side is 1/2, so the probability of all four coins landing on the same side is (1/2)^4 = 1/16.
a. 1/2 x 1/2 x 1/2 x 1/2 = 1/16 or 0.0625 or 6.25%.
From the problem above (a), it is both the probability of landing all heads or all tails, which means that the answer 1/16 can be used for the next problem as well. 1/16 will represent P(4).
b. At least 3 coins on the same side means we must calculate at least 3, so 3 coins or 4 coins on the same side. P(4) is 1/16, and for P(3), we would use the binomial probability distribution since it consists of multiple combinations.
The equation for the number of combinations of getting x tails in n coin tosses:
n!
--------
x!(n-x)!
n = # of coin tosses
x = # of coins that land on tails
! is a factorial, for example 5! = 5 x 4 x 3 x 2 x 1
So
4! 4 x 3 x 2 x 1 24
--------- = ------------------ = -------------- = 4
3!(4-3)! 3x2x1 (4-3)! 6(1)
(1!) just equals 1
So there are 4 possibilities of the coins landing with exactly 3 tails within 16 total possible outcomes.
Therefore, 4/16 + 1/16 a.k.a. P(3) + P(4) {because it is AT LEAST 3 tails} = 5/16 or 0.3125 or 31.25% chance of at least 3 tails.