Question 756673
It’s been reported that 5.8% of U.S. households lease a vehicle for personal use. If 100 households are selected at random, what is the probability that at least 8 lease a vehicle?
----------
Binomial Problem with n = 100 and p(lease) = 0.058
----
P(8<= x <=100) = 1 - P(0<= x <=7) = 1-binomcdf(100,0.058,7) = 0.2241
===================
Cheers,
Stan H.
===================