document.write( "Question 548870: A manufacturing process has 91% yield, which means 91% of the products are acceptable. If six of the products are randomly selected (with replacement), find the probability that all are acceptable.
\n" );
document.write( "Is this a combination problem where nCr is used?
\n" );
document.write( "Am I supposed to use a population parameter? (p = .91)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #357251 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A manufacturing process has 91% yield, which means 91% of the products are acceptable. If six of the products are randomly selected (with replacement), find the probability that all are acceptable. \n" ); document.write( "-------- \n" ); document.write( "Each item has probability 0.91 of being acceptable. \n" ); document.write( "----- \n" ); document.write( "P(6 of 6 are acceptable) = 0.91^6 = 0.5679 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========= \n" ); document.write( " |