Question 509819
A company's records indicate that 90% are error free. If 8 records are randomly selected, what is the probability that at least 2 records have no errors?
------------
Binomial Problem with n = 8 and p = 0.9
---
P(2<= x <=8) 
= 1 - P(0<= x <=1) 
= 1 - 0.00000073
= 0.9999927 
----------
Cheers,
Stan H.