On average a shop sells 750 kg per day with a standard deviation of 60 kilo’s. We assume sales are normal. If the shop has 850 kilograms in stock at the beginning of the day, what is the probability it runs out that day?

1 Answer
Nov 4, 2017

Roughly a 4.7% chance.

Explanation:

Since we are told that the sales are normal, we can use a normal distribution to answer this problem. We are given a handful of parameters to get started:

#{(mu,750,"Mean (average)"),(sigma,60,"Std. Dev."):}#

Let #X# be the number of kg sold in a day. Then #X" "~" "N(750, 60^2).#

If the shop was to sell out in this example, when they start the day with 850 kg, this implies that sales for the day must be at least 850 kg - obviously if the shop "sells" more than 850 kg they will owe products to customers they can't deliver!

In terms of a normal distribution, this is essentially the same as asking what is the probability #P(X>=850)#. Visually, this would be what's referred to as a "right-tail" probability problem. (See picture at the end of this answer.)

To solve this, we will need to determine what the #z#-score value is that relates to a value of 850 under this normal distribution, and then from that we can use either #z#-score tables or a #z#-score calculator to find the right-tail probability associated with that #z#-score.

Recall the formula for a #z#-score that corresponds to a value of #x#:

#z = (x - mu)/sigma#

For #z(850)#:

#z = (850 - 750)/60 = 100/60 = 5/3 ~~ +1.667#

A z-score of 1.667 corresponds to a cumulative probability of about 0.953, meaning the right-tail probability is:

#P(X>=850) = P(Z>=1.667)#
#color(white)(P(X>=850) )= 1 - P(Z<1.667)#
#color(white)(P(X>=850) )~~ 1 - 0.953#
#color(white)(P(X>=850) )=0.047#

There is roughly a 4.7% chance the store will sell out during the day.

enter image source here