

InterviewSolution
Saved Bookmarks
1. |
There are 30 cards of the same size in a bag in which the numbers 1 to 30 are written. One card is taken out of the bag at random. Find the probability that the number on the selected card is not divisible by 3. |
Answer» Total cards = 30 Number divisible by 3 = 3,6,9,12,15,18,21,24,27,30 = Total number of favourable outcomes 30 - 10 = 20 .. . Required probability = 20/30 = 2/3 |
|