SOLUTION: 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

Algebra ->  Probability-and-statistics -> SOLUTION: 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      Log On


   



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?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
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.
===================