
Patrick L. answered 07/19/20
BA in Economics with Statistics Minor
Let n be the number of voters. There are 10 voters in the sample. Let p be the sample proportion for voters who are Democrats. p = 0.37
P(X = 3) = C(10,3) = [10!/(3!*7!)]*(0.37)3(0.63)7 = 0.2394
P(X ≤ 3) = C(10,0) + C(10,1) + C(10,2) + C(10,3)
= [10!/(0!*10!)]*(0.37)0(0.63)10 + [10!/(1!*9!)]*(0.37)1(0.63)9 + [10!/(2!*8!)]*(0.37)2(0.63)8 + [10!/(3!*7!)]*(0.37)3(0.63)7
= 0.0098 + 0.0578 + 0.1529 + 0.2394 = 0.45999 ≈ 0.46
The probability that exactly 3 out of 10 voters who are Democrats is 0.2394.
The probability that at most 3 out of 10 voters who are Democrats is about 0.46.