Question 267680
A recent survey found that 40% of air traffic controllers found their job extremely stressful. Suppose 12 air traffic controllers are selected at random, what is the probability that 2 or more consider their job stressful? 
--------------
It's a binomial problem:
n= 12 ; p = 0.4
-----
P(2<= x <=12) = 1 - P(0<= x <=1) = 1 - binomcdf(12,0.4,1) = 0.9804
=====================================
Cheers,
Stan H.