Jon P. answered 06/15/15
Tutor
5.0
(173)
Harvard honors math degree, experienced tutor in math and SAT prep
In a binomial probability problem, the formula for the probability of N tries occurring with a specific result, out of M total tries is:
MCN P(True)N P(False)M-N
NCM = M! / (N! (M-N)!
P(True) is the probability that the specific result occurs in each try
P(False) is the probability that the specific result does not occur, in each try
P(False) = 1 - P(True), so this can be written as:
MCN P(True)N (1 - P(True)M-N)
So...
a. MCN P(True)N (1 - P(True)M-N) = [20! / (16! 4!)] * .6516 * .354 = 0.0738
b. You have to do this calculation for all N > 16 (17, 18, 19, and 20), and add them:
[20! / (17! 3!)] * .6517 * .353 +
[20! / (18! 2!)] * .6518 * .352 +
[20! / (19! 1!)] * .6519 * .351 +
[20! / (20! 0!)] * .6520 * .350 =
0.0323 + 0.0100 + .0020 + .0002 = 0.0445
c. You have to do this calculation for N = 15, 16, 17, and 18, and add them:
[20! / (15! 5!)] * .6515 * .355 +
[20! / (16! 4!)] * .6516 * .354 +
[20! / (17! 3!)] * .6517 * .353 +
[20! / (18! 2!)] * .6518 * .352 =0.1272 + 0.0738 + 0.0323 + 0.0100 = 0.2433
Check my calculations!