 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | 5 bad apples are mixed with 10 good ones. If 3 apples are drawn one by one with replacement, then find the probability distribution of the number of good apples. | ||||||||||
| Answer» There are 5 bad apples and 10 good apples. \(\therefore\) Total number of apples = 5 + 10 = 15 Let X denotes the number of good apples in 3 drawn apples. Probability of success = \(\frac{Numbere\,of\,good\,apples}{Total number\,of\,apples}\) = 10/15 = 2/3 \(\therefore\) P = 2/3 Probability of failure is q = 1 - p = 1 - 2/3 = 1/3 P(x = 0) = 3C0p0q3 = 1 x 1 x \((1/3)^3\) = 1/27 P(x = 1) = 3C1p1q2 = 3 x 2/3 x (1/3)2 = 2/9 P(x = 2) = 3C2p2q = 3 x (2/3)2 x 1/3 = 4/9 P(x = 3) = 3C3p3q0 = 1 x (2/3)3 x 1 = 8/27 Hence, probability distribution of the number of good apple 
 | |||||||||||