MGMT2262 Worksheet #3 Solutions
1) First we need to solve for k: 1 – 1/k2 = 8/9 from which we get 1/k2 = 1/9 and so k=3. Then m - 3s = 14.4 and m + 3s = 33.6
2) We have 2 equations:
Equation 1: 19.008 = 24 – 3.2k
Equation 2: 28.992 = 24 + 3.2k
Solving for k in either equation will give k = 1.56. Thus, the two limits are 1.56 standard deviations away from the mean of 24.
3) First we need the mean and standard deviation of the data which are 5.0167 and 1.1832 respectively. The lower limit is 5.0167 – 2(1.1832) = 2.6503 and the upper limit is 5.0167 + 2(1.1832) = 7.3831. From the data, we see that all of the data except for 7.8 fall between these limits. Thus 29/30 = 96.67% of the data is within 2 standard deviations of the mean which is well above the 75% threshold under Chebyshev’s theorem.
4) Each probability is between 0 and 1 and the probabilities sum to one.
5) I’ll use Excel for this.
|
x |
p(x) |
x*p(x) |
x2 |
x2*p(x) |
|
0 |
0.2 |
0 |
0 |
0 |
|
1 |
0.28 |
0.28 |
1 |
0.28 |
|
2 |
0.37 |
0.74 |
4 |
1.48 |
|
3 |
0.15 |
0.45 |
9 |
1.35 |
|
|
|
1.47 |
|
3.11 |
|
|
|
|
|
0.9491 |
|
|
|
|
|
0.9742 |
I’m working on the assumption that the first zero is in cell A2. In cell c2 I type =a2*b2, then drag and drop to the remaining cells in column C. I then autosum in cell c6 to get the mean of 1.47.
Next, I square the x values in column D. In cell d2, I type = a2*a2 (or a2^2), then drag and drop through cell d5. Then in cell e2, I type =d2*b2, then drag and drop through cell e5. I then autosum in cell e6 to get Sx2p(x) = 3.11. Then, in cell e7, I type =e6-c6*c6 (or =e6-c6^2) to get s2 = Sx2p(x) - m2 = 0.9491. Finally, in cell e8, I type = sqrt(e7) to get the value of s = 0.9742. To confirm Chebyshev’s theorem for k=2, m - 2s = 1.47 – 2(0.9742) = -0.4784 and m + 2s = 1.47 + 2(0.9742) = 3.4184. In this case, all the values of x = {0, 1, 2, 3} from the distribution lie between the limits. Thus 100% of the distribution lies within 2 standard deviations of the mean which is more than the 75% threshold under Chebyshev’s theorem.
6) First, we use Excel to compute the mean:
|
x |
p(x) |
x*p(x) |
|
0 |
0.02 |
0 |
|
10 |
0.22 |
2.2 |
|
20 |
0.34 |
6.8 |
|
30 |
0.24 |
7.2 |
|
40 |
0.12 |
4.8 |
|
50 |
0.06 |
3 |
|
|
|
24 |
Using the same procedure as in question 5, we find the average number of times a video is rented is 24. Since the store needs to bring in $95 ($80 + $15), the average price needs to be $95/24 = $3.9583 which we round up to $4.00
7) P(no more than 2) = P(0) + P(1) + P(2)
P(0) = (9C0)(15C6)/(24C6) = 5005/134,596
P(1) = (9C1)(15C5)/(24C6) = (9 x 3003)/134,596 = 27,027/134,596
P(2) = (9C2)(15C4)/(24C6) = (36 x 1365)/134,596 = 49,140/134,596
P(no more than 2) = 81,172/134,596 = 60.31%
8) P(at least 7) = P(7) + P(8) + P(9)
P(7) = (9C2)(15C7)/(24C9) = (36 x 6435)/1,307,504 = 231,660/1,307,504
P(8) = (9C1)(15C8)/(24C9) = (9 x 6435)/1,307,504 = 57,915/1,307,504
P(9) = (9C0)(15C9)/(24C9) = 5005/1,307,504
P(at least 7) = 294,580/1,307,504 = 22.53%
9) P(1) = (4C1)(0.2)1(0.8)3 = 40.96%. Using Table A.1, we get 0.410 = 41%.
10) P(fewer than 2) = P(0) + P(1)
P(0) = (10C0)(0.2)0(0.8)10 = 10.74%
P(1) = (10C1)(0.2)1(0.8)9 = 26.84%
P(fewer than 2) = 10.74% + 26.84% = 37.58%. Using Table A.2, we get 0.376 = 37.6%.
11) P(at least 2) = 100% - P(fewer than 2)
P(0) = (25C0)(0.2)0(0.8)25 = 0.38%
P(1) = (25C1)(0.2)1(0.8)24 = 2.36%
P(fewer than 2) = 0.38% + 2.36% = 2.74%
P(at least 2) = 100% - 2.74% = 97.26%. In this case, since the sample size is more than 20, we cannot use Table A.2
12) m = 300(0.2) = 60. So, his average commission is 60 x $2500 = $150,000
s = sqrt(60(0.8)) = 6.9282. So m + 3s = 80.7846. The maximum commission is then 80.7846 x 2500 = $202,000 after rounding to the nearest thousand.
13) m = 10000(1/10000) = 1.
P(0) = e-1(1)0/0! = 36.79%. This is also the answer from Table A.3.
14) m = 25000(1/10000) = 2.5.
P(at least 2) = 100% - P(fewer than 2)
P(0) = e-2.5(2.5)0/0! = 8.21%
P(1) = e-2.5(2.5)1/1! = 20.52%
P(fewer than 2) = 8.21% + 20.52% = 28.73%
P(at least 2) = 100% - 28.73% = 71.27%. We can also use Table A.3 to find P(0) and P(1).
15) m = 5000(1/10000) = 0.5.
P(between 1 and 3 inclusive) = P(1) + P(2) + P(3)
P(1) = e-0.5(0.5)1/1! = 30.33%
P(2) = e-0.5(0.5)2/2! = 7.58%
P(3) = e-0.5(0.5)3/3! = 1.26%
P(between 1 and 3 inclusive) = 30.33% + 7.58% + 1.26% = 39.17%. We can also use Table A.3 to find P(1), P(2) and P(3).
16) m = 3,500,000(1/10000) = 350
s = sqrt(350) = 18.7
17) m = 4; P(no more than 3) = P(0) + P(1) + P(2) + P(3) = 1.83% + 7.33% + 14.65% + 19.54% = 43.35%. We can also use Table A.3 to find P(0), P(1), P(2) and P(3).
18) P(at least 5) = 100% - P(fewer than 5) = 1 – P(no more than 4). In the previous question, we found P(no more than 3). If we add P(4) = 19.54%, we get P(no more than 4) = 62.88%. Then P(at least 5) = 100% - 62.88% = 37.12%
19) m = 2x4 = 8; P(at least 10) = 100% - P(fewer than 10) = 100% - P(no more than 9) = 100% - 71.66% = 28.34%. We can use Table A.3 to find P(0) through P(9) in order to add them.
20) m = 2x4x8 = 64; s = sqrt(64) = 8; m + 3s = 88.