

InterviewSolution
Saved Bookmarks
1. |
There are 10 marbles in a box which are marked with the distinct numbers from 1 to 10. If a marble is drawn, then what is the probability of getting a marble being a number multiple of 3 ? |
Answer» Multiples of 3 between 1 and 10 are 3, 6, and 9. `:.` The required probability `=3//10` |
|