Let the probability that the electrocardiograph will require repair during the warranty
period is 0.2. Determine the probability that during the warranty period out of six cardiographs:
1) no more than one will require repair; 2) at least one will require repair
"n=6 \\\\\n\np = 0.2 \\\\\n\nq = 1 -0.2 = 0.8 \\\\\n\nP(X=x)=C(n,x)p^x q^{n-x}"
1) no more than one will require repair
"P(X\u22641) = P(X=0) + P(X=1) \\\\\n\n= \\frac{6!}{0!(10-0)!} \\times 0.2^0 \\times 0.8^{6-0} + \\frac{6!}{1!(6-1)!} \\times 0.2^1 \\times 0.8^{6-1} \\\\\n\n= 0.262144 + 0.393216 \\\\\n\n= 0.65536"
2) at least one will require repair
"P(X\u22651) = 1 -P(X<1) \\\\\n\n= 1 -P(X=0) \\\\\n\n= 1 - [\\frac{6!}{0!(10-0)!} \\times 0.2^0 \\times 0.8^{6-0}] \\\\\n\n= 1 -0.262144 \\\\\n\n= 0.737856"
Comments
Leave a comment