Question 1126886
The probability of having a boy or girl is 50% = 1/2
:
use the binomial probability formula
:
Probability (k successes out of n trials) = nCk * p^k * (1-p)^(n-k), where nCk = n!/(k! * (n-k)!))
:
let n = 8, k = 3, p = 1/2
:
Probability (3 boys out of 8 children) = 8C3 * (1/2)^3 * (1 - (1/2))^(8-3) = 0.21875
: