

InterviewSolution
Saved Bookmarks
1. |
From a set of 100 cards numbered 1 to 100, one card is drawn at random. Find the probability that the number on the card is divisible by 6 or 8, but not by 24. |
Answer» x is divisible by either 6 or 8 there are 20 such numbers. `P=20/100=1/5`. |
|