SOLUTION: Please help I don't know where to start!! A jewelry supplier has a supply of pairs of earrings of which 40% are platinum paries. A jewelry store orders 5 sets of earrings fro

Algebra ->  Probability-and-statistics -> SOLUTION: Please help I don't know where to start!! A jewelry supplier has a supply of pairs of earrings of which 40% are platinum paries. A jewelry store orders 5 sets of earrings fro      Log On


   



Question 519531: Please help I don't know where to start!!

A jewelry supplier has a supply of pairs of earrings of which 40% are platinum paries. A jewelry store orders 5 sets of earrings from this supplier. If the supplier selects the pairs of earrings at random, what is the chance that the jewelry store gets exactly 2 sets of platinum pairs?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A jewelry supplier has a supply of pairs of earrings of which 40% are platinum paries. A jewelry store orders 5 sets of earrings from this supplier. If the supplier selects the pairs of earrings at random, what is the chance that the jewelry store gets exactly 2 sets of platinum pairs?
-----------------
Binomial Problem with n = 5 and p(platinum) = 0.4
----
P(x = 2) = 5C2*0.4^2*0.6^3 = binompdf(5,0.4,2) = 0.3456
=============
Cheers,
Stan H.
=============