InterviewSolution
Saved Bookmarks
| 1. |
Let S = {1, 2, … 100}. The probability of choosing an integer k, 1lekle100 is proportional to log k. The conditional probability of choosing the integer 2, given that an even integer is chosen is |
|
Answer» `(LOG2)/(50log2+log(50)!)` |
|