

InterviewSolution
Saved Bookmarks
1. |
a bag contains lemon flavored candies only. Malini takes out one candy without looking into the bag . What is the probability that she takes out(i) an orange flavored candy ? (ii) an lemon flavored candy ? |
Answer» As the bag contains only lemon flavored candy. It does not have any orange flavored candy. (i)Let the total number of lemon candy is `n`. Then, the number of total candies will be `n` and the number of orange candies will be `0`. `:.` Probability of Malini taking out orange flavored candy ` = 0/n = 0` (ii)Probability of Malini taking out lemon flavored candy ` = n/n = 1` |
|