Asked by Mary
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.
Answers
Answered by
R_scott
this is a binary probability ... no error / error ... 90% / 10%
"at least two" means not one or zero
(n + e)^8 = n^8 + 8 n^7 e + ... + 8 n e^7 + e^8
subtract the last two terms from 1
... 1 - (8 * .9 * .1^7) - .1^8
"at least two" means not one or zero
(n + e)^8 = n^8 + 8 n^7 e + ... + 8 n e^7 + e^8
subtract the last two terms from 1
... 1 - (8 * .9 * .1^7) - .1^8
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.