Takealot orders in a certain area can either be delivered by Takealot or picked up by the customer at a pick-up point. Historically, 40% of the orders are delivered by Takealot. Given 12 orders made within a certain hour, what is the probability that at least 3 of them will be picked up by the customers?
Let X be the number of orders picked up by the customers. Then X ~ Bin(n, p), where n = 12, p = 1-0.4 = 0.6. X ~ Bin(12, 0.6), then
Comments