

InterviewSolution
1. |
A bag contains 3 red, 3 white and 3 green balls. One ball is taken out of the bag at random. What is the probability that the ball drawn is:i. red. ii. not red. iii. either red or white. |
Answer» Let the three red balls be R1, R2, R3, three white balls be W1, W2, W3 and three green balls be G1 , G2 , G3 . Sample space, S = {R1, R2, R3, W1, W2, W3,G1 , G2 , G3} ∴ n(S) = 9 i. Let A be the event that the ball drawn is red. ∴ A = {R1 , R2 , R3 } ∴ n(A) = 3 ∴ P(A) = \(\frac{n(A)}{n(S)}\) = 3/9 ∴ P(A) = 1/3 ii. Let B be the event that the ball drawn is not red. B = {W1,W2,W3,G1,G2,G3} ∴ n(B) = 6 ∴ P(B) = \(\frac{n(B)}{n(S)}\) = 6/9 ∴ P(B) = 2/3 iii. Let C be the event that the ball drawn is red or white. ∴ C = {R1, R2, R3 ,W1, W2, W3 } ∴ n(C) = 6 ∴ P(C) = \(\frac{n(C)}{n(S)}\) = 6/9 ∴ P(C) = 2/3 ∴ P(A) = 1/3; ∴ P(B) = 2/3; ∴ P(C) = 2/3 |
|