In: Statistics and Probability
1)
a)
Using the law of total probability
b)
The expected value is obtained using the following formula,
From the data values,
Prices, X | Probability, P(X) | X*P(X) |
50 | 0.4 | 20 |
100 | 0.15 | 15 |
150 | 0.2 | 30 |
200 | 0.25 | 50 |
. | Sum | 115 |
c)
The standard deviation value is obtained using the following formula,
From the data values,
Prices, X | Probability, P(X) | X*P(X) | X^2*P(X) |
50 | 0.4 | 20 | 1000 |
100 | 0.15 | 15 | 1500 |
150 | 0.2 | 30 | 4500 |
200 | 0.25 | 50 | 10000 |
. | Sum | 115 | 17000 |
d)
The variance value is obtained using the following formula,
2)
If the die is fair, the probability of getting even number = 0.5 and the probability of getting odd number = 0.5
If even number comes, the player's profit = -(2 + 2.5) = - $4.5
If odd number comes, the player's profit = 2 + 5 = $7
The expected profit value is obtained using the following formula,
From the data values,
X | P(X) | X*P(X) | |
Even number | -4.5 | 0.5 | -2.25 |
Odd number | 7 | 0.5 | 3.5 |
1.25 |
3)
Let the random variable, X = number of shoppers who uses credit cards for their purchases in a given shopping center,
When we want to calculate the probability of the number of success in a fixed number of trails (Bernoulli's trials i.e. two possible outcomes, success/failure), the binomial distribution follows.
Hence the sample size of 20 shoppers will have a binomial distribution with parameters n and p.
n = number of trials = 20
p = probability of success = 0.60
a)
exactly 12 use credit cards.
The probability mass function for the binomial distribution is defined as,
Now, the required probability is,
(In excel use function =BINOM.DIST(12,20,0.6,FALSE))
b)
exactly 7 do not use credit cards.
Now the probability of success (don not use credit cards) = 1 - 0.6 = 0.4
Now, the required probability is,
(In excel use function =BINOM.DIST(7,20,0.4,FALSE))
c)
At most 10 use credit cards
The cumulative distribution function is defined as,
Now, the required probability is,
(In excel use function =BINOM.DIST(10,20,0.6,TRUE))
d)
More than 13 use credit cards
Now, the required probability is,
(In excel use function =1-BINOM.DIST(13,20,0.6,TRUE))
4)
Let the random variable, X = number of persons passes the Bar exam
When we want to calculate the probability of the number of success in a fixed number of trails (Bernoulli's trials i.e. two possible outcomes, success/failure), the binomial distribution follows.
Hence the sample size of 290 persons will have a binomial distribution with parameters n and p.
n = number of trials = 290
p = probability of success = 0.46
a)
The mean value is obtained using the following formula,
b)
The standard deviation value is obtained using the following formula,