Question
Question: A bag contains 2 red, 3 white and 5 black balls, a ball is drawn, its colour is noted and replaced. ...
A bag contains 2 red, 3 white and 5 black balls, a ball is drawn, its colour is noted and replaced. Minimum number of times, a ball must be drawn so that the probability of getting a red ball for the first time is at least even is?
Solution
Hint : To solve this question we should find the combination for various trials until and unless the probability is less than 21 . Be careful here since a number of minimum trials are asked; it can be more than 1 , not like probability.
Complete step-by-step answer :
Total number of balls is 10.
Hence, the probability of drawing a red ball from the bag is 105=21
Now, we need to calculate the probability of drawing at least one red card in 2 trials.
Hence, the probability of drawing red ball from the bag is
=P(both cards are red)+P(one card is red)
=51×51+2×51×54 =251+258 =259
Now, since the value is less than 21 hence we will check the probability in the third trial.
Hence, the probability of drawing at least one red card in 3 trial from the bag is
=P(all three cards are red)+P(2 cards are red)+P(one card is red)
=51×51×51+3×51×51×54+3×51×54×54 =1251+12512+12548 =12561=0.488
Now, this value is again less than 21 hence we will check the probability for the fourth trial.
Hence, the probability of drawing at least one red card in 4 trial from the bag is
=P(all four cards are red)+P(3 cards are red)+P(2cards are red)+P(1 card is red)
=51×51×51×51+4×51×51×51×54+6×51×51×54×54+4×51×54×54×54 =6251+62516+62596+625256 =625369=0.5904
We see that 0.5904 is greater than 21 .
Hence, the minimum number of times a ball must be drawn so that the probability of getting a red ball for the first time is at least even is 4.
So, the correct answer is “4 ”.
Note : We can also use an alternative method to solve this question where we consider the contradiction of the probability.
The probability of not drawing a red ball is 54 .
The probability of not drawing a red ball in n trials is (54)n .
Now, the probability that we get at least one red is 1−(54)n
This value should be less than 21 .
Hence,
1−(54)n>21 (54)n<21 nln(54)<ln(21) n>ln(21)ln(54)≃3.1062
Hence, n=4.