document.write( "Question 1155364: 20% of items produced from a factory are defective.find the probability that in a sample of 5cjosen at random 1; none is defective 2; one is defective 3: p(1
Algebra.Com's Answer #777951 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! 20% of items produced from a factory are defective.find the probability that in a sample of chosen at random 1; none is defective 2; one is defective 3: p(1 \n" ); document.write( "P=0.2 q=0.8 n=5\r \n" ); document.write( "\n" ); document.write( "1. none is defective means r=0 \n" ); document.write( "5c0(.2)^0 (.8)^5=0.32768 \n" ); document.write( "2. one is defective r=1 \n" ); document.write( "5c1(.2)^1(.8)4=5*0.2*.4096 \n" ); document.write( "=0.4096 \n" ); document.write( "3 r is between 1 and 4 means \n" ); document.write( "r=2,r=3 \n" ); document.write( "5c2(.2)^2(0.8)^3 +5c3(.2)^3(0.8)^2 \n" ); document.write( "10*.04*.512+10*.008*.64 \n" ); document.write( "0.2048+.0512=0.256 |