Q: Four teams are selling selling lemonade to customers walking out of a store. A total of 10 customers walk out of the store and randomly pick a team to buy lemonade from. What is the probability that all teams get at least one customer? Probability Theory: The Logic of Science A: For simplicity, assume that the customers are walking out in a line and pick a team to buy lemonade from as shown in figure below. The probability that a given team would get at least one customer is one minus the probability they get none. For a given customer and a given team, there is a \(\frac{4 - 1}{4} = \frac{3}{4}\) probability that they will not connect. The probability that none of the 10 customers would pick a given team is \(\big(\frac{3}{4})^{10}\). Moving on, the probability that exactly one team would be without customers is \({4 \choose 1} \times\big(\frac{3}{4})^{10}\), likewise the probability that exactly two and three teams would be without customers are \({4 \choose 2} \time...