by Guest » Wed Oct 14, 2015 3:08 am
This is problem 112 from "115 Challenging and Interesting Probability Problems for High School and University Students and Teachers" there is a non-free version of the book with the solutions. Problems 93 to 115 in the book are all pretty similar just with different numbers (given 20% of the book is essentially the same it doesn't look like much effort was put into it). The book says
"a few very challenging problems need some special computing tools and programming codes"
I strongly suspect this is one of those problems, especially as it appears at the end of the book.
If you don't want to code you can come up with an approximate answer using the fact that [tex]p[/tex] = probability a watch is defective = 170/9216
Probability a chosen box has no defective watches = [tex](1-p)^{96}[/tex] (approx.)
Probability a chosen box has 1 defective watch = [tex]96p(1-p)^{95}[/tex] (approx.)
Probability a chosen box has 2 defective watches = [tex]\binom{96}{2}p^2(1-p)^{94}[/tex] (approx.)
Probability a chosen box has 3 defective watches = [tex]\binom{96}{3}p^3(1-p)^{93}[/tex] (approx.)
Probability a chosen box has 4 defective watches = [tex]\binom{96}{4}p^4(1-p)^{92}[/tex] (approx.)
So the probability that a box has 4 or less defective watches is
[tex]q=(1-p)^{96}+96p(1-p)^{95}+\binom{96}{2}p^2(1-p)^{94}+\binom{96}{3}p^3(1-p)^{93}+\binom{96}{4}p^4(1-p)^{92}[/tex] (approx.)
Probability no boxes have 5 or more defective watches = [tex]q^{96}[/tex] (approx.)
Probability 1 box has 5 or more defective watches = [tex]96(1-q)q^{95}[/tex] (approx.)
Probability 2 boxes have 5 or more defective watches = [tex]\binom{96}{2}(1-q)^2q^{94}[/tex] (approx.)
Probability 3 boxes have 5 or more defective watches = [tex]\binom{96}{3}(1-q)^3q^{93}[/tex] (approx.)
Probability 4 boxes have 5 or more defective watches = [tex]\binom{96}{4}(1-q)^4q^{92}[/tex] (approx.)
Probability 5 or more boxes have 5 or more defective watches is
[tex]1 - (q^{96}+96(1-q)q^{95}+\binom{96}{2}(1-q)^2q^{94}+\binom{96}{3}(1-q)^3q^{93}+\binom{96}{4}(1-q)^4q^{92})[/tex] (approx.)
Hope this helped,
R. Baber.