document.write( "Question 1039790: Need some help with this question please! I know I have to know 0.9 is what isn't defective for (a) and 0.85 for (b), but from there I am lost.\r
\n" );
document.write( "\n" );
document.write( "A stationary store has decided to accept a large shipment of ball-point pens if an inspection of 17 randomly selected pens yields no more than two defective pens.
\n" );
document.write( "(a) Find the probability that this shipment is accepted if 10% of the total shipment is defective.
\n" );
document.write( "(b) Find the probability that this shipment is not accepted if 15% of the total shipment is defective.
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #654543 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Probability there are 0=0.9^17=0.1668 \n" ); document.write( "there is 1= 17*.9^16*.1, which is 17C1(0,9)^16*(0.1)^1=0.3150 \n" ); document.write( "there are 2=17C2(0.9)^15(0.1)^2=0.2800; 17C2= 17*16/2=136 \n" ); document.write( "The probability is their sum, or 0.7618. \n" ); document.write( "------------------------------- \n" ); document.write( "Analogous for 0.85 \n" ); document.write( ".85^17=0.0631 \n" ); document.write( "17(.85^16)(.15^1)=0.1893 \n" ); document.write( "136*(.85^15)(.15^2)=0.2673 \n" ); document.write( "This sum is 0.5197. It is less, as it should be because there is a higher probability of defective pens and 0,1,2 defects will have a lower probability. \n" ); document.write( "it is nCk(p)^(n-k)*(1-p)^k \n" ); document.write( " |