Question 298958
 In the past year, 13% of businesses have eliminated jobs. If five businesses are selected at random, find the probability that at least three have eliminated jobs during the last year.
=============
Binomial Problem with n = 5 ; p = 0.13; 
P(3<= x <=5) = 1-P(0<= x <=2) = 1 - binomcdf(5,0.13,2) = 0.1791
===============

Cheers,
Stan H.