how to find standard deviation when given a percentage?

20.4k Views Asked by At

I'm stuck on this question, can anyone help?

An electronics company's biggest seller is a talking toy. Of the toys produced, 4% have a defective voicebox. A quality control tech randomly collects 250 of the toys at the end of the production line for inspection. The standard deviation of the number of defective toys is ____?

2

There are 2 best solutions below

0
On BEST ANSWER

Standard Deviation = sqrt(250*0.04*0.96) So about 3 in your case. Hope this helped!

0
On

The number of defective toys is a binomial $(250,0.04)$ random variable - each toy is treated as an independent Bernoulli trial where the "success" is voicebox defect. It suffices to use the standard formula for variance of a binomial variable.