How to find probability distribution for example like car sale and probability. So I need a method to find out number of sales in two day period.
You can find probability distribution using the method shown in below example.
Example: Construct a probability distribution of the random variable X for the number of false answers in a 4-item true or false test.
Solution:
X = the number of false answers
X = {0,1,2,3,4}
Thus, probability distribution of X is:
X P(X)
0 1/16
1 1/4
2 3/8
3 1/4
4 1/16
Comments