Given n = 10 the number of purchased lamps and the probabilities of undamaged lamps is p, where p = 0.95. Let X be a random variable, which describes the number x of undamaged lamps purchased. The random variable X corresponds to the Binomial distribution with parameters x<=n and p (see Wikipedia for example). Thus
"Pr[X=x] = \\binom{n}{x}p^x (1-p)^{n-x}" . The mean "\\mu" and the standard deviation "\\sigma" of X given by
"\\mu = n*p = 9.5" ;
"\\sigma =\\sqrt{n*p*(1-p)}=\\\\\\sqrt{10*0.95*(1-0.95)} \\approx 0.689" .
The table is depicted below
Comments
Thank you for correcting us.
How we can get standard deviation 0,218 ? Explain about it
Leave a comment