document.write( "Question 872700: Out of each batch of 15 items, 4 are faulty. Items are examined one by one, and items checked are not replaced.
\n" ); document.write( "a) what is the probability that there are exactly 3 defectives in the first 8 examined
\n" ); document.write( "b) probability that the 9th item examined is the 4th defective one found\r
\n" ); document.write( "\n" ); document.write( "I can calculate probability that first item being defective is 4 in 15, and then assuming a faulty item is chosen, the second item has a probability of 3 in 14, or 4 in 14 if the first item selected works. I am sure that I could perform very many multiple calculations and maybe get the correct result, but I am sure there must be a single equation to calculate these that I have missed. I can't find it in my books, and I cannot identify the 'type' of equation to Google examples.
\n" ); document.write( "Any help would be very much appreciated, as my son is trying to complete an IB past paper and between us we are stuck on this one.
\n" ); document.write( "Gary Lynk
\n" ); document.write( "

Algebra.Com's Answer #526353 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Out of each batch of 15 items, 4 are faulty. Items are examined one by one, and items checked are not replaced.
\n" ); document.write( "a) what is the probability that there are exactly 3 defectives in the first 8 examined
\n" ); document.write( "This is a Binomial Problem with n = 8 and p(defect) = 4/15
\n" ); document.write( "----
\n" ); document.write( "There are 8C3 = 56 ways to have 3 of 8 defective items
\n" ); document.write( "The probability of eachset of 3 defect and 5 not defect i (4/15)^3*(11/15)^8
\n" ); document.write( "----
\n" ); document.write( "Answer to your Problem::
\n" ); document.write( "P(x = 3 defect in 8) = 56(4/15)^3*(11/15)^8 = 0.2252
\n" ); document.write( "If you use a TI calculator you get binompdf(8,4/15,3) = 0.2252
\n" ); document.write( "---------------------------------------------------------------
\n" ); document.write( "b) probability that the 9th item examined is the 4th defective one found
\n" ); document.write( "Patterm:: nnnnnnnd = (11/15)^7*(4/15) = 0.000000017168..
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "====================
\n" ); document.write( "
\n" ); document.write( "
\n" );