Let "X=" the number of defective components: "X\\sim Bin(n, p)."
Given "n=10, p=0.1, q=1-p=1-0.1=0.9."
i)
"=\\dbinom{10}{0}(0.1)^0(0.9)^{10-0}+\\dbinom{10}{1}(0.1)^1(0.9)^{10-1}"
"=0.7360989291"
The probability that the consignment is accepted is 0.7360989291.
ii)
"=1-\\dbinom{10}{0}(0.1)^0(0.9)^{10-0}-\\dbinom{10}{1}(0.1)^1(0.9)^{10-1}"
"=0.2639010709"
The probability that the consignment is rejected is 0.2639010709.
Comments
Leave a comment