So this is basically asking for P(X <= 2) where X is binomial with n=5 and p=0.8.
Recognize this as a binomial probability problem where each customer independently wants a croissant with probability 0.8. The event that 2 croissants are enough is equivalent to at most 2 customers out of 5 wanting a croissant. Compute P(X ≤ 2) using the binomial formula or by summing individual probabilities for X=0,1,2.
Pro tip: After computing the probability, briefly mention that this is a classic binomial distribution application and that the same logic extends to inventory planning for any number of items and customers. This shows you can generalize and apply the concept to real-world engineering problems.
Define X as the number of customers who want a croissant. X follows a binomial distribution with n=5 and p=0.8.
The condition '2 croissants are enough' means X ≤ 2. So we need to find P(X ≤ 2).
Calculate P(X=0), P(X=1), and P(X=2) using the binomial formula: P(X=k) = C(n,k) * p^k * (1-p)^(n-k).
Add the probabilities from step 3 to get P(X ≤ 2).
State the final probability and sanity-check that it is reasonable (e.g., since p=0.8, the probability should be low).
AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.