Question
Question: A bag contains 8 red, 6 white, and 4 black balls. A ball is drawn at random from the bag. Find the p...
A bag contains 8 red, 6 white, and 4 black balls. A ball is drawn at random from the bag. Find the probability that the drawn ball is
(i) red or white (ii) not black (iii) neither white nor black $$$$
Solution
We find the total number of ways we can select 1 ball out of the total number of balls as sample size n(S) using combination. We find the number of ways we can get ball that is red or white as n(A1), not black as n(A2) , neither white nor black as n(A3). We find the required probabilitiesP(A1)=n(S)n(A1),P(A2)=n(S)n(A2),P(A3)=n(S)n(A3). $$$$
Complete step-by-step solution:
We know from the definition of probability that if there is n(A) number of ways of event A occurring (or number of favorable outcomes) and n(S) is the size of the sample space (number of all possible outcomes) then the probability of the event A occurring is given by
P(A)=n(S)n(A)
We are given in the question that a bag contains 8 red, 6 white, and 4 black balls. A ball is drawn at random from the bag. The total number of balls is 8+6+4=18. We can select 1 ball out of 18 in 18C1 ways which is the number of all possible outcomes. So we have,
n(S)=18C1=118=18
(i) We are asked to find the probability that the drawn ball is red or white. Let us denote the event that the drawn ball is red or white asA1. We can select 1 red ball out of 8 in 8C1 way and select 1 white ball out of 6 ball in 6C1way. We use the rule of sum and find the number of ways A1 can occur as
n(A1)=8C1+6C1=8+6=14
So the required probability is
P(A1)=n(S)n(A1)=1814=97
(ii) We are asked to find the probability that the drawn ball is not black. Let us denote the event that the drawn ball is not black asA2. If the ball is not black it is either red or white for which we have obtained the probability in part(i). So the required probability is
P(A2)=P(A1)=97
(iii) We are asked to find the probability that the drawn ball is not neither white nor black. Let us denote the event that the drawn ball is neither white nor black asA3. If the ball is neither white nor black then the ball is red. We select 1 red ball out of 8 red balls in 8C1 which is the number of ways A3 can occur. So we have
n(A3)=8C1=8
So the required probability is
P(A3)=n(S)n(A3)=188=94
Note: We note that the question presumes that all balls are equally likely to be picked. We can also find P(A2),P(A3) with method of negation where first find the probability of getting a black ballP(B), a white ball P(W) and have P(A2)=1−P(B) . We also have P(A3)=1−(P(B)+P(W)) since getting a black or white ball are mutually exclusive events.