No. of customers (probability)

  • Thread starter Thread starter Clari
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The expenses of customers at a shopping center follow a normal distribution with a mean of $428 and a standard deviation of $100. A gift is given to customers spending $600 or more, with the probability of this event needing to be at least 0.99. The correct approach to determine the minimum number of customers is to calculate the probability that none receive a gift, which should be less than or equal to 0.01. The initial expression presented was incorrect as it suggested that all customers would receive gifts, leading to a misunderstanding of the problem. To find the correct number of customers, one must use the z-score corresponding to 0.99 and solve for n.
Clari
Messages
62
Reaction score
0
The expenses of customers follows a normal distribution with mean equals to $428, and standard deviation equals to $100. A customer spending $600 or more will receive a gift. If the probability of the shopping centre giving out gifts is at least 0.99, find the smallest no. of customers visiting the store.

My solution is something like:
X: expenses of customers
X~N(428, 100)
P(X>= 600)
= P(Z>= (600-428)/100 )
= P(Z>= 1.72)
= 0.5 - A(1.72)
From the table, P(X>= 600) = 0.5 - 0.4573= 0.0427

n: no. of customers
0.0427^n >= 0.99 <----Why isn't this expression incorrect?
There is another expression (1-0.0427)^n <= 0.01, which is correct. But as far as I'm concerned, they should be both correct :confused: Please help!
 
Physics news on Phys.org
You could try actually solving those equations for n to see which one makes sense. The first one says the upper limit on the number of customers is 0.

The way to figure it out is to think about what they are asking. They are looking for a number of customers n so that the probability of AT LEAST one customer receiving a gift is .99 or more. This is the same as saying that the probability that none of the customers receive gifts is .01 or less. And the probability that a given customer does not receive a gift is 1 - .0427, so you take that number to the nth to get the probability that all customers do not receive gifts.

What your first (incorrect) expression says is that the probability that ALL customers receive gifts is at least .99. Clearly you can't have very many customers for this to happen!
 
\frac {\bar x - \mu} { \frac {\sigma} { \sqrt{n}}}= z

Find a z-score that corresponds to 0.99 and solve for n.
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top