Answer:
X ~ Binom (n = 6, p = 0.50)
Step-by-step explanation:
We are given that a box contains 6 cameras and that 3 of them are defective.
A sample of 2 cameras is selected at random.
Let X = Number of defective cameras in the sample.
The above situation can be represented through binomial distribution;
[tex]P(X=r)= \binom{n}{r}\times p^{r} \times (1-p)^{n-r} ;x = 0,1,2,3,......[/tex]
where, n = number of trials (samples) taken = 2 cameras
x = number of success
p = probabilitiy of success which in our question is probability that
cameras are defective, i.e. p = [tex]\frac{3}{6}[/tex] = 0.50
So, X ~ Binom (n = 2, p = 0.50)
Now, the binomial probability distribution for X is given by;
[tex]P(X=r)= \binom{6}{r}\times 0.5^{r} \times (1-0.5)^{6-r} ;r = 0,1,2[/tex]
Here, the number of success can be 0, 1, or 2 defective cameras.