Probability that 3 of 7 items weigh between 8 and 16 ounces

  • Thread starter Thread starter 619snake
  • Start date Start date
  • Tags Tags
    Statistics
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
619snake
Messages
29
Reaction score
0
need help with this problem
x~normal(mean= 12, stdev=2)
item weight from 8 to 16 ounces
i have a random sample of 7 items and need to find the probability that 3 of those items fulfill the weight
each item is independent

this is what i got at the moment
z=(16-12)/(2) = 2
p(z<2)-p(z<-2)
=.9772-.0228
=.9544
 
Last edited:
Physics news on Phys.org
You need to use the transformation Z=(X-μ)/σ, and then read the range off of your table.

(σ = std.dev, and μ=mean)