A manufacturer of space shuttle light bulbs claims that the defect rate of the bulbs is $0.1\%$. You suspect the defect rate is actually higher, so you have checked $1000$ identical light bulbs from this manufacturer and found out that 3 of them are defect.
Formulate the relevant hypotheses and test statistic (including its distribution) and investigate the claim of the manufacturer at significance level $α = 0.05$.
In my opinion, is a Binomial Distribution $Bin(1000,0.001)$.
For the hypothesis, it's correct to assume that $H_0:\mu=0.001$, $H_1:\mu>0.001$?
Then how can I use the significance level with a Binomial Distribution? (I know how to solve it but with a Normal) :(
For a $Bin(n,p)$ $P(X=k)=\frac{n!}{k!(n-k)!}\cdot p^k\cdot(1-p)^{n-k}$