Question 222495
find the probability of tossing exactly 2 heads on 3 tosses of a fair coin.
-----
It's a binomial problem with n=3, p=1/2, x = 2
---------------
P(x=2) = 3C2*(1/2)^2(1/2)
---
P(x=2) = 3(1/4)(1/2)
---
P(x=2) = 3/8
==================
Cheers,
Stan H.