document.write( "Question 615234:  A manufacturing process has 100 customer orders to fill. Each order requires one component part that is purchased from a supplier. However, typically, 2% of the components are identified as defective, and the components can be assumed to be independent.
\n" );
document.write( "a. If the manufacturer stocks 100 components, what is the probability that the 100 orders can be filled without reordering components?
\n" );
document.write( "b. If the manufacturer stocks 102 components, what is the probability that the 100 orders can be filled without reordering components?
\n" );
document.write( "c. If the manufacturer stocks 105 components, what is the probability that the 100 orders can be filled without reordering components? \n" );
document.write( "
| Algebra.Com's Answer #387039 by stanbon(75887)      You can put this solution on YOUR website! A manufacturing process has 100 customer orders to fill. Each order requires one component part that is purchased from a supplier. However, typically, 2% of the components are identified as defective, and the components can be assumed to be independent. \n" ); document.write( "a. If the manufacturer stocks 100 components, what is the probability that the 100 orders can be filled without reordering components? \n" ); document.write( "---- \n" ); document.write( "Ans: 0.98^100 = 0.1326 \n" ); document.write( "================================ \n" ); document.write( "b. If the manufacturer stocks 102 components, what is the probability that the 100 orders can be filled without reordering components? \n" ); document.write( "Ans: 102C100*0.98^100*0.02*2 = 0.2732 \n" ); document.write( "================================ \n" ); document.write( "c. If the manufacturer stocks 105 components, what is the probability that the 100 orders can be filled without reordering components? \n" ); document.write( "Ans: 105C100*0.98^100*0.02^5 = 0.0410 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " \n" ); document.write( " |