Example: Ticket sales for a concert
Organizers of a concert are limiting tickets sales to a maximum of 4 tickets per customer. Let T be the number of tickets purchased by a random customer. Here is the probability distribution of T:
T=# of tickets: 1 2 3 4
P(T): 0.1 0.3 0.2 0.4
the expected value (mean) of T:
"E(T)=\\mu=\\sum T_i P(T_i)=1\\cdot0.1+2\\cdot0.3+3\\cdot0.2+4\\cdot0.4=2.9"
the variance of T:
"Var(T)=\\frac{\\sum(T_1-\\mu)^2}{n}=\\frac{(1-2.9)^2+(2-2.9)^2+(3-2.9)^2+(4-2.9)^2}{4}=1.41"
Comments
Leave a comment