document.write( "Question 425280:  Buyers for large department stores typically purchase costume jewelry in assortments rather than by the piece. A buyer is interested in ordering a ring that is made in 5 sizes, and comes in lots of 50 rings. The sizes and the porportion of rings manufactured in that size are in the table below.What is the probability that, at most, a shipment received will contain 10 size-six rings?\r
\n" );
document.write( "\n" );
document.write( "Size 5 Probability 0.1
\n" );
document.write( "Size 6 Prob 0.2
\n" );
document.write( "Size 7 Prob 0.4
\n" );
document.write( "Size 8 Prob 0.2
\n" );
document.write( "Size 9 Prob 0.1 \n" );
document.write( "
| Algebra.Com's Answer #296171 by stanbon(75887)      You can put this solution on YOUR website! Buyers for large department stores typically purchase costume jewelry in assortments rather than by the piece. A buyer is interested in ordering a ring that is made in 5 sizes, and comes in lots of 50 rings. The sizes and the porportion of rings manufactured in that size are in the table below.What is the probability that, at most, a shipment received will contain 10 size-six rings? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n= 50 and p = 0.2 \n" ); document.write( "P(x = 10) = 50C10*0.2^10*0.8^40 = 0.1398 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( "Size 5 Probability 0.1 \n" ); document.write( "Size 6 Prob 0.2 \n" ); document.write( "Size 7 Prob 0.4 \n" ); document.write( "Size 8 Prob 0.2 \n" ); document.write( "Size 9 Prob 0.1 \n" ); document.write( " \n" ); document.write( " |