Answer :
The Expected value of XX is 1.00.
Given that a box contains 8 cameras and that 4 of them are defective and 2 cameras is selected at random with replacement.
The probability distribution of the hypergeometric is as follows:
[tex]P(x,N,n,M)=\frac{\left(\begin{array}{l}M\\ x\end{array}\right)\left(\begin{array}{l}N-M\\ n-x\end{array}\right)}{\left(\begin{array}{l} N\\ n\end{array}\right)}[/tex]
Where x is the success in the sample of n trails, N represents the total population, n represents the random sample from the total population and M represents the success in the population.
The probability distribution for X is obtained as below:
From the given information, let X be a random variable, that denotes the number of defective cameras following hypergeometric distribution.
Here, M = 4, n=2 and N=8
The probability distribution of X is obtained below:
The probability distribution of X is,
[tex]P(X=x)=\frac{\left(\begin{array}{l}5\\ x\end{array}\right)\left(\begin{array}{l}8-5\\ 2-x\end{array}\right)}{\left(\begin{array}{l} 8\\ 2\end{array}\right)}[/tex]
The probability distribution of X when X=0 is
[tex]\begin{aligned}P(X=0)&=\frac{\left(\begin{array}{l}4\\ 0\end{array}\right)\left(\begin{array}{l}8-4\\ 2-0\end{array}\right)}{\left(\begin{array}{l} 8\\ 2\end{array}\right)}\\ &=\frac{\left(\begin{array}{l}4\\ 0\end{array}\right)\left(\begin{array}{l}4\\ 2\end{array}\right)}{\left(\begin{array}{l} 8\\ 2\end{array}\right)}\\ &=\frac{\left[\left(\frac{4!}{(4-0)!0!}\right)\times \left(\frac{4!}{(4-2)!2!}\right)\right]}{\left(\frac{8!}{(8-2)!2!}\right)}\\ &=0.21\end[/tex]
The probability distribution of X when X=1 is
[tex]\begin{aligned}P(X=1)&=\frac{\left(\begin{array}{l}4\\ 1\end{array}\right)\left(\begin{array}{l}8-4\\ 2-1\end{array}\right)}{\left(\begin{array}{l} 8\\ 2\end{array}\right)}\\ &=\frac{\left(\begin{array}{l}4\\ 1\end{array}\right)\left(\begin{array}{l}4\\ 1\end{array}\right)}{\left(\begin{array}{l} 8\\ 2\end{array}\right)}\\ &=\frac{\left[\left(\frac{4!}{(4-1)!1!}\right)\times \left(\frac{4!}{(4-1)!1!}\right)\right]}{\left(\frac{8!}{(8-2)!2!}\right)}\\ &=0.57\end[/tex]
The probability distribution of X when X=2 is
[tex]\begin{aligned}P(X=2)&=\frac{\left(\begin{array}{l}4\\ 2\end{array}\right)\left(\begin{array}{l}8-4\\ 2-2\end{array}\right)}{\left(\begin{array}{l} 8\\ 2\end{array}\right)}\\ &=\frac{\left(\begin{array}{l}4\\ 2\end{array}\right)\left(\begin{array}{l}4\\ 0\end{array}\right)}{\left(\begin{array}{l} 8\\ 2\end{array}\right)}\\ &=\frac{\left[\left(\frac{4!}{(4-2)!2!}\right)\times \left(\frac{4!}{(4-0)!0!}\right)\right]}{\left(\frac{8!}{(8-2)!2!}\right)}\\ &=0.21\end[/tex]
Use E(X)=∑xP(x) to find the expected values of a random variable X.
The expected values of a random variable X is obtained as shown below:
The expected value of X is,
E(X)=∑xP(x-X)
E(X)=[(0×0.21)+(1×0.57)+(2×0.21)]
E(X)=[0+0.57+0.42]
E(X)=0.99≈1
Hence, the binomial probability distribution of XX when X=0 is 0.21, when X=1 is 0.57 and when X=2 is 0.21 and the expected value of XX is 1.00.
Learn about Binomial probability distribution from here brainly.com/question/10559687
#SPJ4