What is the probability that a randomly chosen light bulb will have a lifetime of more than 1,000 hours?
"\u03bc = 1150 \\; hours \\\\\n\n\u03c3 = 175 \\;hours \\\\\n\nP(X > 1000) = 1 -P(X<1000) \\\\\n\n= 1 -P(Z< \\frac{1000-1150}{175} \\\\\n\n= 1 -P(Z<-0.8571) \\\\\n\n= 1 -0.1957 \\\\\n\n= 0.8043"
What percentage of the light bulbs would be expected to last between 1,000 and 1,500 hours?
"P(1000<X < 1500) = P(\\frac{1000-1150}{175}<Z< \\frac{1500-1150}{175}) \\\\\n\n= P(-0.8571<Z<2) \\\\\n\n= P(Z<2) -P(Z<-0.8571) \\\\\n\n= 0.9772 -0.1957 \\\\\n\n= 0.7815 \\\\\n\n= 78.15 \\%"
Comments
Leave a comment