Ans: σx = √p(1 - p)
Ans: The sum represents the number of sucesses (because success = 1 and failure = 0). The average is the proportion of successes = S / n.
Directions: To do Part c, use this SPSS Syntax script to generate line numbers from 1 to 100,000. Then use Transform >> Compute Variable with Target variable = x and expression Rv.Bernoulli(0.9) to generate the random variables.
Ans: If A and B are independent, P(A and B) = P(A) P(B). But if A and B are mutually exclusive, P(A and B) = 0. Thus P(A) P(B) = 0 and either P(A) = 0 or P(B) = 0.
E(S) = nE(x) |
Var(S) = nVar(x) |
Recall that the variance of the sum of random variables equals the sum of the variances if the random variables are independent.
= √[Var(x1) + ... + Var(xn)] = √nVar(x) = σx√n
σS = σx√n |
Ans: E(S) = nE(x) = np
σS = σx
√n = √p(1-p)
√n = √np(1-p)
Ans: For a binomial random variable, S is the number of freethrows, E(S) = np = 100*0.7 = 70, SES = sqrt(n*p*(1-p)) = sqrt(100*0.7*(1-0.7)) = 4.58.
|
= |
|
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 6 15 20 15 6 1 1 7 21 35 35 21 7 1 1 8 28 56 70 56 28 8 1
Ans: 4C2 = 4! / (2!(4-2)!) = (4×3×2×1) / [(2×1)(2×1)] = (4×3) / (2×1) = 2×3 = 6
Ans: 5C3 = 5! / (3!(5-3)!) = (5×4×3×2×1) / [(3×2×1)(2×1)] = (5×4) / (2×1) = 5×2 = 10
Ans: 10C6 = 10! / (6!(10-4)!) = (10×9×8×7×6×5×4×3×2×1) / [(6×5×4×3×2×1) (4×3×2×1)] = (10×9×8×7) / (4×3×2×1) = 10×3×7, because 4 and 2 in the denominator cancel with 8 in the numerator, and 3 in the denominator cancels with 9 in the numerator, leaving 3. The answer is 210.
Ans: 20C13 = (20×19×18×17×16×15×14) / (7×6×5×4×3×2×1) = (19×17×16×15, because 5 and 4 in the denominator cancel with 10 in the numerator, 6 and 3 in the denominator cancel with 18 in the numerator, 7 and 2 the denominator cancels with 14. The answer is 77,520.
P(k successes in n trials) = |
|
pk (1 - p)n-k |
Ans: 5C3 (0.5)^3 (1-0.5)^(5-3) = 10(0.125)(0.25) = 0.03125 = 3%.
Ans: 9C7 (0.5)^7 (1-0.5)^(9-7) = 36 (0.001953125) = 0.0703125 = 7%.
Ans: 14C10 (0.5)^10 (1-0.5)^(14-10) = 1001×0.0000061352 = 0.0611 = 6%.
Ans: P(10 out of 14) + P(11 out of 14) = 0.0611 + 0.0222 = 0.0833
Ans: P(10 out of 14) + P(11 out of 14) + P(12 out of 14) + P(13 out of 14) + P(14 out of 14) = 0.0611 + 0.0222 + 0.00555 + 0.00085 + 0.0000610 = 0.089761.
Ans: P(16 for 20) + P(17 for 20) + P(18 for 20) = 0.1304 + 0.0716 + 0.0278 = 0.2298 = 23%.
Ans: E(S) = np = 10(0.7) = 7; σS = √np(1-p) = √20(0.7)(1-0.7) = 2.049