Moderate -0.3 This is a straightforward application of Poisson approximation to binomial with n=1000, p=1/30000, giving λ=1/30. Requires recognizing the approximation is valid (large n, small p), calculating λ, and finding P(X≥1)=1-P(X=0) using standard Poisson formula. Slightly easier than average due to being a direct textbook-style application with minimal steps.
1 Each computer made in a factory contains 1000 components. On average, 1 in 30000 of these components is defective. Use a suitable approximate distribution to find the probability that a randomly chosen computer contains at least 1 faulty component.
1 Each computer made in a factory contains 1000 components. On average, 1 in 30000 of these components is defective. Use a suitable approximate distribution to find the probability that a randomly chosen computer contains at least 1 faulty component.
\hfill \mbox{\textit{CAIE S2 2013 Q1 [4]}}