document.write( "Question 1051786: From past experience, a company found that in cartons of DVDs, 90% contain no defective DVDs, 5% contain one defective DVD, 3% contain two defective DVDs, and 2% contain three defective DVDs. Find the mean, variance, and standard deviation for the number of defective DVDs. Please explain all steps.
\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #667271 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x====0====1====2====3 \n" ); document.write( "p(x)0.9=0.05 0.03==0.02 \n" ); document.write( "E(x), the mean is x*p(x)=0+0.05+0.06+0.06=0.17 defect per carton. \n" ); document.write( "------------------------------ \n" ); document.write( "variance is the average (here, a weighted average) of the squared deviations of the mean. This is [x-E(x)]^2*p(x)\r \n" ); document.write( "\n" ); document.write( "0.17^2*0.90=0.0260 \n" ); document.write( "0.83^2*0.05=0.0344 \n" ); document.write( "1.83^2*0.03=0.1098 \n" ); document.write( "2.83^2*0.02=0.1602 \n" ); document.write( "Sum is 0.3304 defective^2/box^2 \n" ); document.write( "---------------------------------- \n" ); document.write( "Standard deviation is sqrt(V(x))=0.5748 defective/box \n" ); document.write( " |