p=0.1 probability of receiving a defective component
q=1−p=0.9 probability of getting the right component
p independent random variables and p+q=1
hence we have binomial distribution:
px(k)=(kn)pkqn−k
n=4 by the condition of the problem
px(k);k=0,1,2,3,4
px(0)=(04)p0q4=0.94=0.6561
px(1)=(14)p1q3=4∗0.1∗0.93=0.2916
px(2)=(24)p2q2=6∗0.12∗0.92=0.0486
px(3)=(34)p3q1=4∗0.13∗0.9=0.0036
px(4)=(44)p4q0=0.14=0.0001
Answer: 0.6561 probability of getting 0 defective components out of 4
0.2916 probability of getting 1 defective components out of 4
0.0486 probability of getting 2 defective components out of 4
0.0036 probability of getting 3 defective components out of 4
0.0001 probability of getting 4 defective components out of 4
Comments