document.write( "Question 849659: approximately 10% of the glass bottles coming off a production line have serious flaws in the glass. If two bottles are randomly selected, find the mean and variance of the number of bottles that have serious flaws. \n" ); document.write( "
Algebra.Com's Answer #511677 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
Let X be a binomial random variable with p=.10 and n = 2\r
\n" ); document.write( "\n" ); document.write( "E[X] (mean) = n*p = 2 * .10 = 0.20\r
\n" ); document.write( "\n" ); document.write( "Var[x] = n*p*q = 2*.10*.90 = 0.18
\n" ); document.write( "
\n" );