InterviewSolution
Saved Bookmarks
| 1. |
An integer is chosen at random between 1and 100. Find the probability that it is divisible by 8 |
| Answer» Total number is 98Divisible by 8 are 8,16,24,32,40,48,56,64,72,80,88,96So 12 numbers are divisibleSo probability of divisible numbers = 12/98 = 6/49 | |