
Norbert W. answered 07/11/16
Tutor
4.4
(5)
Math and Computer Language Tutor
Let 0.6 be the percentage that support the mayor, then 0.4 do not support the mayor.
If fewer than half support the mayor, that means either 0, 1, 2, 3, 4 support the mayor
Let k = 0, 1, 2, 3, 4. Then for each of there are (10 C k) = 10!/(k! * (10 - k)!) distinct ways the values in the random sample can be determined so that k support the mayor.
p0 = probability that no on supports the mayor = (10 C 0) * .60 * .410 = 1 * .60 * .410
p1 = probability that only1 person supports the mayor = (10 C 1) * .61 * .49 = 10 * .61 * .49
p2 = probability that only 2 persons support the mayor = (10 C 2) * .62 * .48 = 45 * .62 * .48
p3 = probability that only 3 persons support the mayor = (10 C 3) * .63 * .47 =120 * .63 * .47
p4 = probability that only 4 persons support the mayor = (10 C 4) * .64 * .46 = 210 * .64 * .46
∴The probability that fewer than half the sample support the mayor is p0 + p1 + p2 + p3 + p4 ≈ 0.1662