Question 170989
It is known that 70% of Democrats like music. What is the probability that in a random sample of 50 Democrats, only 30 like music.
-----------------
Using TI binompdf function you get:
binompdf(50,0.70,30) = 0.00345
Cheers,
Stan H.