This is a binomial probability problem with n = 5 trials, k = 2 successes (burned dinners), and p = 0.5 probability of success (burning dinner). The formula for binomial probability is:
P(X = k) = C(n, k) * p^k * (1-p)^(n-k)
Plugging in the values, we get:
P(X
Show more…