Let "Z" be the number of slightly defective computers. List the elements of the sample using the letters D and N for defective and non-defective computers, respectively.
Since there are 2 slightly defective computers and a retailer receives three computers, "Z" can take values "0,1" and "2."
If "Z=0" then there are no defective units. All received computers are among 3 non-defective computers : "\\{NNN\\}." There is only 1 scenario for the first case.
If "Z=1" then there is 1 slightly defective computer. That means that 2 of 3 received computers are among 3 non-defective computers : "\\{DNN, NDN, NND\\}."
If "Z=2" then there is 2 slightly defective computer. That means that 1 of 3 received computers are among 3 non-defective computers : "\\{DDN, DND, NDD\\}."
Sample space:
"\\begin{matrix}\n z & 0 & 1 & 2 \\\\\n f(z) & 0.1 & 0.6 & 0.3\n\\end{matrix}"
Comments
Leave a comment