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 #667252 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "------ \n" ); document.write( "Percent of defective = 100%-90% = 10% \n" ); document.write( "------------------ \n" ); document.write( "mean = n*p = 0.1*n \n" ); document.write( "variance = n*p*q = 0.1n*0.9 = 0.09n \n" ); document.write( "std = sqrt(npq) = sqrt(0.09n) = 0.3*sqrt(n) \n" ); document.write( "-------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |