Exercise
An automatic machine manufactures microcircuits one at a time and independently. Each microcircuit has a probability of $0, 01$ being defective.
a) Calculate the probability that the first defective microcircuit in a working day is the fortieth that is made.
b) Probability that the first twelve microcircuits manufactured are all correct.
Solution
Let X: "Number of circuits diagnosed as correct, before diagnosing the first circuit as defective",
then $X$~$G(0.01)$, so $f_X(x)=0.99^x*0.01$
- a) $f_X(39) = 0.00675729...$
- b) $f_X(12) = 0.008863848...$
Is my solution correct?