Question 732412
a survey of US adults who attend at least one music concert a year found that 67% say concert tickets are too expensive. You randomly select 20 adults who attend at least one music concert a year and ask them if concert tickets are too expensive. Find the probability that fewer than 4 people say that concert tickets are too expensive. 
--------
Binomial Problem with n = 20 and p(too expensive) = 0.67
---
P(0<= x <=3) = binomcdf(20,0.67,3) = 0.000002432
==========================
Cheers,
Stan H.